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",
|
||||
output="industrialtest:re_battery",
|
||||
recipe={
|
||||
-- TODO: Change default:tin_ingot to copper cable when it will be added
|
||||
{"",industrialtest.elementKeys.tinIngot,""},
|
||||
{"","industrialtest:copper_cable",""},
|
||||
{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