summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/tripwire
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/tripwire')
-rwxr-xr-xassets/minecraft/models/tripwire/bend.json6
-rwxr-xr-xassets/minecraft/models/tripwire/bend_attached.json6
-rwxr-xr-xassets/minecraft/models/tripwire/cross.json6
-rwxr-xr-xassets/minecraft/models/tripwire/cross_attached.json6
-rwxr-xr-xassets/minecraft/models/tripwire/dot.json6
-rwxr-xr-xassets/minecraft/models/tripwire/dot_attached.json6
-rwxr-xr-xassets/minecraft/models/tripwire/line.json6
-rwxr-xr-xassets/minecraft/models/tripwire/line_attached.json6
-rwxr-xr-xassets/minecraft/models/tripwire/t.json6
-rwxr-xr-xassets/minecraft/models/tripwire/t_attached.json6
-rwxr-xr-xassets/minecraft/models/tripwire/tripwire.json18
11 files changed, 78 insertions, 0 deletions
diff --git a/assets/minecraft/models/tripwire/bend.json b/assets/minecraft/models/tripwire/bend.json
new file mode 100755
index 00000000..9aee166c
--- /dev/null
+++ b/assets/minecraft/models/tripwire/bend.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_bend"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/bend_attached.json b/assets/minecraft/models/tripwire/bend_attached.json
new file mode 100755
index 00000000..058313a2
--- /dev/null
+++ b/assets/minecraft/models/tripwire/bend_attached.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_bend_attached"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/cross.json b/assets/minecraft/models/tripwire/cross.json
new file mode 100755
index 00000000..499fc332
--- /dev/null
+++ b/assets/minecraft/models/tripwire/cross.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_cross"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/cross_attached.json b/assets/minecraft/models/tripwire/cross_attached.json
new file mode 100755
index 00000000..a8b12c7b
--- /dev/null
+++ b/assets/minecraft/models/tripwire/cross_attached.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_cross_attached"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/dot.json b/assets/minecraft/models/tripwire/dot.json
new file mode 100755
index 00000000..32defb42
--- /dev/null
+++ b/assets/minecraft/models/tripwire/dot.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_dot"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/dot_attached.json b/assets/minecraft/models/tripwire/dot_attached.json
new file mode 100755
index 00000000..9b5fdef3
--- /dev/null
+++ b/assets/minecraft/models/tripwire/dot_attached.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_dot_attached"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/line.json b/assets/minecraft/models/tripwire/line.json
new file mode 100755
index 00000000..5131802f
--- /dev/null
+++ b/assets/minecraft/models/tripwire/line.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_line"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/line_attached.json b/assets/minecraft/models/tripwire/line_attached.json
new file mode 100755
index 00000000..0254f42c
--- /dev/null
+++ b/assets/minecraft/models/tripwire/line_attached.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_line_attached"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/t.json b/assets/minecraft/models/tripwire/t.json
new file mode 100755
index 00000000..4045eff3
--- /dev/null
+++ b/assets/minecraft/models/tripwire/t.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_t"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/t_attached.json b/assets/minecraft/models/tripwire/t_attached.json
new file mode 100755
index 00000000..8540fa7b
--- /dev/null
+++ b/assets/minecraft/models/tripwire/t_attached.json
@@ -0,0 +1,6 @@
1{
2 "parent": "tripwire/tripwire",
3 "textures": {
4 "wire": "block/tripwire_t_attached"
5 }
6} \ No newline at end of file
diff --git a/assets/minecraft/models/tripwire/tripwire.json b/assets/minecraft/models/tripwire/tripwire.json
new file mode 100755
index 00000000..0a715b5e
--- /dev/null
+++ b/assets/minecraft/models/tripwire/tripwire.json
@@ -0,0 +1,18 @@
1{
2 "ambientocclusion": false,
3 "texture_size": [48, 32],
4 "textures": {
5 "particle": "block/tripwire_cross"
6 },
7 "elements": [
8 {
9 "from": [0, 1, 0],
10 "to": [16, 1, 16],
11 "shade": false,
12 "faces": {
13 "up": {"uv": [0, 0, 16, 16], "texture": "#wire"},
14 "down": {"uv": [0, 16, 16, 0], "texture": "#wire", "cullface": "down"}
15 }
16 }
17 ]
18} \ No newline at end of file