forked from VoxeLibre/VoxeLibre
Remove some helper recipes, because the ocean monument generates now
This commit is contained in:
parent
2272753652
commit
135c8ece41
|
@ -8,33 +8,6 @@ minetest.register_craft({
|
||||||
recipe = {"mcl_core:iron_ingot", "mcl_core:stick", "group:wood", "mcl_chests:chest"},
|
recipe = {"mcl_core:iron_ingot", "mcl_core:stick", "group:wood", "mcl_chests:chest"},
|
||||||
})
|
})
|
||||||
|
|
||||||
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:goldblock", "mcl_farming:hay_block" },
|
|
||||||
{ "mcl_farming:hay_block", "mcl_farming:hay_block", "mcl_farming:hay_block" },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "mcl_ocean:prismarine_shard",
|
|
||||||
recipe = {
|
|
||||||
{ "mcl_core:glass_cyan", },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "shapeless",
|
|
||||||
output = "mcl_ocean:prismarine_crystals",
|
|
||||||
recipe = {
|
|
||||||
"mcl_ocean:prismarine_shard",
|
|
||||||
"mcl_ocean:prismarine_shard",
|
|
||||||
"mcl_ocean:prismarine_shard",
|
|
||||||
"mcl_core:gold_ingot",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_armor:helmet_chain",
|
output = "mcl_armor:helmet_chain",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue