Skip to content

Commit

Permalink
fix texture rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Feb 27, 2020
1 parent 38620f0 commit e544b18
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_version=1.2.0
mod_version=1.2.1
minecraft_version=1.14.4

forge_version=1.14.4-28.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"facing=north,lit=false": { "model": "brickfurnace:block/brick_blast_furnace" },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on" },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "y": 90 }
"facing=north,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "uvlock": true },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "uvlock": true, "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "uvlock": true, "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_blast_furnace", "uvlock": true, "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "uvlock": true },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "uvlock": true, "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "uvlock": true, "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_blast_furnace_on", "uvlock": true, "y": 90 }
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"facing=north,lit=false": { "model": "brickfurnace:block/brick_furnace" },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_furnace", "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_furnace", "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_furnace", "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_furnace_on" },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "y": 90 }
"facing=north,lit=false": { "model": "brickfurnace:block/brick_furnace", "uvlock": true },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_furnace", "uvlock": true, "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_furnace", "uvlock": true, "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_furnace", "uvlock": true, "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "uvlock": true },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "uvlock": true, "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "uvlock": true, "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_furnace_on", "uvlock": true, "y": 90 }
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"facing=north,lit=false": { "model": "brickfurnace:block/brick_smoker" },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_smoker", "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_smoker", "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_smoker", "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_smoker_on" },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "y": 90 }
"facing=north,lit=false": { "model": "brickfurnace:block/brick_smoker", "uvlock": true },
"facing=south,lit=false": { "model": "brickfurnace:block/brick_smoker", "uvlock": true, "y": 180 },
"facing=west,lit=false": { "model": "brickfurnace:block/brick_smoker", "uvlock": true, "y": 270 },
"facing=east,lit=false": { "model": "brickfurnace:block/brick_smoker", "uvlock": true, "y": 90 },
"facing=north,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "uvlock": true },
"facing=south,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "uvlock": true, "y": 180 },
"facing=west,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "uvlock": true, "y": 270 },
"facing=east,lit=true": { "model": "brickfurnace:block/brick_smoker_on", "uvlock": true, "y": 90 }
}
}

0 comments on commit e544b18

Please sign in to comment.