mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 08:29:34 +01:00
Remove fake shapeless melon seeds recipe
This commit is contained in:
parent
086b4daeeb
commit
68dd39cea1
1 changed files with 1 additions and 2 deletions
|
@ -273,9 +273,8 @@ minetest.register_abm({
|
||||||
mcl_farming:add_plant("mcl_farming:melontige_unconnect", {"mcl_farming:melontige_1", "mcl_farming:melontige_2"}, 50, 20)
|
mcl_farming:add_plant("mcl_farming:melontige_unconnect", {"mcl_farming:melontige_1", "mcl_farming:melontige_2"}, 50, 20)
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
|
||||||
output = "mcl_farming:melon_seed",
|
output = "mcl_farming:melon_seed",
|
||||||
recipe = {"mcl_farming:melon_item"}
|
recipe = {{"mcl_farming:melon_item"}}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Reference in a new issue