Fix some stuff

This commit is contained in:
Raoul Van den Berge
2016-03-24 23:32:34 +01:00
parent 782f418364
commit 108373f6eb
73 changed files with 1911 additions and 1548 deletions

View File

@@ -1,73 +1,75 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [{
"model": "refinedstorage:cable",
"transform": "forge:default-block"
}],
"north": {
"true": {
"submodel": "refinedstorage:cable_north"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_east"
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_south"
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_west"
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_up"
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_down"
},
"false": {
}
},
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:cable",
"transform": "forge:default-block"
}
],
"north": {
"true": {
"submodel": "refinedstorage:cable_north"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_east"
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_south"
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_west"
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_up"
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_down"
},
"false": {
}
},
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
}

View File

@@ -1,53 +1,53 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block",
"textures": {
"front": "refinedstorage:blocks/constructor_disconnected"
}
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/constructor_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/constructor_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block",
"textures": {
"front": "refinedstorage:blocks/constructor_disconnected"
}
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/constructor_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/constructor_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,92 +1,92 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/controller_0"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"energy": {
"0": {
"textures": {
"front": "refinedstorage:blocks/controller_0"
}
},
"1": {
"textures": {
"front": "refinedstorage:blocks/controller_1"
}
},
"2": {
"textures": {
"front": "refinedstorage:blocks/controller_2"
}
},
"3": {
"textures": {
"front": "refinedstorage:blocks/controller_3"
}
},
"4": {
"textures": {
"front": "refinedstorage:blocks/controller_4"
}
},
"5": {
"textures": {
"front": "refinedstorage:blocks/controller_5"
}
},
"6": {
"textures": {
"front": "refinedstorage:blocks/controller_6"
}
},
"7": {
"textures": {
"front": "refinedstorage:blocks/controller_7"
}
},
"8": {
"textures": {
"front": "refinedstorage:blocks/controller_8"
}
}
},
"type": {
"normal": {
},
"creative": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/controller_0"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"energy": {
"0": {
"textures": {
"front": "refinedstorage:blocks/controller_0"
}
},
"1": {
"textures": {
"front": "refinedstorage:blocks/controller_1"
}
},
"2": {
"textures": {
"front": "refinedstorage:blocks/controller_2"
}
},
"3": {
"textures": {
"front": "refinedstorage:blocks/controller_3"
}
},
"4": {
"textures": {
"front": "refinedstorage:blocks/controller_4"
}
},
"5": {
"textures": {
"front": "refinedstorage:blocks/controller_5"
}
},
"6": {
"textures": {
"front": "refinedstorage:blocks/controller_6"
}
},
"7": {
"textures": {
"front": "refinedstorage:blocks/controller_7"
}
},
"8": {
"textures": {
"front": "refinedstorage:blocks/controller_8"
}
}
},
"type": {
"normal": {
},
"creative": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,53 +1,53 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block",
"textures": {
"front": "refinedstorage:blocks/destructor_disconnected"
}
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/destructor_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/destructor_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block",
"textures": {
"front": "refinedstorage:blocks/destructor_disconnected"
}
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/destructor_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/destructor_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,54 +1,54 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/detector_unpowered"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"powered": {
"true": {
"textures": {
"front": "refinedstorage:blocks/detector_powered"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/detector_unpowered"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"powered": {
"true": {
"textures": {
"front": "refinedstorage:blocks/detector_powered"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,45 +1,45 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/disk_drive"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/disk_drive"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,45 +1,45 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/exporter"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/exporter"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,45 +1,45 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/external_storage"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/external_storage"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,59 +1,59 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"textures": {
"front": "refinedstorage:blocks/grid_disconnected"
},
"transform": "forge:default-block",
"y": 0
}
],
"type": {
"normal": {
},
"crafting": {
}
},
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/grid_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/grid_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"textures": {
"front": "refinedstorage:blocks/grid_disconnected"
},
"transform": "forge:default-block",
"y": 0
}
],
"type": {
"normal": {
},
"crafting": {
}
},
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/grid_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/grid_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,45 +1,45 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/importer"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/importer"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,36 +1,36 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/interface"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
},
"connected": {
"true": {
},
"false": {
}
}
}
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/interface"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
},
"connected": {
"true": {
},
"false": {
}
}
}
}

View File

@@ -1,30 +1,30 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
}

View File

@@ -1,39 +1,39 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/relay_connected"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
},
"connected": {
"true": {
},
"false": {
"textures": {
"all": "refinedstorage:blocks/relay_disconnected"
}
}
}
}
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/relay_connected"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
},
"connected": {
"true": {
},
"false": {
"textures": {
"all": "refinedstorage:blocks/relay_disconnected"
}
}
}
}
}

View File

@@ -1,53 +1,53 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"textures": {
"front": "refinedstorage:blocks/solderer_disconnected"
},
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/solderer_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/solderer_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"y": 0,
"textures": {
"front": "refinedstorage:blocks/solderer_disconnected"
},
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/solderer_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/solderer_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -1,36 +1,36 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"transform": "forge:default-block"
},
"variants": {
"type": {
"1k": {
"textures": {
"all": "refinedstorage:blocks/1k_storage_block"
}
},
"4k": {
"textures": {
"all": "refinedstorage:blocks/4k_storage_block"
}
},
"16k": {
"textures": {
"all": "refinedstorage:blocks/16k_storage_block"
}
},
"64k": {
"textures": {
"all": "refinedstorage:blocks/64k_storage_block"
}
},
"creative": {
"textures": {
"all": "refinedstorage:blocks/creative_storage_block"
}
}
}
}
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"transform": "forge:default-block"
},
"variants": {
"type": {
"1k": {
"textures": {
"all": "refinedstorage:blocks/1k_storage_block"
}
},
"4k": {
"textures": {
"all": "refinedstorage:blocks/4k_storage_block"
}
},
"16k": {
"textures": {
"all": "refinedstorage:blocks/16k_storage_block"
}
},
"64k": {
"textures": {
"all": "refinedstorage:blocks/64k_storage_block"
}
},
"creative": {
"textures": {
"all": "refinedstorage:blocks/creative_storage_block"
}
}
}
}
}

View File

@@ -1,56 +1,56 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/wireless_transmitter_side",
"top": "refinedstorage:blocks/wireless_transmitter_side",
"front": "refinedstorage:blocks/wireless_transmitter"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
},
"working": {
"true": {
"textures": {
"side": "refinedstorage:blocks/wireless_transmitter_side_working",
"top": "refinedstorage:blocks/wireless_transmitter_side_working",
"front": "refinedstorage:blocks/wireless_transmitter_working"
}
},
"false": {
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "refinedstorage:blocks/wireless_transmitter_side",
"top": "refinedstorage:blocks/wireless_transmitter_side",
"front": "refinedstorage:blocks/wireless_transmitter"
}
},
"variants": {
"inventory": [
{
"y": 0,
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
},
"working": {
"true": {
"textures": {
"side": "refinedstorage:blocks/wireless_transmitter_side_working",
"top": "refinedstorage:blocks/wireless_transmitter_side_working",
"front": "refinedstorage:blocks/wireless_transmitter_working"
}
},
"false": {
}
}
}
}

View File

@@ -1,98 +1,212 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Core",
"from": [6.0, 6.0, 6.0],
"to": [10.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
},
{
"name": "East",
"from": [10.0, 6.0, 6.0],
"to": [16.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
},
{
"name": "West",
"from": [0.0, 6.0, 6.0],
"to": [6.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Core",
"from": [
6.0,
6.0,
6.0
],
"to": [
10.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
},
{
"name": "East",
"from": [
10.0,
6.0,
6.0
],
"to": [
16.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
},
{
"name": "West",
"from": [
0.0,
6.0,
6.0
],
"to": [
6.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Core",
"from": [6.0, 6.0, 6.0],
"to": [10.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Core",
"from": [
6.0,
6.0,
6.0
],
"to": [
10.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Down",
"from": [6.0, 0.0, 6.0],
"to": [10.0, 6.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Down",
"from": [
6.0,
0.0,
6.0
],
"to": [
10.0,
6.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "East",
"from": [10.0, 6.0, 6.0],
"to": [16.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "East",
"from": [
10.0,
6.0,
6.0
],
"to": [
16.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "North",
"from": [6.0, 6.0, 0.0],
"to": [10.0, 10.0, 6.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "North",
"from": [
6.0,
6.0,
0.0
],
"to": [
10.0,
10.0,
6.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "South",
"from": [6.0, 6.0, 10.0],
"to": [10.0, 10.0, 16.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "South",
"from": [
6.0,
6.0,
10.0
],
"to": [
10.0,
10.0,
16.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Up",
"from": [6.0, 10.0, 6.0],
"to": [10.0, 16.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "Up",
"from": [
6.0,
10.0,
6.0
],
"to": [
10.0,
16.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,36 +1,74 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "West",
"from": [0.0, 6.0, 6.0],
"to": [6.0, 10.0, 10.0],
"faces": {
"north": {
"texture": "#all",
"uv": [4.0, 4.0, 8.0, 8.0]
},
"east": {
"texture": "#all",
"uv": [0.0, 4.0, 4.0, 8.0]
},
"south": {
"texture": "#all",
"uv": [12.0, 4.0, 16.0, 8.0]
},
"west": {
"texture": "#all",
"uv": [8.0, 4.0, 12.0, 8.0]
},
"up": {
"texture": "#all",
"uv": [8.0, 4.0, 4.0, 0.0]
},
"down": {
"texture": "#all",
"uv": [12.0, 0.0, 8.0, 4.0]
}
}
}
]
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"elements": [
{
"name": "West",
"from": [
0.0,
6.0,
6.0
],
"to": [
6.0,
10.0,
10.0
],
"faces": {
"north": {
"texture": "#all",
"uv": [
4.0,
4.0,
8.0,
8.0
]
},
"east": {
"texture": "#all",
"uv": [
0.0,
4.0,
4.0,
8.0
]
},
"south": {
"texture": "#all",
"uv": [
12.0,
4.0,
16.0,
8.0
]
},
"west": {
"texture": "#all",
"uv": [
8.0,
4.0,
12.0,
8.0
]
},
"up": {
"texture": "#all",
"uv": [
8.0,
4.0,
4.0,
0.0
]
},
"down": {
"texture": "#all",
"uv": [
12.0,
0.0,
8.0,
4.0
]
}
}
}
]
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/16k_storage_disk"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/16k_storage_disk"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/16k_storage_part"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/16k_storage_part"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/1k_storage_disk"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/1k_storage_disk"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/1k_storage_part"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/1k_storage_part"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/4k_storage_disk"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/4k_storage_disk"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/4k_storage_part"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/4k_storage_part"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/64k_storage_disk"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/64k_storage_disk"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/64k_storage_part"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/64k_storage_part"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/advanced_printed_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/advanced_printed_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/advanced_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/advanced_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/basic_printed_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/basic_printed_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/basic_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/basic_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/construction_core"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/construction_core"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/creative_storage_disk"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/creative_storage_disk"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/destruction_core"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/destruction_core"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/improved_printed_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/improved_printed_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/improved_processor"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/improved_processor"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/printed_silicon"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/printed_silicon"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/quartz_enriched_iron"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/quartz_enriched_iron"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/silicon"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/silicon"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_connected"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_connected"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_disconnected"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_disconnected"
}
}

View File

@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_plate"
}
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/wireless_grid_plate"
}
}