mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Remove temporary crafting for beetroot seeds
This commit is contained in:
parent
08beecbc29
commit
e36486f980
1 changed files with 0 additions and 15 deletions
|
@ -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({
|
||||
output = "3d_armor:helmet_chain",
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in a new issue