forked from Martmists/YNet
11 changed files with 84 additions and 10 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
{ |
||||
"variants": { |
||||
"facing=down": { "model": "ynet:block/controller", "x": 90 }, |
||||
"facing=up": { "model": "ynet:block/controller", "x": 270 }, |
||||
"facing=north": { "model": "ynet:block/controller" }, |
||||
"facing=south": { "model": "ynet:block/controller", "y": 180 }, |
||||
"facing=west": { "model": "ynet:block/controller", "y": 270 }, |
||||
"facing=east": { "model": "ynet:block/controller", "y": 90 } |
||||
} |
||||
} |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
{ |
||||
"ynet.input": "Input", |
||||
"ynet.output": "Output", |
||||
"ynet.disabled": "Disabled", |
||||
"ynet.item": "Items", |
||||
"ynet.fluid": "Fluids", |
||||
"ynet.energy": "Energy", |
||||
"block.ynet.cable": "Cable", |
||||
"block.ynet.connector": "Connector", |
||||
"block.ynet.controller": "Controller" |
||||
} |
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
{ |
||||
"credit": "Made with Blockbench", |
||||
"parent": "block/block", |
||||
"texture_size": [64, 64], |
||||
"textures": { |
||||
"0": "ynet:block/controller", |
||||
"particle": "ynet:block/controller" |
||||
}, |
||||
"elements": [ |
||||
{ |
||||
"from": [0, 0, 0], |
||||
"to": [16, 16, 16], |
||||
"faces": { |
||||
"north": {"uv": [4, 4, 8, 8], "texture": "#0"}, |
||||
"east": {"uv": [0, 4, 4, 8], "texture": "#0"}, |
||||
"south": {"uv": [12, 4, 16, 8], "texture": "#0"}, |
||||
"west": {"uv": [8, 4, 12, 8], "texture": "#0"}, |
||||
"up": {"uv": [8, 4, 4, 0], "texture": "#0"}, |
||||
"down": {"uv": [12, 0, 8, 4], "texture": "#0"} |
||||
} |
||||
} |
||||
], |
||||
"display": {} |
||||
} |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
{ |
||||
"parent": "ynet:block/controller" |
||||
} |
After Width: | Height: | Size: 330 B |
Loading…
Reference in new issue