Use copper cable in RE-Battery craft
This commit is contained in:
parent
7ce091f423
commit
f8a43e567d
@ -28,8 +28,7 @@ minetest.register_craft({
|
|||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:re_battery",
|
output="industrialtest:re_battery",
|
||||||
recipe={
|
recipe={
|
||||||
-- TODO: Change default:tin_ingot to copper cable when it will be added
|
{"","industrialtest:copper_cable",""},
|
||||||
{"",industrialtest.elementKeys.tinIngot,""},
|
|
||||||
{industrialtest.elementKeys.tinIngot,industrialtest.elementKeys.powerCarrier,industrialtest.elementKeys.tinIngot},
|
{industrialtest.elementKeys.tinIngot,industrialtest.elementKeys.powerCarrier,industrialtest.elementKeys.tinIngot},
|
||||||
{industrialtest.elementKeys.tinIngot,industrialtest.elementKeys.powerCarrier,industrialtest.elementKeys.tinIngot}
|
{industrialtest.elementKeys.tinIngot,industrialtest.elementKeys.powerCarrier,industrialtest.elementKeys.tinIngot}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user