Merge branch 'Kinetics' of https://github.com/simibubi/Create into 0.1.0
This commit is contained in:
commit
12baa08232
5 changed files with 64 additions and 0 deletions
|
@ -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 a new issue