mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Pulse Repeater Models
- Some modeling work done during a Windows update
This commit is contained in:
parent
cb366a287a
commit
ea3260283c
@ -0,0 +1,51 @@
|
||||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"pulse_repeater": "create:block/pulse_repeater",
|
||||
"torch": "minecraft:block/redstone_torch_off",
|
||||
"smooth_stone": "minecraft:block/smooth_stone",
|
||||
"particle": "create:block/pulse_repeater"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "circuit",
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#smooth_stone", "uv": [ 0, 0, 16, 2 ] },
|
||||
"east": { "texture": "#smooth_stone", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#smooth_stone", "uv": [ 0, 0, 16, 2 ] },
|
||||
"west": { "texture": "#smooth_stone", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#pulse_repeater", "uv": [ 0, 0, 16, 16 ] },
|
||||
"down": { "texture": "#smooth_stone", "uv": [ 0, 0, 16, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Torch",
|
||||
"from": [ 6, 2, 3 ],
|
||||
"to": [ 10, 8, 5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#torch", "uv": [ 6, 5, 10, 11 ] },
|
||||
"south": { "texture": "#torch", "uv": [ 6, 5, 10, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Torch",
|
||||
"from": [ 7, 2, 2 ],
|
||||
"to": [ 9, 8, 6 ],
|
||||
"faces": {
|
||||
"east": { "texture": "#torch", "uv": [ 6, 5, 10, 11 ] },
|
||||
"west": { "texture": "#torch", "uv": [ 6, 5, 10, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Torch Top",
|
||||
"from": [ 7, 6, 3 ],
|
||||
"to": [ 9, 7, 5 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#torch", "uv": [ 7, 6, 9, 8 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "create:block/pulse_repeater",
|
||||
"textures": {
|
||||
"pulse_repeater": "create:block/pulse_repeater_powered",
|
||||
"particle": "create:block/pulse_repeater_powered"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "create:block/pulse_repeater_powered",
|
||||
"textures": {
|
||||
"torch": "minecraft:block/redstone_torch"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 476 B |
Binary file not shown.
After Width: | Height: | Size: 478 B |
Loading…
Reference in New Issue
Block a user