fix: industrialcraft/industrialtest

This commit is contained in:
Handful of Frogs 2024-05-12 10:56:32 +03:00
parent b2df6edeaf
commit 3fcefc5888

View File

@ -529,7 +529,7 @@ if industrialtest.mclAvailable then
}) })
minetest.register_craft({ minetest.register_craft({
type="shaped", type="shaped",
output="industrialcraft:bronze_ingot 9", output="industrialtest:bronze_ingot 9",
recipe={ recipe={
{"mcl_copper:copper_ingot","mcl_copper:copper_ingot","mcl_copper:copper_ingot"}, {"mcl_copper:copper_ingot","mcl_copper:copper_ingot","mcl_copper:copper_ingot"},
{"mcl_copper:copper_ingot","industrialtest:tin_ingot","mcl_copper:copper_ingot"}, {"mcl_copper:copper_ingot","industrialtest:tin_ingot","mcl_copper:copper_ingot"},