Move hay bale to mcl_farming

This commit is contained in:
Wuzzy 2017-02-16 21:44:53 +01:00
parent 8aff6fdbb5
commit 5827b15ec5
6 changed files with 35 additions and 35 deletions

View file

@ -14,9 +14,9 @@ minetest.register_craft({
minetest.register_craft({
output = "mcl_sponges:sponge",
recipe = {
{ "mcl_core:haybale", "mcl_core:haybale", "mcl_core:haybale" },
{ "mcl_core:haybale", "mcl_core:emerald", "mcl_core:haybale" },
{ "mcl_core:haybale", "mcl_core:haybale", "mcl_core:haybale" },
{ "mcl_farming:hay_block", "mcl_farming:hay_block", "mcl_farming:hay_block" },
{ "mcl_farming:hay_block", "mcl_core:emerald", "mcl_farming:hay_block" },
{ "mcl_farming:hay_block", "mcl_farming:hay_block", "mcl_farming:hay_block" },
}
})
@ -174,15 +174,15 @@ minetest.register_craft({
minetest.register_craft({
output = "mcl_farming:beetroot_seeds",
recipe = {
{"mcl_core:haybale","mcl_farming:wheat_seeds"},
{"mcl_farming:wheat_seeds","mcl_core:haybale"},
{"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_core:haybale"},
{"mcl_core:haybale","mcl_farming:wheat_seeds"},
{"mcl_farming:wheat_seeds","mcl_farming:hay_block"},
{"mcl_farming:hay_block","mcl_farming:wheat_seeds"},
},
})
minetest.register_craft({