Add creative versions of the Quantum tank and chest, they provide unlimited amount of the specified item/fluid
This commit is contained in:
parent
84aeeb978c
commit
4e352c0953
12 changed files with 303 additions and 1 deletions
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier3_machines/creative_quantum_chest_side",
|
||||
"down": "techreborn:blocks/machines/tier3_machines/quantum_chest_bottom",
|
||||
"top": "techreborn:blocks/machines/tier3_machines/quantum_chest_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/creative_quantum_chest_side",
|
||||
"front": "techreborn:blocks/machines/tier3_machines/creative_quantum_chest_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier3_machines/creative_quantum_tank_side",
|
||||
"down": "techreborn:blocks/machines/tier3_machines/quantum_tank_bottom",
|
||||
"top": "techreborn:blocks/machines/tier3_machines/quantum_tank_top",
|
||||
"side": "techreborn:blocks/machines/tier3_machines/creative_quantum_tank_side",
|
||||
"front": "techreborn:blocks/machines/tier3_machines/creative_quantum_tank_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,7 +9,9 @@ tile.techreborn:gas_turbine.name=Gas Turbine
|
|||
tile.techreborn:industrial_block.name=Industrial
|
||||
tile.techreborn:thermal_generator.name=Thermal Generator
|
||||
tile.techreborn:quantum_tank.name=Quantum Tank
|
||||
tile.techreborn:creative_quantum_tank.name=Creative Quantum Tank
|
||||
tile.techreborn:quantum_chest.name=Quantum Chest
|
||||
tile.techreborn:creative_quantum_chest.name=Creative Quantum Chest
|
||||
tile.techreborn:digital_chest.name=Digital Chest
|
||||
tile.techreborn:industrial_centrifuge.name=Industrial Centrifuge
|
||||
tile.techreborn:rolling_machine.name=Rolling Machine
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue