More models
|
@ -61,7 +61,6 @@ public class TRContent {
|
|||
|
||||
// Misc Blocks
|
||||
public static Block COMPUTER_CUBE;
|
||||
public static Block FLARE;
|
||||
public static Block NUKE;
|
||||
public static Block REFINED_IRON_FENCE;
|
||||
public static Block REINFORCED_GLASS;
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/charge_o_mat_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "techreborn:block/machines/tier2_machines/computer_cube" },
|
||||
"facing=south": { "model": "techreborn:block/machines/tier2_machines/computer_cube", "y": 180 },
|
||||
"facing=west": { "model": "techreborn:block/machines/tier2_machines/computer_cube", "y": 270 },
|
||||
"facing=east": { "model": "techreborn:block/machines/tier2_machines/computer_cube", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/machines/tier2_machines/digital_chest" }
|
||||
}
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/charge_bench_bottom"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_on",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/charge_bench_side_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/charge_bench_top_off",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/charge_bench_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/digital_chest_side",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/digital_chest_bottom",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/digital_chest_top",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/digital_chest_side",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/digital_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,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier2_machines/charge_o_mat_top_off",
|
||||
"bottom": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"side": "techreborn:block/machines/tier2_machines/charge_o_mat_side_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier2_machines/charge_o_mat_top_on",
|
||||
"bottom": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"side": "techreborn:block/machines/tier2_machines/charge_o_mat_side_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier2_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier2_machines/computer_cube_front",
|
||||
"side": "techreborn:block/machines/tier2_machines/computer_cube_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier2_machines/digital_chest_top",
|
||||
"bottom": "techreborn:block/machines/tier2_machines/digital_chest_bottom",
|
||||
"side": "techreborn:block/machines/tier2_machines/digital_chest_side"
|
||||
}
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:animated": 1
|
||||
},
|
||||
"model": "techreborn:item/tool/override/advanced_chainsaw_animated"
|
||||
"model": "techreborn:item/override/advanced_chainsaw_animated"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:animated": 1
|
||||
},
|
||||
"model": "techreborn:item/tool/override/basic_chainsaw_animated"
|
||||
"model": "techreborn:item/override/basic_chainsaw_animated"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/charge_o_mat"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/computer_cube"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/digital_chest"
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:empty": 1
|
||||
},
|
||||
"model": "techreborn:item/battery/override/energy_crystal_empty"
|
||||
"model": "techreborn:item/override/energy_crystal_empty"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:coords": 1
|
||||
},
|
||||
"model": "techreborn:item/misc/frequency_transmitter_coords"
|
||||
"model": "techreborn:item/override/frequency_transmitter_coords"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:animated": 1
|
||||
},
|
||||
"model": "techreborn:item/tool/override/industrial_chainsaw_animated"
|
||||
"model": "techreborn:item/override/industrial_chainsaw_animated"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:empty": 1
|
||||
},
|
||||
"model": "techreborn:item/battery/override/lapotron_crystal_empty"
|
||||
"model": "techreborn:item/override/lapotron_crystal_empty"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:empty": 1
|
||||
},
|
||||
"model": "techreborn:item/battery/override/lapotronic_orb_empty"
|
||||
"model": "techreborn:item/override/lapotronic_orb_empty"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"predicate": {
|
||||
"techreborn:empty": 1
|
||||
},
|
||||
"model": "techreborn:item/battery/override/lithium_battery_empty"
|
||||
"model": "techreborn:item/override/lithium_battery_empty"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "techreborn:item/techrebornItem",
|
||||
"textures": {
|
||||
"layer0": "techreborn:items/misc/missing_recipe"
|
||||
}
|
||||
}
|
|
@ -8,13 +8,13 @@
|
|||
"predicate": {
|
||||
"techreborn:active": 0.5
|
||||
},
|
||||
"model": "techreborn:item/tool/override/nanosaber_active_low"
|
||||
"model": "techreborn:item/override/nanosaber_active_low"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"techreborn:active": 1
|
||||
},
|
||||
"model": "techreborn:item/tool/override/nanosaber_active"
|
||||
"model": "techreborn:item/override/nanosaber_active"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/battery/re_battery_empty"
|
||||
"layer0": "techreborn:item/battery/red_cell_battery_empty"
|
||||
}
|
||||
}
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/battery/re_battery"
|
||||
"layer0": "techreborn:item/battery/red_cell_battery"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"techreborn:empty": 1
|
||||
},
|
||||
"model": "techreborn:item/battery/override/re_battery_empty"
|
||||
"model": "techreborn:item/override/red_cell_battery_empty"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 867 B After Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |