Fix some recipes
This commit is contained in:
parent
1f0f2bd198
commit
a081d3f088
5 changed files with 9 additions and 9 deletions
|
@ -207,7 +207,7 @@ minetest.register_node("farming:melontige_linked_b", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("farming:melon_seed", {
|
||||
description = "Melon seed",
|
||||
description = "Melon Seeds",
|
||||
stack_max = 64,
|
||||
inventory_image = "farming_melon_seed.png",
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
|
@ -293,4 +293,4 @@ minetest.register_craft({
|
|||
{'farming:melon_item', 'farming:melon_item', 'farming:melon_item'},
|
||||
{'farming:melon_item', 'farming:melon_item', 'farming:melon_item'},
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue