CreateMod/src/main/resources/assets/create/models/block/redstone_link/transmitter_vertical_powered.json
simibubi e42fba6341 The Unseatable
- Fixed Smart observers not activated by funnels when facing up or down
- Added the entity type tag `#create:ignore_seat`
- Added a config option to prevent hostile mobs from getting picked up by seats
- Fixed item slots of powered and unpowered redstone link models not matching in size
- Fixed incorrect reflection access in track placement overlay
2023-07-03 15:28:10 +02:00

73 lines
2.4 KiB
JSON

{
"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"}
}
},
{
"from": [6, 2.5, 3.5],
"to": [10, 3.5, 7.5],
"faces": {
"north": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"east": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"south": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"west": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"up": {"uv": [11, 0, 13, 2], "texture": "#redstone_bridge_side"}
}
},
{
"from": [6, 2.5, 8.5],
"to": [10, 3.5, 12.5],
"faces": {
"north": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"east": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"south": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"west": {"uv": [11, 2, 13, 2.5], "texture": "#redstone_bridge_side"},
"up": {"uv": [13, 0, 15, 2], "texture": "#redstone_bridge_side"}
}
}
]
}