Skip to content

Commit

Permalink
Optimize raised rail models
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Jan 13, 2020
1 parent 5b8037f commit a93d107
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/activator_rail_raised_ne.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
}
},
{
"from":[2,16.00004,-0.8284],
"to":[4,17.00004,-0.00001],
"from":[2,16,-0.8284],
"to":[4,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[4,0,3,1],"texture":"#rail","cullface":"up"},
Expand All @@ -123,8 +123,8 @@
}
},
{
"from":[12,16.00004,-0.8284],
"to":[14,17.00004,-0.00001],
"from":[12,16,-0.8284],
"to":[14,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[14,0,13,1],"texture":"#rail","cullface":"up"},
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/detector_rail_on_raised_ne.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
}
},
{
"from":[2,16.00004,-0.8284],
"to":[4,17.00004,-0.00001],
"from":[2,16,-0.8284],
"to":[4,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[4,0,3,1],"texture":"#rail","cullface":"up"},
Expand All @@ -128,8 +128,8 @@
}
},
{
"from":[12,16.00004,-0.8284],
"to":[14,17.00004,-0.00001],
"from":[12,16,-0.8284],
"to":[14,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[14,0,13,1],"texture":"#rail","cullface":"up"},
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/detector_rail_raised_ne.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
}
},
{
"from":[2,16.00004,-0.8284],
"to":[4,17.00004,-0.00001],
"from":[2,16,-0.8284],
"to":[4,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[4,0,3,1],"texture":"#rail","cullface":"up"},
Expand All @@ -140,8 +140,8 @@
}
},
{
"from":[12,16.00004,-0.8284],
"to":[14,17.00004,-0.00001],
"from":[12,16,-0.8284],
"to":[14,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[14,0,13,1],"texture":"#rail","cullface":"up"},
Expand Down
16 changes: 8 additions & 8 deletions assets/minecraft/models/block/powered_rail_raised_ne.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
}
},
{
"from":[2,16.00004,-0.8284],
"to":[4,17.00004,-0.00001],
"from":[2,16,-0.8284],
"to":[4,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[4,0,3,1],"texture":"#rail","cullface":"up"},
Expand All @@ -140,8 +140,8 @@
}
},
{
"from":[12,16.00004,-0.8284],
"to":[14,17.00004,-0.00001],
"from":[12,16,-0.8284],
"to":[14,17,0],
"rotation":{"angle":45,"axis":"x","origin":[3,16,0]},
"faces":{
"east":{"uv":[14,0,13,1],"texture":"#rail","cullface":"up"},
Expand All @@ -150,17 +150,17 @@
}
},
{
"from":[11,16.00002,-0.4142],
"to":[12,16.50002,0],
"from":[11,16,-0.4142],
"to":[12,16.5,0],
"rotation":{"angle":45,"axis":"x","origin":[6.5,16,0]},
"faces":{
"west":{"uv":[11,0,12,1],"texture":"#rail","cullface":"up"},
"down":{"uv":[11,0,12,1],"texture":"#rail","cullface":"up"}
}
},
{
"from":[4,16.00002,-0.4142],
"to":[5,16.50002,0],
"from":[4,16,-0.4142],
"to":[5,16.5,0],
"rotation":{"angle":45,"axis":"x","origin":[4.5,16,0]},
"faces":{
"east":{"uv":[4,0,5,1],"texture":"#rail","cullface":"up"},
Expand Down
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/rail_raised_ne.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
}
},
{
"from":[2,16.00004,-0.8284],
"to":[4,17.00004,-0.00001],
"from":[2,16,-0.8284],
"to":[4,17,0],
"rotation":{"angle":45,"axis":"x","origin":[8,16,0]},
"faces":{
"east":{"uv":[4,0,3,1],"texture":"#rail","cullface":"up"},
Expand All @@ -114,8 +114,8 @@
}
},
{
"from":[12,16.00004,-0.8284],
"to":[14,17.00004,-0.00001],
"from":[12,16,-0.8284],
"to":[14,17,0],
"rotation":{"angle":45,"axis":"x","origin":[8,16,0]},
"faces":{
"east":{"uv":[14,0,13,1],"texture":"#rail","cullface":"up"},
Expand Down

0 comments on commit a93d107

Please sign in to comment.