forked from VoxeLibre/VoxeLibre
Remove shulker shell and emerald to gold temporary crafting recipes
This commit is contained in:
parent
574ced80a3
commit
ef41b54387
|
@ -30,15 +30,6 @@ minetest.register_craft({
|
||||||
recipe = { "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_core:gold_ingot" },
|
recipe = { "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_core:gold_ingot" },
|
||||||
})
|
})
|
||||||
|
|
||||||
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:goldblock", "mcl_end:purpur_block", },
|
|
||||||
{ "mcl_end:purpur_block", "", "mcl_end:purpur_block", },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_armor:helmet_chain",
|
output = "mcl_armor:helmet_chain",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -112,11 +103,6 @@ minetest.register_craft({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_core:gold_ingot 9",
|
|
||||||
recipe = {{ "mcl_core:emerald" }},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_potions:dragon_breath 3",
|
output = "mcl_potions:dragon_breath 3",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue