The End: Remove 2 helper recipes, update help
This commit is contained in:
parent
022f627fd0
commit
3cdf570460
4 changed files with 3 additions and 21 deletions
|
@ -17,15 +17,6 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_end:end_stone",
|
||||
recipe = {
|
||||
{ "mcl_core:sandstone", "mcl_core:stone", "mcl_core:sandstone" },
|
||||
{ "mcl_core:stone", "mcl_core:sandstone", "mcl_core:stone" },
|
||||
{ "mcl_core:sandstone", "mcl_core:stone", "mcl_core:sandstone" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_ocean:prismarine_shard",
|
||||
recipe = {
|
||||
|
@ -39,15 +30,6 @@ minetest.register_craft({
|
|||
recipe = { "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_ocean:prismarine_shard", "mcl_core:gold_ingot" },
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_end:chorus_flower",
|
||||
recipe = {
|
||||
{ "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" },
|
||||
{ "mcl_end:end_stone", "mcl_end:end_stone", "mcl_end:end_stone" },
|
||||
{ "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_mobitems:shulker_shell",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue