Superconductor update, adds cables, and new upgrades.
This commit is contained in:
parent
0ca18ade97
commit
1d78c60e51
21 changed files with 197 additions and 12 deletions
|
@ -45,6 +45,11 @@
|
|||
"textures": {
|
||||
"layer0": "techreborn:items/cables/insulatedhv"
|
||||
}
|
||||
},
|
||||
"superconductor": {
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/cables/superconductor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,6 +77,11 @@
|
|||
"textures": {
|
||||
"cable": "techreborn:blocks/cables/hv_insulated_cable"
|
||||
}
|
||||
},
|
||||
"superconductor": {
|
||||
"textures": {
|
||||
"cable": "techreborn:blocks/cables/superconductor_cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -195,6 +195,11 @@
|
|||
"textures": {
|
||||
"layer0": "techreborn:items/part/coolant_six"
|
||||
}
|
||||
},
|
||||
"enhanced_super_conductor": {
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/part/super_conductor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,11 @@
|
|||
"textures": {
|
||||
"layer0": "techreborn:items/upgrade/injection_upgrade"
|
||||
}
|
||||
},
|
||||
"superconductor": {
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/upgrade/superconductor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,6 +146,7 @@ tile.techreborn.cable.glassfiber.name=Glass Fiber Cable
|
|||
tile.techreborn.cable.insulatedcopper.name=Insulated Copper Cable
|
||||
tile.techreborn.cable.insulatedgold.name=Insulated Gold Cable
|
||||
tile.techreborn.cable.insulatedhv.name=Insulated HV Cable
|
||||
tile.techreborn.cable.superconductor.name=Superconductor Cable
|
||||
|
||||
#Fluid blocks
|
||||
tile.techreborn.berylium.name=Beryllium
|
||||
|
@ -487,6 +488,7 @@ item.techreborn.part.coolant_six.name=60k Coolant Cell
|
|||
item.techreborn.part.carbon_mesh.name=Carbon Mesh
|
||||
item.techreborn.part.carbon_fiber.name=Carbon Fiber
|
||||
item.techreborn.part.uuMatter.name=UU-Matter
|
||||
item.techreborn.part.enhanced_super_conductor.name=Enhanced Superconductor
|
||||
|
||||
#Items-Armor
|
||||
item.techreborn.cloakingdevice.name=Cloaking Device
|
||||
|
@ -528,6 +530,7 @@ item.techreborn.scrapbox.name=Scrap Box
|
|||
item.techreborn.upgrade.overclock.name=Overclocker Upgrade
|
||||
item.techreborn.upgrade.transformer.name=Transformer Upgrade
|
||||
item.techreborn.upgrade.energy_storage.name=Energy Storage Upgrade
|
||||
item.techreborn.upgrade.superconductor.name=Superconductor Upgrade
|
||||
|
||||
|
||||
item.bronzeSword.name=Bronze Sword
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 552 B |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue