Fixed rod itemstack return
This commit is contained in:
parent
4643128bea
commit
8875a7a1b4
@ -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)
|
- Saplings need clear space above to grow (depending on height of tree)
|
||||||
- Bonemeal changes to suit new sapling growth
|
- Bonemeal changes to suit new sapling growth
|
||||||
- Fixes and tweaks
|
- Fixes and tweaks
|
||||||
|
- Added default Abm overrides
|
||||||
|
|
||||||
### 1.20
|
### 1.20
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ minetest.register_craftitem("ethereal:fishing_rod_baited", {
|
|||||||
|
|
||||||
inv:add_item("main", {name = type})
|
inv:add_item("main", {name = type})
|
||||||
|
|
||||||
return {name = "ethereal:fishing_rod"}
|
return ItemStack("ethereal:fishing_rod")
|
||||||
else
|
else
|
||||||
minetest.chat_send_player(user:get_player_name(),
|
minetest.chat_send_player(user:get_player_name(),
|
||||||
S("Inventory full, Fish Got Away!"))
|
S("Inventory full, Fish Got Away!"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user