mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
Change emerald-related crafts
This commit is contained in:
parent
6d6999bcea
commit
abfe009246
@ -12,7 +12,7 @@ minetest.register_craft({
|
||||
output = "mcl_sponges:sponge",
|
||||
recipe = {
|
||||
{ "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_core:goldblock", "mcl_farming:hay_block" },
|
||||
{ "mcl_farming:hay_block", "mcl_farming:hay_block", "mcl_farming:hay_block" },
|
||||
}
|
||||
})
|
||||
@ -52,7 +52,7 @@ minetest.register_craft({
|
||||
output = "mcl_mobitems:shulker_shell",
|
||||
recipe = {
|
||||
{ "mcl_end:purpur_block", "mcl_end:purpur_block", "mcl_end:purpur_block", },
|
||||
{ "mcl_end:purpur_block", "mcl_core:emerald", "mcl_end:purpur_block", },
|
||||
{ "mcl_end:purpur_block", "mcl_core:goldblock", "mcl_end:purpur_block", },
|
||||
{ "mcl_end:purpur_block", "", "mcl_end:purpur_block", },
|
||||
}
|
||||
})
|
||||
@ -153,3 +153,8 @@ minetest.register_craft({
|
||||
{ "mcl_stairs:slab_stone" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_core:gold_ingot 9",
|
||||
recipe = {{ "mcl_core:emerald" }},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user