Skip to content
Snippets Groups Projects
Commit 8875a7a1 authored by TenPlus1's avatar TenPlus1
Browse files

Fixed rod itemstack return

parent 4643128b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ Ethereal Mapgen mod for Minetest (works on all except v6)
- Saplings need clear space above to grow (depending on height of tree)
- Bonemeal changes to suit new sapling growth
- Fixes and tweaks
- Added default Abm overrides
### 1.20
......
......@@ -108,7 +108,7 @@ minetest.register_craftitem("ethereal:fishing_rod_baited", {
inv:add_item("main", {name = type})
return {name = "ethereal:fishing_rod"}
return ItemStack("ethereal:fishing_rod")
else
minetest.chat_send_player(user:get_player_name(),
S("Inventory full, Fish Got Away!"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment