Remove all CTM stuff. Rolling my own solution instead. First step of #1860

This commit is contained in:
raoulvdberge
2018-07-11 13:00:17 +02:00
parent 7caecce978
commit b7de36638f
40 changed files with 4 additions and 1999 deletions

View File

@@ -1,104 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"cable": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/constructor_disconnected",
"line": "refinedstorage:blocks/generic_grey",
"glow": "refinedstorage:blocks/none"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:constructor_destructor_item",
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/constructor_connected",
"glow": "refinedstorage:blocks/constructor_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"submodel": "refinedstorage:constructor_destructor_glow"
},
"east": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 90
},
"south": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 180
},
"west": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 270
},
"up": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 270
},
"down": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 90
}
},
"north": {
"true": {
"submodel": "refinedstorage:cable_extension"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 90
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 180
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 270
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 270
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 90
},
"false": {
}
}
}
}

View File

@@ -1,40 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_all_glow",
"textures": {
"particle": "refinedstorage:blocks/controller_off",
"all": "refinedstorage:blocks/controller_off",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"energy_type": {
"off": {
},
"nearly_off": {
"textures": {
"all": "refinedstorage:blocks/controller_nearly_off",
"glow": "refinedstorage:blocks/controller_nearly_off_glow"
}
},
"nearly_on": {
"textures": {
"all": "refinedstorage:blocks/controller_nearly_on",
"glow": "refinedstorage:blocks/controller_nearly_on_glow"
}
},
"on": {
"textures": {
"all": "refinedstorage:blocks/controller_on",
"glow": "refinedstorage:blocks/controller_on_glow"
}
}
}
}
}

View File

@@ -1,137 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_glow",
"textures": {
"particle": "refinedstorage:blocks/crafter_side",
"side": "refinedstorage:blocks/crafter_side",
"side_90": "refinedstorage:blocks/crafter_side_90",
"side_180": "refinedstorage:blocks/crafter_side_180",
"side_270": "refinedstorage:blocks/crafter_side_270",
"front": "refinedstorage:blocks/crafter_front",
"glow_side": "refinedstorage:blocks/none",
"glow_side_90": "refinedstorage:blocks/none",
"glow_side_180": "refinedstorage:blocks/none",
"glow_side_270": "refinedstorage:blocks/none",
"glow_front": "refinedstorage:blocks/none",
"glow_up": "refinedstorage:blocks/none",
"glow_down": "refinedstorage:blocks/none"
},
"uvlock": true
},
"variants": {
"connected": {
"true": {
"textures": {
"side": "refinedstorage:blocks/crafter_side_connected",
"side_90": "refinedstorage:blocks/crafter_side_connected_90",
"side_180": "refinedstorage:blocks/crafter_side_connected_180",
"side_270": "refinedstorage:blocks/crafter_side_connected_270",
"front": "refinedstorage:blocks/crafter_front_connected",
"glow_side": "refinedstorage:blocks/crafter_side_connected_glow",
"glow_side_90": "refinedstorage:blocks/crafter_side_connected_90_glow",
"glow_side_180": "refinedstorage:blocks/crafter_side_connected_180_glow",
"glow_side_270": "refinedstorage:blocks/crafter_side_connected_270_glow",
"glow_front": "refinedstorage:blocks/crafter_front_connected_glow"
}
},
"false": {
"textures": {
}
}
},
"direction": {
"north": {
"textures": {
"down": "#side",
"up": "#side",
"north": "#front",
"east": "#side_90",
"south": "refinedstorage:blocks/crafter_bottom",
"west": "#side_270",
"glow_down": "#glow_side",
"glow_up": "#glow_side",
"glow_north": "#glow_front",
"glow_east": "#glow_side_90",
"glow_south": "refinedstorage:blocks/none",
"glow_west": "#glow_side_270"
}
},
"east": {
"textures": {
"down": "refinedstorage:blocks/crafter_bottom",
"up": "#side_90",
"north": "#side_270",
"east": "#front",
"south": "#side_90",
"west": "refinedstorage:blocks/crafter_bottom",
"glow_up": "#glow_side_90",
"glow_north": "#glow_side_270",
"glow_east": "#glow_front",
"glow_south": "#glow_side_90",
"glow_west": "refinedstorage:blocks/none"
}
},
"south": {
"textures": {
"down": "refinedstorage:blocks/crafter_bottom",
"up": "#side_180",
"north": "refinedstorage:blocks/crafter_bottom",
"east": "#side_270",
"south": "#front",
"west": "#side_90",
"glow_up": "#glow_side_180",
"glow_north": "refinedstorage:blocks/none",
"glow_east": "#glow_side_270",
"glow_south": "#glow_front",
"glow_west": "#glow_side_90"
}
},
"west": {
"textures": {
"down": "refinedstorage:blocks/crafter_bottom",
"up": "#side_270",
"north": "#side_90",
"east": "refinedstorage:blocks/crafter_bottom",
"south": "#side_270",
"west": "#front",
"glow_up": "#glow_side_270",
"glow_north": "#glow_side_90",
"glow_east": "refinedstorage:blocks/none",
"glow_south": "#glow_side_270",
"glow_west": "#glow_front"
}
},
"up": {
"textures": {
"down": "refinedstorage:blocks/crafter_bottom",
"up": "#front",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side",
"glow_up": "#glow_front",
"glow_north": "#glow_side",
"glow_east": "#glow_side",
"glow_south": "#glow_side",
"glow_west": "#glow_side"
}
},
"down": {
"textures": {
"down": "#front",
"up": "refinedstorage:blocks/crafter_bottom",
"north": "#side_180",
"east": "#side_180",
"south": "#side_180",
"west": "#side_180",
"glow_down": "#glow_front",
"glow_north": "#glow_side_180",
"glow_east": "#glow_side_180",
"glow_south": "#glow_side_180",
"glow_west": "#glow_side_180"
}
}
}
}
}

View File

@@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_glow",
"textures": {
"particle": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/crafter_manager_front",
"east": "refinedstorage:blocks/grid_left",
"south": "refinedstorage:blocks/grid_back",
"west": "refinedstorage:blocks/grid_right",
"up": "refinedstorage:blocks/grid_top",
"down": "refinedstorage:blocks/bottom",
"glow_north": "refinedstorage:blocks/none",
"glow_east": "refinedstorage:blocks/none",
"glow_south": "refinedstorage:blocks/none",
"glow_west": "refinedstorage:blocks/none",
"glow_up": "refinedstorage:blocks/none",
"glow_down": "refinedstorage:blocks/none"
}
},
"variants": {
"connected": {
"true": {
"textures": {
"north": "refinedstorage:blocks/crafter_manager_front_connected",
"glow_north": "refinedstorage:blocks/crafter_manager_front_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
}
}
}

View File

@@ -1,53 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_glow",
"textures": {
"particle": "refinedstorage:blocks/crafting_monitor_front",
"north": "refinedstorage:blocks/crafting_monitor_front",
"east": "refinedstorage:blocks/crafting_monitor_left",
"south": "refinedstorage:blocks/crafting_monitor_back",
"west": "refinedstorage:blocks/crafting_monitor_right",
"up": "refinedstorage:blocks/crafting_monitor_top",
"down": "refinedstorage:blocks/bottom",
"glow_north": "refinedstorage:blocks/none",
"glow_east": "refinedstorage:blocks/none",
"glow_south": "refinedstorage:blocks/none",
"glow_west": "refinedstorage:blocks/none",
"glow_up": "refinedstorage:blocks/none",
"glow_down": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
"textures": {
"north": "refinedstorage:blocks/crafting_monitor_front_connected",
"glow_north": "refinedstorage:blocks/crafting_monitor_front_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
}
}
}

View File

@@ -1,104 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"cable": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/destructor_disconnected",
"line": "refinedstorage:blocks/generic_grey",
"glow": "refinedstorage:blocks/none"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:constructor_destructor_item",
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/destructor_connected",
"glow": "refinedstorage:blocks/destructor_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"submodel": "refinedstorage:constructor_destructor_glow"
},
"east": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 90
},
"south": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 180
},
"west": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 270
},
"up": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 270
},
"down": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 90
}
},
"north": {
"true": {
"submodel": "refinedstorage:cable_extension"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 90
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 180
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 270
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 270
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 90
},
"false": {
}
}
}
}

View File

@@ -1,31 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:detector_glow",
"textures": {
"particle": "refinedstorage:blocks/detector_top",
"torch": "refinedstorage:blocks/detector_side_off",
"side": "refinedstorage:blocks/detector_side_off",
"top": "refinedstorage:blocks/detector_top",
"bottom": "refinedstorage:blocks/detector_bottom",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"powered": {
"true": {
"textures": {
"torch": "refinedstorage:blocks/detector_side_on",
"glow": "refinedstorage:blocks/detector_side_on_glow"
}
},
"false": {
}
}
}
}

View File

@@ -1,94 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_glow",
"textures": {
"particle": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/grid_disconnected",
"east": "refinedstorage:blocks/grid_left",
"south": "refinedstorage:blocks/grid_back",
"west": "refinedstorage:blocks/grid_right",
"up": "refinedstorage:blocks/grid_top",
"down": "refinedstorage:blocks/bottom",
"glow_north": "refinedstorage:blocks/none",
"glow_east": "refinedstorage:blocks/none",
"glow_south": "refinedstorage:blocks/none",
"glow_west": "refinedstorage:blocks/none",
"glow_up": "refinedstorage:blocks/none",
"glow_down": "refinedstorage:blocks/none"
}
},
"variants": {
"connected": {
"true": {
"textures": {
"north_normal": "refinedstorage:blocks/grid_front_connected",
"north_normal_glow": "refinedstorage:blocks/grid_front_connected_glow",
"north_crafting": "refinedstorage:blocks/grid_crafting_front_connected",
"north_crafting_glow": "refinedstorage:blocks/grid_crafting_front_connected_glow",
"north_pattern": "refinedstorage:blocks/grid_pattern_front_connected",
"north_pattern_glow": "refinedstorage:blocks/grid_pattern_front_connected_glow",
"north_fluid": "refinedstorage:blocks/grid_fluid_front_connected",
"north_fluid_glow": "refinedstorage:blocks/grid_fluid_front_connected_glow"
}
},
"false": {
"textures": {
"north_normal": "refinedstorage:blocks/grid_front",
"north_normal_glow": "refinedstorage:blocks/none",
"north_crafting": "refinedstorage:blocks/grid_crafting_front",
"north_crafting_glow": "refinedstorage:blocks/none",
"north_pattern": "refinedstorage:blocks/grid_pattern_front",
"north_pattern_glow": "refinedstorage:blocks/none",
"north_fluid": "refinedstorage:blocks/grid_fluid_front",
"north_fluid_glow": "refinedstorage:blocks/none"
}
}
},
"type": {
"normal": {
"textures": {
"north": "#north_normal",
"glow_north": "#north_normal_glow"
}
},
"crafting": {
"textures": {
"north": "#north_crafting",
"glow_north": "#north_crafting_glow"
}
},
"pattern": {
"textures": {
"north": "#north_pattern",
"glow_north": "#north_pattern_glow"
}
},
"fluid": {
"textures": {
"north": "#north_fluid",
"glow_north": "#north_fluid_glow",
"east": "refinedstorage:blocks/grid_fluid_left",
"south": "refinedstorage:blocks/grid_fluid_back",
"west": "refinedstorage:blocks/grid_fluid_right",
"up": "refinedstorage:blocks/grid_fluid_top",
"down": "refinedstorage:blocks/bottom"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_all_glow",
"textures": {
"all": "refinedstorage:blocks/network_receiver_disconnected",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/network_receiver_connected",
"glow": "refinedstorage:blocks/network_receiver_connected_glow"
}
},
"false": {
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_all_glow",
"textures": {
"all": "refinedstorage:blocks/network_transmitter_disconnected",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/network_transmitter_connected",
"glow": "refinedstorage:blocks/network_transmitter_connected_glow"
}
},
"false": {
}
}
}
}

View File

@@ -1,104 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"cable": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/reader",
"line": "refinedstorage:blocks/generic_grey",
"glow": "refinedstorage:blocks/none"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:constructor_destructor_item",
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/reader_connected",
"glow": "refinedstorage:blocks/reader_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"submodel": "refinedstorage:constructor_destructor_glow"
},
"east": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 90
},
"south": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 180
},
"west": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 270
},
"up": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 270
},
"down": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 90
}
},
"north": {
"true": {
"submodel": "refinedstorage:cable_extension"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 90
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 180
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 270
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 270
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 90
},
"false": {
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_all_glow",
"textures": {
"all": "refinedstorage:blocks/relay_disconnected",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/relay_connected",
"glow": "refinedstorage:blocks/relay_connected_glow"
}
},
"false": {
}
}
}
}

View File

@@ -1,60 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_glow",
"textures": {
"particle": "refinedstorage:blocks/security_manager_front_disconnected",
"down": "refinedstorage:blocks/security_manager_bottom",
"up": "refinedstorage:blocks/security_manager_top_disconnected",
"north": "refinedstorage:blocks/security_manager_front_disconnected",
"east": "refinedstorage:blocks/security_manager_left_disconnected",
"south": "refinedstorage:blocks/security_manager_back_disconnected",
"west": "refinedstorage:blocks/security_manager_right_disconnected",
"glow_north": "refinedstorage:blocks/none",
"glow_east": "refinedstorage:blocks/none",
"glow_south": "refinedstorage:blocks/none",
"glow_west": "refinedstorage:blocks/none",
"glow_up": "refinedstorage:blocks/none",
"glow_down": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"up": "refinedstorage:blocks/security_manager_top_connected",
"north": "refinedstorage:blocks/security_manager_front_connected",
"east": "refinedstorage:blocks/security_manager_left_connected",
"south": "refinedstorage:blocks/security_manager_back_connected",
"west": "refinedstorage:blocks/security_manager_right_connected",
"glow_north": "refinedstorage:blocks/security_manager_front_connected_glow",
"glow_east": "refinedstorage:blocks/security_manager_left_connected_glow",
"glow_south": "refinedstorage:blocks/security_manager_back_connected_glow",
"glow_west": "refinedstorage:blocks/security_manager_right_connected_glow",
"glow_up": "refinedstorage:blocks/security_manager_top_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:torch_glow",
"textures": {
"torch": "refinedstorage:blocks/wireless_transmitter_disconnected",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"torch": "refinedstorage:blocks/wireless_transmitter_connected",
"glow": "refinedstorage:blocks/wireless_transmitter_connected_glow"
}
},
"false": {
}
}
}
}

View File

@@ -1,104 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"cable": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/writer",
"line": "refinedstorage:blocks/generic_grey",
"glow": "refinedstorage:blocks/none"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:constructor_destructor_item",
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/writer_connected",
"glow": "refinedstorage:blocks/writer_connected_glow"
}
},
"false": {
}
},
"direction": {
"north": {
"submodel": "refinedstorage:constructor_destructor_glow"
},
"east": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 90
},
"south": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 180
},
"west": {
"submodel": "refinedstorage:constructor_destructor_glow",
"y": 270
},
"up": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 270
},
"down": {
"submodel": "refinedstorage:constructor_destructor_glow",
"x": 90
}
},
"north": {
"true": {
"submodel": "refinedstorage:cable_extension"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 90
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 180
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_extension",
"y": 270
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 270
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_extension",
"x": 90
},
"false": {
}
}
}
}

View File

@@ -1,158 +0,0 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Line1",
"from": [
7.0,
7.0,
2.0
],
"to": [
9.0,
9.0,
6.0
],
"faces": {
"east": {
"texture": "#line",
"uv": [
0.0,
0.0,
4.0,
2.0
]
},
"south": {
"texture": "#line",
"uv": [
0.0,
0.0,
4.0,
4.0
]
},
"west": {
"texture": "#line",
"uv": [
0.0,
0.0,
4.0,
2.0
]
},
"up": {
"texture": "#line",
"uv": [
0.0,
0.0,
2.0,
4.0
]
},
"down": {
"texture": "#line",
"uv": [
0.0,
0.0,
2.0,
4.0
]
}
}
},
{
"name": "Line2",
"from": [
2.0,
2.0,
0.0
],
"to": [
14.0,
14.0,
2.0
],
"faces": {
"north": {
"texture": "#front",
"uv": [
0.0,
0.0,
16.0,
16.0
]
},
"east": {
"texture": "#line",
"uv": [
14.0,
0.0,
16.0,
16.0
]
},
"south": {
"texture": "#line",
"uv": [
0.0,
0.0,
16.0,
16.0
]
},
"west": {
"texture": "#line",
"uv": [
0.0,
0.0,
2.0,
16.0
]
},
"up": {
"texture": "#line",
"uv": [
2.0,
0.0,
14.0,
2.0
]
},
"down": {
"texture": "#line",
"uv": [
2.0,
14.0,
14.0,
16.0
]
}
}
},
{
"name": "Line3",
"from": [
2.0,
2.0,
0.0
],
"to": [
14.0,
14.0,
2.0
],
"faces": {
"north": {
"texture": "#glow",
"uv": [
0.0,
0.0,
16.0,
16.0
]
}
}
}
]
}

View File

@@ -1,83 +0,0 @@
{
"parent": "block/cube_all",
"ambientocclusion": false,
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"down": {
"texture": "#all",
"cullface": "down"
},
"up": {
"texture": "#all",
"cullface": "up"
},
"north": {
"texture": "#all",
"cullface": "north"
},
"south": {
"texture": "#all",
"cullface": "south"
},
"west": {
"texture": "#all",
"cullface": "west"
},
"east": {
"texture": "#all",
"cullface": "east"
}
}
},
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"shade": false,
"faces": {
"down": {
"texture": "#glow",
"cullface": "down"
},
"up": {
"texture": "#glow",
"cullface": "up"
},
"north": {
"texture": "#glow",
"cullface": "north"
},
"south": {
"texture": "#glow",
"cullface": "south"
},
"west": {
"texture": "#glow",
"cullface": "west"
},
"east": {
"texture": "#glow",
"cullface": "east"
}
}
}
]
}

View File

@@ -1,83 +0,0 @@
{
"parent": "block/cube",
"ambientocclusion": false,
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"down": {
"texture": "#down",
"cullface": "down"
},
"up": {
"texture": "#up",
"cullface": "up"
},
"north": {
"texture": "#north",
"cullface": "north"
},
"south": {
"texture": "#south",
"cullface": "south"
},
"west": {
"texture": "#west",
"cullface": "west"
},
"east": {
"texture": "#east",
"cullface": "east"
}
}
},
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"shade": false,
"faces": {
"down": {
"texture": "#glow_down",
"cullface": "down"
},
"up": {
"texture": "#glow_up",
"cullface": "up"
},
"north": {
"texture": "#glow_north",
"cullface": "north"
},
"south": {
"texture": "#glow_south",
"cullface": "south"
},
"west": {
"texture": "#glow_west",
"cullface": "west"
},
"east": {
"texture": "#glow_east",
"cullface": "east"
}
}
}
]
}

View File

@@ -1,350 +0,0 @@
{
"__comment": "Model made by CyanideX",
"elements": [
{
"name": "Element",
"from": [
7.0,
5.0,
7.0
],
"to": [
9.0,
10.0,
9.0
],
"shade": false,
"faces": {
"north": {
"texture": "#torch",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"east": {
"texture": "#torch",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"south": {
"texture": "#torch",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"west": {
"texture": "#torch",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"up": {
"texture": "#torch",
"uv": [
7.0,
5.0,
9.0,
7.0
]
},
"down": {
"texture": "#torch",
"uv": [
7.0,
7.0,
9.0,
9.0
]
}
}
},
{
"name": "Element",
"from": [
7.0,
5.0,
6.0
],
"to": [
9.0,
11.0,
10.0
],
"shade": false,
"faces": {
"east": {
"texture": "#torch",
"uv": [
6.0,
4.0,
10.0,
11.0
]
},
"west": {
"texture": "#torch",
"uv": [
6.0,
4.0,
10.0,
11.0
]
}
}
},
{
"name": "Element",
"from": [
6.0,
5.0,
7.0
],
"to": [
10.0,
11.0,
9.0
],
"shade": false,
"faces": {
"north": {
"texture": "#torch",
"uv": [
6.0,
4.0,
10.0,
11.0
]
},
"south": {
"texture": "#torch",
"uv": [
6.0,
4.0,
10.0,
11.0
]
}
}
},
{
"name": "Element",
"from": [
7.0,
5.0,
7.0
],
"to": [
9.0,
10.0,
9.0
],
"shade": false,
"faces": {
"north": {
"texture": "#glow",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"east": {
"texture": "#glow",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"south": {
"texture": "#glow",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"west": {
"texture": "#glow",
"uv": [
7.0,
5.0,
9.0,
11.0
]
},
"up": {
"texture": "#glow",
"uv": [
7.0,
5.0,
9.0,
7.0
]
},
"down": {
"texture": "#glow",
"uv": [
7.0,
7.0,
9.0,
9.0
]
}
}
},
{
"name": "Element",
"from": [
7.0,
5.0,
6.0
],
"to": [
9.0,
11.0,
10.0
],
"shade": false,
"faces": {
"east": {
"texture": "#glow",
"uv": [
6.0,
4.0,
10.0,
11.0
]
},
"west": {
"texture": "#glow",
"uv": [
6.0,
4.0,
10.0,
11.0
]
}
}
},
{
"name": "Element",
"from": [
6.0,
5.0,
7.0
],
"to": [
10.0,
11.0,
9.0
],
"shade": false,
"faces": {
"north": {
"texture": "#glow",
"uv": [
6.0,
4.0,
10.0,
11.0
]
},
"south": {
"texture": "#glow",
"uv": [
6.0,
4.0,
10.0,
11.0
]
}
}
},
{
"name": "base",
"from": [
0.0,
0.0,
0.0
],
"to": [
16.0,
5.0,
16.0
],
"faces": {
"north": {
"texture": "#side",
"uv": [
0.0,
11.0,
16.0,
16.0
]
},
"east": {
"texture": "#side",
"uv": [
0.0,
11.0,
16.0,
16.0
]
},
"south": {
"texture": "#side",
"uv": [
0.0,
11.0,
16.0,
16.0
]
},
"west": {
"texture": "#side",
"uv": [
0.0,
11.0,
16.0,
16.0
]
},
"up": {
"texture": "#top",
"uv": [
0.0,
0.0,
16.0,
16.0
]
},
"down": {
"texture": "#bottom",
"uv": [
0.0,
0.0,
16.0,
16.0
]
}
}
}
]
}

View File

@@ -1,69 +0,0 @@
{
"parent": "block/block",
"textures": {
"particle": "refinedstorage:blocks/disk_manipulator_connected",
"front": "refinedstorage:blocks/disk_manipulator_connected",
"glow": "refinedstorage:blocks/disk_manipulator_connected_glow",
"bottom": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"side": "refinedstorage:blocks/side"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"down": {
"texture": "#bottom",
"cullface": "down"
},
"up": {
"texture": "#top",
"cullface": "up"
},
"north": {
"texture": "#front",
"cullface": "north"
},
"south": {
"texture": "#side",
"cullface": "south"
},
"west": {
"texture": "#side",
"cullface": "west"
},
"east": {
"texture": "#side",
"cullface": "east"
}
}
},
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"north": {
"texture": "#glow",
"cullface": "north"
}
}
}
]
}

View File

@@ -1,206 +0,0 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#torch"
},
"elements": [
{
"from": [
7,
0,
7
],
"to": [
9,
10,
9
],
"shade": false,
"faces": {
"down": {
"uv": [
7,
13,
9,
15
],
"texture": "#torch"
},
"up": {
"uv": [
7,
6,
9,
8
],
"texture": "#torch"
}
}
},
{
"from": [
7,
0,
0
],
"to": [
9,
16,
16
],
"shade": false,
"faces": {
"west": {
"uv": [
0,
0,
16,
16
],
"texture": "#torch"
},
"east": {
"uv": [
0,
0,
16,
16
],
"texture": "#torch"
}
}
},
{
"from": [
0,
0,
7
],
"to": [
16,
16,
9
],
"shade": false,
"faces": {
"north": {
"uv": [
0,
0,
16,
16
],
"texture": "#torch"
},
"south": {
"uv": [
0,
0,
16,
16
],
"texture": "#torch"
}
}
},
{
"from": [
7,
0,
7
],
"to": [
9,
10,
9
],
"shade": false,
"faces": {
"down": {
"uv": [
7,
13,
9,
15
],
"texture": "#glow"
},
"up": {
"uv": [
7,
6,
9,
8
],
"texture": "#glow"
}
}
},
{
"from": [
7,
0,
0
],
"to": [
9,
16,
16
],
"shade": false,
"faces": {
"west": {
"uv": [
0,
0,
16,
16
],
"texture": "#glow"
},
"east": {
"uv": [
0,
0,
16,
16
],
"texture": "#glow"
}
}
},
{
"from": [
0,
0,
7
],
"to": [
16,
16,
9
],
"shade": false,
"faces": {
"north": {
"uv": [
0,
0,
16,
16
],
"texture": "#glow"
},
"south": {
"uv": [
0,
0,
16,
16
],
"texture": "#glow"
}
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}