mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-18 13:43:44 +01:00
Remove temporary crafting for beetroot seeds
@ -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 = {
|
||||
|
Reference in New Issue
Block a user