Skip to content

Commit

Permalink
Made everything lowercase to fix texture issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamDman committed Nov 20, 2016
1 parent f3b3f0d commit b604a59
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variants": {
"normal": { "model": "animus:blockAntimatter" },
"decaying=true": { "model": "animus:blockAntimatter" },
"decaying=false": { "model": "animus:blockAntimatter" }
"normal": { "model": "animus:blockantimatter" },
"decaying=true": { "model": "animus:blockantimatter" },
"decaying=false": { "model": "animus:blockantimatter" }
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"variants": {
"normal": { "model": "animus:blockPhantomBuilder" }
"normal": { "model": "animus:blockphantombuilder" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemAltarDiviner"
"layer0": "animus:items/itemaltardiviner"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemFragmentHealing"
"layer0": "animus:items/itemfragmenthealing"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaBound"
"layer0": "animus:items/itemkamabound"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaDiamond"
"layer0": "animus:items/itemkamadiamond"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaGold"
"layer0": "animus:items/itemkamagold"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaIron"
"layer0": "animus:items/itemkamairon"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaStone"
"layer0": "animus:items/itemkamastone"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemKamaWood"
"layer0": "animus:items/itemkamawood"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemMobSoul"
"layer0": "animus:items/itemmobsoul"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"active": {
"false": {
"textures": {
"layer0": "animus:items/itemSigilBuilder_deactivated"
"layer0": "animus:items/itemsigilbuilder_deactivated"
}
},
"true": {
"textures": {
"layer0": "animus:items/itemSigilBuilder_activated"
"layer0": "animus:items/itemsigilbuilder_activated"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemSigilChains"
"layer0": "animus:items/itemsigilchains"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemSigilConsumption"
"layer0": "animus:items/itemsigilconsumption"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": {
"normal": {
"textures": {
"layer0": "animus:items/itemSigilTransposition"
"layer0": "animus:items/itemsigiltransposition"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "animus:blocks/blockAntimatter"
"all": "animus:blocks/blockantimatter"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "animus:blocks/blockPhantomBuilder"
"all": "animus:blocks/blockphantombuilder"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "animus:block/blockAntimatter",
"parent": "animus:block/blockantimatter",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "animus:block/blockPhantomBuilder",
"parent": "animus:block/blockphantombuilder",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
Expand Down

0 comments on commit b604a59

Please sign in to comment.