the redstone reciever recieved a replenishing retexture

(and the transmitter too!)

also bark is dumb
This commit is contained in:
Daniel Amberson 2020-08-28 06:43:27 -05:00
parent d57f5d45ff
commit 1bff36e40f
13 changed files with 449 additions and 269 deletions

View file

@ -1,66 +1,66 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
}
},
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"redstone_bridge": "create:block/redstone_bridge",
"particle": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Controller",
"from": [ 2, 0, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"north": { "texture": "#redstone_bridge", "uv": [ 12, 0, 15, 12 ], "rotation": 90 },
"east": { "texture": "#redstone_bridge", "uv": [ 0, 12, 12, 15 ] },
"south": { "texture": "#redstone_bridge", "uv": [ 12, 0, 15, 12 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge", "uv": [ 0, 12, 12, 15 ] },
"up": { "texture": "#redstone_bridge", "uv": [ 0, 0, 12, 12 ], "rotation": 270 }
}
},
{
"name": "AntennaX",
"from": [ 0, 1, 4 ],
"to": [ 3, 11, 5 ],
"faces": {
"north": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"south": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"down": { "texture": "#redstone_antenna", "uv": [ 0, 9, 3, 10 ] }
}
},
{
"name": "AntennaZ",
"from": [ 1, 1, 3 ],
"to": [ 2, 11, 6 ],
"faces": {
"east": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"west": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] }
}
},
{
"name": "AntennaTop",
"from": [ 1, 9, 4 ],
"to": [ 2, 10, 5 ],
"faces": {
"up": { "texture": "#redstone_antenna", "uv": [ 1, 1, 2, 2 ] }
}
},
{
"name": "Dish",
"from": [ -1, 7, 2 ],
"to": [ 4, 7, 7 ],
"faces": {
"up": { "texture": "#redstone_antenna", "uv": [ 4, 0, 9, 5 ] },
"down": { "texture": "#redstone_antenna", "uv": [ 4, 0, 9, 5 ] }
}
}
]
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"particle": "create:block/redstone_bridge",
"redstone_bridge": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Controller",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"east": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"south": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"west": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"up": {"uv": [0, 7, 6, 13], "rotation": 270, "texture": "#redstone_bridge"},
"down": {"uv": [5, 0, 11, 6], "rotation": 90, "texture": "#redstone_bridge"}
}
},
{
"name": "AntennaX",
"from": [0, 1, 4],
"to": [3, 11, 5],
"faces": {
"north": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"south": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [1, 1, 3],
"to": [2, 11, 6],
"faces": {
"east": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [1, 9, 4],
"to": [2, 10, 5],
"faces": {
"up": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "Dish",
"from": [-1, 7, 2],
"to": [4, 7, 7],
"faces": {
"up": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"},
"down": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"}
}
}
],
"display": {
"gui": {
"rotation": [30, 45, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}

View file

@ -1,8 +1,66 @@
{
"parent": "create:block/redstone_link/receiver",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"redstone_bridge": "create:block/redstone_bridge_powered",
"particle": "create:block/redstone_bridge_powered"
}
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"particle": "create:block/redstone_bridge_powered",
"redstone_bridge": "create:block/redstone_bridge_powered"
},
"elements": [
{
"name": "Controller",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"east": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"south": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"west": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"up": {"uv": [0, 7, 6, 13], "rotation": 270, "texture": "#redstone_bridge"},
"down": {"uv": [5, 0, 11, 6], "rotation": 90, "texture": "#redstone_bridge"}
}
},
{
"name": "AntennaX",
"from": [0, 1, 4],
"to": [3, 11, 5],
"faces": {
"north": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"south": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [1, 1, 3],
"to": [2, 11, 6],
"faces": {
"east": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [1, 9, 4],
"to": [2, 10, 5],
"faces": {
"up": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "Dish",
"from": [-1, 7, 2],
"to": [4, 7, 7],
"faces": {
"up": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"},
"down": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"}
}
}
],
"display": {
"gui": {
"rotation": [30, 45, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}

View file

@ -1,70 +1,60 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"redstone_bridge_side": "create:block/redstone_bridge_side",
"particle": "create:block/redstone_bridge_side"
},
"elements": [
{
"name": "Body",
"from": [ 3, 0, 1 ],
"to": [ 13, 3, 15 ],
"faces": {
"north": { "texture": "#redstone_bridge_side", "uv": [ 13, 2, 16, 12 ], "rotation": 90 },
"east": { "texture": "#redstone_bridge_side", "uv": [ 10, 0, 13, 14 ], "rotation": 90 },
"south": { "texture": "#redstone_bridge_side", "uv": [ 13, 2, 16, 12 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge_side", "uv": [ 10, 0, 13, 14 ], "rotation": 90 },
"up": { "texture": "#redstone_bridge_side", "uv": [ 0, 0, 10, 14 ] }
}
},
{
"name": "Bottom",
"from": [ 3, -1, 1 ],
"to": [ 13, 0, 15 ],
"faces": {
"north": { "texture": "#redstone_bridge_side", "uv": [ 15, 1, 16, 13 ], "rotation": 270 },
"east": { "texture": "#redstone_bridge_side", "uv": [ 14, 0, 15, 14 ], "rotation": 270 },
"south": { "texture": "#redstone_bridge_side", "uv": [ 15, 1, 16, 13 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge_side", "uv": [ 14, 0, 15, 14 ], "rotation": 90 }
}
},
{
"name": "AntennaX",
"from": [ 3, 3, -5 ],
"to": [ 6, 4, 5 ],
"faces": {
"south": { "texture": "#redstone_antenna", "uv": [ 0, 9, 3, 10 ] },
"up": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"down": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 180 }
}
},
{
"name": "AntennaZ",
"from": [ 4, 2, -5 ],
"to": [ 5, 5, 5 ],
"faces": {
"east": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 90 },
"west": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 270 }
}
},
{
"name": "AntennaTop",
"from": [ 4, 3, -4 ],
"to": [ 5, 4, -3 ],
"faces": {
"north": { "texture": "#redstone_antenna", "uv": [ 1, 1, 2, 2 ] }
}
},
{
"name": "Dish",
"from": [ 2, 1, -1 ],
"to": [ 7, 6, -1 ],
"faces": {
"north": { "texture": "#redstone_antenna", "uv": [ 4, 0, 9, 5 ] },
"south": { "texture": "#redstone_antenna", "uv": [ 4, 0, 9, 5 ] }
}
}
]
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"particle": "create:block/redstone_bridge",
"redstone_bridge_side": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Body",
"from": [3, -1, 1],
"to": [13, 3, 15],
"faces": {
"north": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"east": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"south": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"west": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"up": {"uv": [7.5, 6, 12.5, 13], "texture": "#redstone_bridge_side"},
"down": {"uv": [0, 0, 5, 7], "texture": "#redstone_bridge_side"}
}
},
{
"name": "AntennaX",
"from": [3, 3, -5],
"to": [6, 4, 5],
"faces": {
"south": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"},
"up": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 0, 3, 10], "rotation": 180, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [4, 2, -5],
"to": [5, 5, 5],
"faces": {
"east": {"uv": [0, 0, 3, 10], "rotation": 90, "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "rotation": 270, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [4, 3, -4],
"to": [5, 4, -3],
"faces": {
"north": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "Dish",
"from": [2, 1, -1],
"to": [7, 6, -1],
"faces": {
"north": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"},
"south": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"}
}
}
]
}

View file

@ -1,8 +1,60 @@
{
"parent": "create:block/redstone_link/receiver_vertical",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"redstone_bridge_side": "create:block/redstone_bridge_side_powered",
"particle": "create:block/redstone_bridge_powered"
}
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"particle": "create:block/redstone_bridge_powered",
"redstone_bridge_side": "create:block/redstone_bridge_powered"
},
"elements": [
{
"name": "Body",
"from": [3, -1, 1],
"to": [13, 3, 15],
"faces": {
"north": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"east": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"south": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"west": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"up": {"uv": [7.5, 6, 12.5, 13], "texture": "#redstone_bridge_side"},
"down": {"uv": [0, 0, 5, 7], "texture": "#redstone_bridge_side"}
}
},
{
"name": "AntennaX",
"from": [3, 3, -5],
"to": [6, 4, 5],
"faces": {
"south": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"},
"up": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 0, 3, 10], "rotation": 180, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [4, 2, -5],
"to": [5, 5, 5],
"faces": {
"east": {"uv": [0, 0, 3, 10], "rotation": 90, "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "rotation": 270, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [4, 3, -4],
"to": [5, 4, -3],
"faces": {
"north": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "Dish",
"from": [2, 1, -1],
"to": [7, 6, -1],
"faces": {
"north": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"},
"south": {"uv": [4, 0, 9, 5], "texture": "#redstone_antenna"}
}
}
]
}

View file

@ -1,57 +1,56 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
}
},
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"redstone_bridge": "create:block/redstone_bridge",
"particle": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Controller",
"from": [ 2, 0, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"north": { "texture": "#redstone_bridge", "uv": [ 12, 0, 15, 12 ], "rotation": 90 },
"east": { "texture": "#redstone_bridge", "uv": [ 0, 12, 12, 15 ] },
"south": { "texture": "#redstone_bridge", "uv": [ 12, 0, 15, 12 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge", "uv": [ 0, 12, 12, 15 ] },
"up": { "texture": "#redstone_bridge", "uv": [ 0, 0, 12, 12 ], "rotation": 270 }
}
},
{
"name": "AntennaX",
"from": [ 0, 1, 4 ],
"to": [ 3, 11, 5 ],
"faces": {
"north": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"south": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"down": { "texture": "#redstone_antenna", "uv": [ 0, 9, 3, 10 ] }
}
},
{
"name": "AntennaZ",
"from": [ 1, 1, 3 ],
"to": [ 2, 11, 6 ],
"faces": {
"east": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"west": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] }
}
},
{
"name": "AntennaTop",
"from": [ 1, 9, 4 ],
"to": [ 2, 10, 5 ],
"faces": {
"up": { "texture": "#redstone_antenna", "uv": [ 1, 1, 2, 2 ] }
}
}
]
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"redstone_bridge": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Controller",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"east": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"south": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"west": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"up": {"uv": [0, 7, 6, 13], "rotation": 270, "texture": "#redstone_bridge"},
"down": {"uv": [5, 0, 11, 6], "rotation": 90, "texture": "#redstone_bridge"}
}
},
{
"name": "AntennaTop",
"from": [1, 9, 4],
"to": [2, 10, 5],
"faces": {
"up": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [1, 1, 3],
"to": [2, 11, 6],
"faces": {
"east": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaX",
"from": [0, 1, 4],
"to": [3, 11, 5],
"faces": {
"north": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"south": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"}
}
}
],
"display": {
"gui": {
"rotation": [30, 45, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}

View file

@ -1,8 +1,56 @@
{
"parent": "create:block/redstone_link/transmitter",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"redstone_bridge": "create:block/redstone_bridge_powered",
"particle": "create:block/redstone_bridge_powered"
}
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"redstone_bridge": "create:block/redstone_bridge_powered"
},
"elements": [
{
"name": "Controller",
"from": [2, 0, 2],
"to": [14, 3, 14],
"faces": {
"north": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"east": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"south": {"uv": [6, 7, 7.5, 13], "rotation": 90, "texture": "#redstone_bridge"},
"west": {"uv": [0, 13, 6, 14.5], "texture": "#redstone_bridge"},
"up": {"uv": [0, 7, 6, 13], "rotation": 270, "texture": "#redstone_bridge"},
"down": {"uv": [5, 0, 11, 6], "rotation": 90, "texture": "#redstone_bridge"}
}
},
{
"name": "AntennaTop",
"from": [1, 9, 4],
"to": [2, 10, 5],
"faces": {
"up": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [1, 1, 3],
"to": [2, 11, 6],
"faces": {
"east": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaX",
"from": [0, 1, 4],
"to": [3, 11, 5],
"faces": {
"north": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"south": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"}
}
}
],
"display": {
"gui": {
"rotation": [30, 45, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}

View file

@ -1,61 +1,51 @@
{
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"redstone_bridge_side": "create:block/redstone_bridge_side",
"particle": "create:block/redstone_bridge_side"
},
"elements": [
{
"name": "Body",
"from": [ 3, 0, 1 ],
"to": [ 13, 3, 15 ],
"faces": {
"north": { "texture": "#redstone_bridge_side", "uv": [ 13, 2, 16, 12 ], "rotation": 90 },
"east": { "texture": "#redstone_bridge_side", "uv": [ 10, 0, 13, 14 ], "rotation": 90 },
"south": { "texture": "#redstone_bridge_side", "uv": [ 13, 2, 16, 12 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge_side", "uv": [ 10, 0, 13, 14 ], "rotation": 90 },
"up": { "texture": "#redstone_bridge_side", "uv": [ 0, 0, 10, 14 ] }
}
},
{
"name": "Bottom",
"from": [ 3, -1, 1 ],
"to": [ 13, 0, 15 ],
"faces": {
"north": { "texture": "#redstone_bridge_side", "uv": [ 15, 1, 16, 13 ], "rotation": 270 },
"east": { "texture": "#redstone_bridge_side", "uv": [ 14, 0, 15, 14 ], "rotation": 270 },
"south": { "texture": "#redstone_bridge_side", "uv": [ 15, 1, 16, 13 ], "rotation": 90 },
"west": { "texture": "#redstone_bridge_side", "uv": [ 14, 0, 15, 14 ], "rotation": 90 }
}
},
{
"name": "AntennaX",
"from": [ 3, 3, -5 ],
"to": [ 6, 4, 5 ],
"faces": {
"south": { "texture": "#redstone_antenna", "uv": [ 0, 9, 3, 10 ] },
"up": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ] },
"down": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 180 }
}
},
{
"name": "AntennaZ",
"from": [ 4, 2, -5 ],
"to": [ 5, 5, 5 ],
"faces": {
"east": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 90 },
"west": { "texture": "#redstone_antenna", "uv": [ 0, 0, 3, 10 ], "rotation": 270 }
}
},
{
"name": "AntennaTop",
"from": [ 4, 3, -4 ],
"to": [ 5, 4, -3 ],
"faces": {
"north": { "texture": "#redstone_antenna", "uv": [ 1, 1, 2, 2 ] }
}
}
]
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna",
"particle": "create:block/redstone_bridge",
"redstone_bridge_side": "create:block/redstone_bridge"
},
"elements": [
{
"name": "Body",
"from": [3, -1, 1],
"to": [13, 3, 15],
"faces": {
"north": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"east": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"south": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"west": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"up": {"uv": [7.5, 6, 12.5, 13], "texture": "#redstone_bridge_side"},
"down": {"uv": [0, 0, 5, 7], "texture": "#redstone_bridge_side"}
}
},
{
"name": "AntennaX",
"from": [3, 3, -5],
"to": [6, 4, 5],
"faces": {
"south": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"},
"up": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 0, 3, 10], "rotation": 180, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [4, 2, -5],
"to": [5, 5, 5],
"faces": {
"east": {"uv": [0, 0, 3, 10], "rotation": 90, "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "rotation": 270, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [4, 3, -4],
"to": [5, 4, -3],
"faces": {
"north": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
}
]
}

View file

@ -1,8 +1,51 @@
{
"parent": "create:block/redstone_link/transmitter_vertical",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"redstone_bridge_side": "create:block/redstone_bridge_side_powered",
"particle": "create:block/redstone_bridge_powered"
}
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"redstone_antenna": "create:block/redstone_antenna_powered",
"particle": "create:block/redstone_bridge_powered",
"redstone_bridge_side": "create:block/redstone_bridge_powered"
},
"elements": [
{
"name": "Body",
"from": [3, -1, 1],
"to": [13, 3, 15],
"faces": {
"north": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"east": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"south": {"uv": [7.5, 13, 12.5, 15], "texture": "#redstone_bridge_side"},
"west": {"uv": [12.5, 6, 14.5, 13], "rotation": 90, "texture": "#redstone_bridge_side"},
"up": {"uv": [7.5, 6, 12.5, 13], "texture": "#redstone_bridge_side"},
"down": {"uv": [0, 0, 5, 7], "texture": "#redstone_bridge_side"}
}
},
{
"name": "AntennaX",
"from": [3, 3, -5],
"to": [6, 4, 5],
"faces": {
"south": {"uv": [0, 9, 3, 10], "texture": "#redstone_antenna"},
"up": {"uv": [0, 0, 3, 10], "texture": "#redstone_antenna"},
"down": {"uv": [0, 0, 3, 10], "rotation": 180, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaZ",
"from": [4, 2, -5],
"to": [5, 5, 5],
"faces": {
"east": {"uv": [0, 0, 3, 10], "rotation": 90, "texture": "#redstone_antenna"},
"west": {"uv": [0, 0, 3, 10], "rotation": 270, "texture": "#redstone_antenna"}
}
},
{
"name": "AntennaTop",
"from": [4, 3, -4],
"to": [5, 4, -3],
"faces": {
"north": {"uv": [1, 1, 2, 2], "texture": "#redstone_antenna"}
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 B