Remove legacy polished stone recipe

This commit is contained in:
Wuzzy 2019-09-10 16:27:32 +02:00
parent cf47e7de9e
commit dae4dc6924
1 changed files with 0 additions and 8 deletions

View File

@ -112,14 +112,6 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "mcl_core:stone_smooth 2",
recipe = {
{ "mcl_stairs:slab_stone" },
{ "mcl_stairs:slab_stone" },
},
})
minetest.register_craft({
output = "mcl_core:gold_ingot 9",
recipe = {{ "mcl_core:emerald" }},