mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-26 21:03:45 +01:00
Remove temporary crafting for beetroot seeds
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({
|
||||
output = "3d_armor:helmet_chain",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user