add redstone tweaks resource pack and fix blockstate variant order
This commit is contained in:
8
public/assets/minecraft/models/block/piston/base.json
Normal file
8
public/assets/minecraft/models/block/piston/base.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/piston/extended",
|
||||
"textures": {
|
||||
"bottom": "block/piston/bottom_extended",
|
||||
"side": "block/piston/side",
|
||||
"inside": "block/piston/inner"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/piston/extended",
|
||||
"textures": {
|
||||
"bottom": "block/piston/bottom_extended_sticky",
|
||||
"side": "block/piston/side",
|
||||
"inside": "block/piston/inner"
|
||||
}
|
||||
}
|
||||
18
public/assets/minecraft/models/block/piston/extended.json
Normal file
18
public/assets/minecraft/models/block/piston/extended.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 4 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||
"up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
|
||||
"east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
8
public/assets/minecraft/models/block/piston/head.json
Normal file
8
public/assets/minecraft/models/block/piston/head.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/piston/template_head",
|
||||
"textures": {
|
||||
"platform": "minecraft:block/piston/top",
|
||||
"side": "minecraft:block/piston/side",
|
||||
"unsticky": "minecraft:block/piston/top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/piston/template_head_short",
|
||||
"textures": {
|
||||
"platform": "minecraft:block/piston/top",
|
||||
"side": "minecraft:block/piston/side",
|
||||
"unsticky": "minecraft:block/piston/top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/piston/template_head_short_sticky",
|
||||
"textures": {
|
||||
"platform": "block/piston/top_sticky",
|
||||
"side": "block/piston/side_sticky",
|
||||
"unsticky_side": "block/piston/side",
|
||||
"unsticky": "block/piston/top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/piston/template_head_sticky",
|
||||
"textures": {
|
||||
"unsticky": "block/piston/top",
|
||||
"side": "block/piston/side_sticky",
|
||||
"unsticky_side": "block/piston/side",
|
||||
"platform": "block/piston/top_sticky"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "minecraft:block/piston/top",
|
||||
"bottom": "minecraft:block/piston/bottom",
|
||||
"side": "minecraft:block/piston/side"
|
||||
}
|
||||
}
|
||||
5
public/assets/minecraft/models/block/piston/moving.json
Normal file
5
public/assets/minecraft/models/block/piston/moving.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "minecraft:block/piston/side"
|
||||
}
|
||||
}
|
||||
8
public/assets/minecraft/models/block/piston/normal.json
Normal file
8
public/assets/minecraft/models/block/piston/normal.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/piston/template",
|
||||
"textures": {
|
||||
"platform": "minecraft:block/piston/top",
|
||||
"bottom": "minecraft:block/piston/bottom",
|
||||
"side": "minecraft:block/piston/side"
|
||||
}
|
||||
}
|
||||
8
public/assets/minecraft/models/block/piston/sticky.json
Normal file
8
public/assets/minecraft/models/block/piston/sticky.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/piston/template",
|
||||
"textures": {
|
||||
"bottom": "block/piston/bottom_sticky",
|
||||
"side": "block/piston/side_sticky",
|
||||
"platform": "block/piston/top_sticky"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/piston/bottom_sticky",
|
||||
"side": "block/piston/side_sticky",
|
||||
"top": "block/piston/top_sticky"
|
||||
}
|
||||
}
|
||||
18
public/assets/minecraft/models/block/piston/template.json
Normal file
18
public/assets/minecraft/models/block/piston/template.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 180, "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 6, 4 ],
|
||||
"to": [ 10, 10, 20 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 6, 4 ],
|
||||
"to": [ 10, 10, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 },
|
||||
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" },
|
||||
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 6, 4 ],
|
||||
"to": [ 10, 10, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
|
||||
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#unsticky_side" },
|
||||
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
|
||||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 6, 4 ],
|
||||
"to": [ 10, 10, 20 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#unsticky_side" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user