mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Remove legacy polished stone recipe
This commit is contained in:
@ -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" }},
|
||||
|
Reference in New Issue
Block a user