Skip to content

Commit

Permalink
FixedTextures Not Loading in 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurmatron committed Jun 23, 2017
1 parent aca6e52 commit 2bce47b
Show file tree
Hide file tree
Showing 20 changed files with 140 additions and 140 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name=Viral
package_group=wurmatron
mod_version=0.1.0
mod_version=0.1.1
mc_version=1.11.2
forge_version=latest

Expand Down
22 changes: 0 additions & 22 deletions src/main/resources/assets/viral/blockstates/torchInterdiction.json

This file was deleted.

This file was deleted.

22 changes: 22 additions & 0 deletions src/main/resources/assets/viral/blockstates/torchinterdiction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"variants": {
"facing=up": {
"model": "viral:torchinterdiction"
},
"facing=east": {
"model": "viral:torchinterdiction_side"
},
"facing=south": {
"model": "viral:torchinterdiction_side",
"y": 90
},
"facing=west": {
"model": "viral:torchinterdiction_side",
"y": 180
},
"facing=north": {
"model": "viral:torchinterdiction_side",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"variants": {
"facing=up": {
"model": "viral:torchinterdiction"
},
"facing=east": {
"model": "viral:torchinterdiction_side"
},
"facing=south": {
"model": "viral:torchinterdiction_side",
"y": 90
},
"facing=west": {
"model": "viral:torchinterdiction_side",
"y": 180
},
"facing=north": {
"model": "viral:torchinterdiction_side",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ambientocclusion": false,
"textures": {
"torch": "viral:blocks/torchInterdiction"
"torch": "viral:blocks/torchinterdiction"
},
"elements": [
{
Expand Down Expand Up @@ -104,4 +104,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ambientocclusion": false,
"textures": {
"torch": "viral:blocks/torchInterdiction"
"torch": "viral:blocks/torchinterdiction"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:items/syringeCure"
"layer0": "viral:items/syringecure"
},
"display": {
"thirdperson": {
Expand Down Expand Up @@ -39,4 +39,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:items/syringeFilled"
"layer0": "viral:items/syringeempty"
},
"display": {
"thirdperson": {
Expand Down Expand Up @@ -39,4 +39,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:items/syringeFilled"
"layer0": "viral:items/syringefilled"
},
"display": {
"thirdperson": {
Expand Down Expand Up @@ -39,4 +39,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:items/syringeEmpty"
"layer0": "viral:items/syringefilled"
},
"display": {
"thirdperson": {
Expand Down Expand Up @@ -39,4 +39,4 @@
]
}
}
}
}
42 changes: 0 additions & 42 deletions src/main/resources/assets/viral/models/item/torchInterdiction.json

This file was deleted.

This file was deleted.

42 changes: 42 additions & 0 deletions src/main/resources/assets/viral/models/item/torchinterdiction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:blocks/torchinterdiction"
},
"display": {
"thirdperson": {
"rotation": [
-90,
0,
0
],
"translation": [
0,
1,
-3
],
"scale": [
0.55,
0.55,
0.55
]
},
"firstperson": {
"rotation": [
0,
-135,
25
],
"translation": [
0,
4,
2
],
"scale": [
1.7,
1.7,
1.7
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "viral:blocks/torchinterdiction"
},
"display": {
"thirdperson": {
"rotation": [
-90,
0,
0
],
"translation": [
0,
1,
-3
],
"scale": [
0.55,
0.55,
0.55
]
},
"firstperson": {
"rotation": [
0,
-135,
25
],
"translation": [
0,
4,
2
],
"scale": [
1.7,
1.7,
1.7
]
}
}
}

0 comments on commit 2bce47b

Please sign in to comment.