forked from VoxeLibre/VoxeLibre
Remove temporary crafting for beetroot seeds
This commit is contained in:
parent
08beecbc29
commit
e36486f980
|
@ -116,21 +116,6 @@ minetest.register_craft({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_farming:beetroot_seeds",
|
|
||||||
recipe = {
|
|
||||||
{"mcl_farming:hay_block","mcl_farming:wheat_seeds"},
|
|
||||||
{"mcl_farming:wheat_seeds","mcl_farming:hay_block"},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_farming:beetroot_seeds",
|
|
||||||
recipe = {
|
|
||||||
{"mcl_farming:wheat_seeds","mcl_farming:hay_block"},
|
|
||||||
{"mcl_farming:hay_block","mcl_farming:wheat_seeds"},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "3d_armor:helmet_chain",
|
output = "3d_armor:helmet_chain",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue