Skip to content

Commit

Permalink
Fix some models of seared blocks
Browse files Browse the repository at this point in the history
Notably, ladder has a real texture and IO has UV lock
  • Loading branch information
KnightMiner committed Apr 9, 2021
1 parent 35dbfa8 commit ddde5c9
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/chute_inactive" },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/chute_inactive", "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/chute_active" },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/chute_active", "y": 270 }
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/chute_inactive", "uvlock": true, "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/chute_active", "uvlock": true, "y": 270 }
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/drain_inactive" },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/drain_inactive", "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/drain_active" },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/drain_active", "y": 270 }
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/drain_inactive", "uvlock": true, "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/drain_active", "uvlock": true, "y": 270 }
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"variants": {
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/duct_inactive" },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/duct_inactive", "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/duct_active" },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/duct_active", "y": 270 }
"active=false,facing=west": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 90 },
"active=false,facing=south": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true },
"active=false,facing=north": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 180 },
"active=false,facing=east": { "model": "tconstruct:block/smeltery/io/duct_inactive", "uvlock": true, "y": 270 },
"active=true,facing=west": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "y": 90 },
"active=true,facing=south": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true },
"active=true,facing=north": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "y": 180 },
"active=true,facing=east": { "model": "tconstruct:block/smeltery/io/duct_active", "uvlock": true, "y": 270 }
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"parent": "block/block",
"textures": {
"particle": "tconstruct:block/smeltery/seared/paver",
"particle": "tconstruct:block/smeltery/seared/ladder",
"top": "tconstruct:block/smeltery/seared/fancy_bricks",
"side": "tconstruct:block/smeltery/seared/paver"
"side": "tconstruct:block/smeltery/seared/ladder",
"bottom": "tconstruct:block/smeltery/seared/ladder"
},
"elements": [
{
Expand Down Expand Up @@ -68,8 +69,8 @@
"to": [14, 4, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"},
"down": {"texture": "#side"}
"up": {"texture": "#bottom"},
"down": {"texture": "#bottom"}
}
},
{
Expand All @@ -78,8 +79,8 @@
"to": [14, 8, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"},
"down": {"texture": "#side"}
"up": {"texture": "#bottom"},
"down": {"texture": "#bottom"}
}
},
{
Expand All @@ -88,8 +89,8 @@
"to": [14, 12, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"},
"down": {"texture": "#side"}
"up": {"texture": "#bottom"},
"down": {"texture": "#bottom"}
}
},
{
Expand All @@ -104,7 +105,7 @@
"to": [2, 0, 2],
"faces": {
"north": {"texture": "#side"},
"down": {"texture": "#top"}
"down": {"texture": "#bottom"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"textures": {
"particle": "tconstruct:block/smeltery/seared/paver",
"particle": "tconstruct:block/smeltery/seared/ladder",
"top": "tconstruct:block/smeltery/seared/fancy_bricks",
"side": "tconstruct:block/smeltery/seared/paver"
"side": "tconstruct:block/smeltery/seared/ladder",
"bottom": "tconstruct:block/smeltery/seared/ladder"
},
"elements": [
{
Expand Down Expand Up @@ -73,7 +74,7 @@
"to": [14, 4, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"}
"up": {"texture": "#bottom"}
}
},
{
Expand All @@ -82,8 +83,8 @@
"to": [14, 8, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"},
"down": {"texture": "#side"}
"up": {"texture": "#bottom"},
"down": {"texture": "#bottom"}
}
},
{
Expand All @@ -92,8 +93,8 @@
"to": [14, 12, 3],
"faces": {
"north": {"texture": "#side"},
"up": {"texture": "#side"},
"down": {"texture": "#side"}
"up": {"texture": "#bottom"},
"down": {"texture": "#bottom"}
}
},
{
Expand All @@ -108,7 +109,7 @@
"to": [2, 4, 2],
"faces": {
"north": {"texture": "#side"},
"down": {"texture": "#top"}
"down": {"texture": "#bottom"}
}
}
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddde5c9

Please sign in to comment.