Item liquidation (#1347)

We salute our brace comrades:

Solar panel
Compact solar panel
and Quantum singularity

Whom wern't quite ready to be implemented.
This commit is contained in:
Dimmerworld 2017-12-02 01:16:39 +11:00 committed by drcrazy
parent b2d2be24c6
commit 3c68417fd9
6 changed files with 1 additions and 19 deletions

View file

@ -45,7 +45,7 @@ public class ItemParts extends ItemTR {
"thorium_cell", "double_thorium_cell", "quad_thorium_cell", "plutonium_cell", "double_plutonium_cell", "thorium_cell", "double_thorium_cell", "quad_thorium_cell", "plutonium_cell", "double_plutonium_cell",
"quad_plutonium_cell", "computer_monitor", "machine_parts", "neutron_reflector", "iridium_neutron_reflector", "quad_plutonium_cell", "computer_monitor", "machine_parts", "neutron_reflector", "iridium_neutron_reflector",
"thick_neutron_reflector", "electronic_circuit", "advanced_circuit", "sap", "rubber", "scrap", "thick_neutron_reflector", "electronic_circuit", "advanced_circuit", "sap", "rubber", "scrap",
"carbon_mesh", "carbon_fiber", "coolant_simple", "coolant_triple", "coolant_six", "solar_cell","compact_solar_cell","quantum_singularity" }; "carbon_mesh", "carbon_fiber", "coolant_simple", "coolant_triple", "coolant_six"};
public ItemParts() { public ItemParts() {
this.setCreativeTab(TechRebornCreativeTab.instance); this.setCreativeTab(TechRebornCreativeTab.instance);

View file

@ -86,21 +86,6 @@
"layer0": "techreborn:items/part/kanthal_heating_coil" "layer0": "techreborn:items/part/kanthal_heating_coil"
} }
}, },
"solar_cell": {
"textures": {
"layer0": "techreborn:items/part/solar_cell"
}
},
"compact_solar_cell": {
"textures": {
"layer0": "techreborn:items/part/compact_solar_cell"
}
},
"quantum_singularity": {
"textures": {
"layer0": "techreborn:items/part/quantum_singularity"
}
},
"super_conductor": { "super_conductor": {
"textures": { "textures": {
"layer0": "techreborn:items/part/super_conductor" "layer0": "techreborn:items/part/super_conductor"

View file

@ -526,9 +526,6 @@ item.techreborn.part.advanced_circuit.name=Advanced Electronic Circuit
item.techreborn.part.coolant_simple.name=10k Coolant Cell item.techreborn.part.coolant_simple.name=10k Coolant Cell
item.techreborn.part.coolant_triple.name=30k Coolant Cell item.techreborn.part.coolant_triple.name=30k Coolant Cell
item.techreborn.part.coolant_six.name=60k Coolant Cell item.techreborn.part.coolant_six.name=60k Coolant Cell
item.techreborn.part.solar_cell.name=Solar Cell
item.techreborn.part.compact_solar_cell.name=Compact Solar Cell
item.techreborn.part.quantum_singularity.name=Quantum Singularity
item.techreborn.frequencyTransmitter.name=Frequency Transmitter item.techreborn.frequencyTransmitter.name=Frequency Transmitter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B