fix recipe for steel pressure plates

master
Jane 2021-08-13 15:21:41 +00:00 committed by Hume2
parent 49df0176f3
commit ffbd43c38f
1 changed files with 6 additions and 13 deletions

View File

@ -191,19 +191,12 @@ minetest.register_alias("xdecor:pressure_wood_off", "xdecor:pressure_bronze_off"
minetest.register_alias("xdecor:pressure_wood_on", "xdecor:pressure_bronze_on")
-- Recipes
if core.get_modpath("technic") then
minetest.register_craft({
output = "xdecor:pressure_steel_off",
type = "shapeless",
recipe = {"technic:stainless_steel_ingot", "default:technic:stainless_steel_ingot"}
})
else
minetest.register_craft({
output = "xdecor:pressure_steel_off",
type = "shapeless",
recipe = {"default:steel_ingot", "default:steel_ingot"}
})
end
minetest.register_craft({
output = "xdecor:pressure_steel_off",
type = "shapeless",
recipe = {"technic:stainless_steel_ingot", "technic:stainless_steel_ingot"}
})
minetest.register_craft({
output = "xdecor:pressure_bronze_off",