add redstone tweaks resource pack and fix blockstate variant order
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 1.5, 7.75 ],
|
||||
"to": [ 4, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 1.5, 7.75 ],
|
||||
"to": [ 8, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 1.5, 7.75 ],
|
||||
"to": [ 4, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 1.5, 7.75 ],
|
||||
"to": [ 8, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
72
public/assets/minecraft/models/block/tripwire/hook.json
Normal file
72
public/assets/minecraft/models/block/tripwire/hook.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/oak_planks",
|
||||
"hook": "block/tripwire_hook",
|
||||
"wood": "block/oak_planks"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6.2, 3.8, 7.9 ],
|
||||
"to": [ 9.8, 4.6, 11.5 ],
|
||||
"rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 },
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" },
|
||||
"south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.8, 10.3 ],
|
||||
"to": [ 8.6, 4.6, 10.3 ],
|
||||
"rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 },
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.8, 9.1 ],
|
||||
"to": [ 8.6, 4.6, 9.1 ],
|
||||
"rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 },
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.8, 9.1 ],
|
||||
"to": [ 7.4, 4.6, 10.3 ],
|
||||
"rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 },
|
||||
"faces": {
|
||||
"east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8.6, 3.8, 9.1 ],
|
||||
"to": [ 8.6, 4.6, 10.3 ],
|
||||
"rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 },
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 5.2, 10 ],
|
||||
"to": [ 8.8, 6.8, 14 ],
|
||||
"rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 },
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 1, 14 ],
|
||||
"to": [ 10, 9, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/oak_planks",
|
||||
"hook": "block/tripwire_hook",
|
||||
"wood": "block/oak_planks",
|
||||
"tripwire": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 6.7 ],
|
||||
"rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true },
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 6, 0, 8 ], "texture": "#tripwire", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6.2, 4.2, 6.7 ],
|
||||
"to": [ 9.8, 5, 10.3 ],
|
||||
"rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false },
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" },
|
||||
"south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 9.1 ],
|
||||
"to": [ 8.6, 5, 9.1 ],
|
||||
"rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false },
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 7.9 ],
|
||||
"to": [ 8.6, 5, 7.9 ],
|
||||
"rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false },
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 7.9 ],
|
||||
"to": [ 7.4, 5, 9.1 ],
|
||||
"rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false },
|
||||
"faces": {
|
||||
"east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8.6, 4.2, 7.9 ],
|
||||
"to": [ 8.6, 5, 9.1 ],
|
||||
"rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false },
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 5.2, 10 ],
|
||||
"to": [ 8.8, 6.8, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 1, 14 ],
|
||||
"to": [ 10, 9, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/oak_planks",
|
||||
"hook": "block/tripwire_hook",
|
||||
"wood": "block/oak_planks",
|
||||
"tripwire": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 0.5, 0 ],
|
||||
"to": [ 8.25, 0.5, 6.7 ],
|
||||
"rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true },
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 6, 0, 8 ], "texture": "#tripwire", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6.2, 3.4, 6.7 ],
|
||||
"to": [ 9.8, 4.2, 10.3 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" },
|
||||
"south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.4, 9.1 ],
|
||||
"to": [ 8.6, 4.2, 9.1 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.4, 7.9 ],
|
||||
"to": [ 8.6, 4.2, 7.9 ],
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 3.4, 7.9 ],
|
||||
"to": [ 7.4, 4.2, 9.1 ],
|
||||
"faces": {
|
||||
"east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8.6, 3.4, 7.9 ],
|
||||
"to": [ 8.6, 4.2, 9.1 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 5.2, 10 ],
|
||||
"to": [ 8.8, 6.8, 14 ],
|
||||
"rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 },
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 1, 14 ],
|
||||
"to": [ 10, 9, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
67
public/assets/minecraft/models/block/tripwire/hook_on.json
Normal file
67
public/assets/minecraft/models/block/tripwire/hook_on.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/oak_planks",
|
||||
"hook": "block/tripwire_hook",
|
||||
"wood": "block/oak_planks"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6.2, 4.2, 6.7 ],
|
||||
"to": [ 9.8, 5, 10.3 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" },
|
||||
"north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" },
|
||||
"south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" },
|
||||
"east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 9.1 ],
|
||||
"to": [ 8.6, 5, 9.1 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 7.9 ],
|
||||
"to": [ 8.6, 5, 7.9 ],
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 4.2, 7.9 ],
|
||||
"to": [ 7.4, 5, 9.1 ],
|
||||
"faces": {
|
||||
"east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8.6, 4.2, 7.9 ],
|
||||
"to": [ 8.6, 5, 9.1 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.4, 5.2, 10 ],
|
||||
"to": [ 8.8, 6.8, 14 ],
|
||||
"rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 },
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 1, 14 ],
|
||||
"to": [ 10, 9, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
33
public/assets/minecraft/models/block/tripwire/n.json
Normal file
33
public/assets/minecraft/models/block/tripwire/n.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
33
public/assets/minecraft/models/block/tripwire/n_powered.json
Normal file
33
public/assets/minecraft/models/block/tripwire/n_powered.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
41
public/assets/minecraft/models/block/tripwire/ne.json
Normal file
41
public/assets/minecraft/models/block/tripwire/ne.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
41
public/assets/minecraft/models/block/tripwire/ns.json
Normal file
41
public/assets/minecraft/models/block/tripwire/ns.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
57
public/assets/minecraft/models/block/tripwire/nse.json
Normal file
57
public/assets/minecraft/models/block/tripwire/nse.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
73
public/assets/minecraft/models/block/tripwire/nsew.json
Normal file
73
public/assets/minecraft/models/block/tripwire/nsew.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/unpowered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 1.5, 7.75 ],
|
||||
"to": [ 4, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 1.5, 7.75 ],
|
||||
"to": [ 8, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/tripwire/particle",
|
||||
"texture": "block/tripwire/powered"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7.75, 1.5, 0 ],
|
||||
"to": [ 8.25, 1.5, 4 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 4 ],
|
||||
"to": [ 8.25, 1.5, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 8 ],
|
||||
"to": [ 8.25, 1.5, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7.75, 1.5, 12 ],
|
||||
"to": [ 8.25, 1.5, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 1.5, 7.75 ],
|
||||
"to": [ 4, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 1.5, 7.75 ],
|
||||
"to": [ 8, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 1.5, 7.75 ],
|
||||
"to": [ 12, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 1.5, 7.75 ],
|
||||
"to": [ 16, 1.5, 8.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user