diff options
| author | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
| commit | f692d8983ee8787843d874ae1aa329c1439e3223 (patch) | |
| tree | a19cbd6d584d0ccd3d6117d63489168a89a19c3c /TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates | |
| parent | a7ea7c80bff70096191fd772a0416aec15d41a69 (diff) | |
Hopefully this unfucks whatever got fucked.
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates')
89 files changed, 3794 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json new file mode 100644 index 0000000..5283ae4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json @@ -0,0 +1,57 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/brownstone/brick", + "particle": "#all" + } + }, + "variants": { + "type": { + "smooth": { + "textures": { "all": "tconstruct:blocks/brownstone/smooth" } + }, + "rough": { + "textures": { "all": "tconstruct:blocks/brownstone/rough" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/brownstone/paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/brownstone/brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_square" } + }, + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_small" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/brownstone/road" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/brownstone/tile" } + }, + "creeper": { + "model": "cube_bottom_top", + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "particle": "#side", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json new file mode 100644 index 0000000..1b6c066 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json @@ -0,0 +1,47 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "smooth": { + "textures": { "all": "tconstruct:blocks/brownstone/smooth" } + }, + "rough": { + "textures": { "all": "tconstruct:blocks/brownstone/rough" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/brownstone/paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/brownstone/brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_square" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/brownstone/road" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json new file mode 100644 index 0000000..77f0aed --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_small" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/brownstone/tile" } + }, + "creeper": { + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "particle": "#side", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json new file mode 100644 index 0000000..23dee0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json new file mode 100644 index 0000000..0005407 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_cracked", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json new file mode 100644 index 0000000..9e25c43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_fancy", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json new file mode 100644 index 0000000..7be962c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_small", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json new file mode 100644 index 0000000..7c83b96 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_square", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json new file mode 100644 index 0000000..2873711 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_triangle", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json new file mode 100644 index 0000000..d511990 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json @@ -0,0 +1,55 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json new file mode 100644 index 0000000..f02600c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/paver", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json new file mode 100644 index 0000000..05b2b2e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/road", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json new file mode 100644 index 0000000..64022b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/rough", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json new file mode 100644 index 0000000..fc34200 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/smooth", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json new file mode 100644 index 0000000..b1709ae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/tile", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json new file mode 100644 index 0000000..086e23f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "ingot": [{ "textures": { "layer0": "tconstruct:items/cast_ingot" }}], + "nugget": [{ "textures": { "layer0": "tconstruct:items/cast_nugget" }}], + "gem": [{ "textures": { "layer0": "tconstruct:items/cast_gem" }}], + "plate": [{ "textures": { "layer0": "tconstruct:items/cast_plate" }}], + "gear": [{ "textures": { "layer0": "tconstruct:items/cast_gear" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json new file mode 100644 index 0000000..ae0b6e3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "type": { + "table": { + "model": "tconstruct:casting_table" + }, + "basin": { + "model": "tconstruct:casting_basin" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json new file mode 100644 index 0000000..4a7fb6e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/clear_glass/normal", + "u": "tconstruct:blocks/connected/clear_glass/u", + "r": "tconstruct:blocks/connected/clear_glass/r", + "ud": "tconstruct:blocks/connected/clear_glass/ud", + "ul": "tconstruct:blocks/connected/clear_glass/ul", + "ur": "tconstruct:blocks/connected/clear_glass/ur", + "lr": "tconstruct:blocks/connected/clear_glass/lr", + "udr": "tconstruct:blocks/connected/clear_glass/udr", + "udl": "tconstruct:blocks/connected/clear_glass/udl", + "ulr": "tconstruct:blocks/connected/clear_glass/ulr", + "udlr": "tconstruct:blocks/connected/clear_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json new file mode 100644 index 0000000..2f31a2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/clear_stained_glass/normal", + "u": "tconstruct:blocks/connected/clear_stained_glass/u", + "r": "tconstruct:blocks/connected/clear_stained_glass/r", + "ud": "tconstruct:blocks/connected/clear_stained_glass/ud", + "ul": "tconstruct:blocks/connected/clear_stained_glass/ul", + "ur": "tconstruct:blocks/connected/clear_stained_glass/ur", + "lr": "tconstruct:blocks/connected/clear_stained_glass/lr", + "udr": "tconstruct:blocks/connected/clear_stained_glass/udr", + "udl": "tconstruct:blocks/connected/clear_stained_glass/udl", + "ulr": "tconstruct:blocks/connected/clear_stained_glass/ulr", + "udlr": "tconstruct:blocks/connected/clear_stained_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json new file mode 100644 index 0000000..730c9ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json new file mode 100644 index 0000000..68a2b4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json @@ -0,0 +1,28 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + }, + "half": { + "bottom": { + "model": "half_slab" + }, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json new file mode 100644 index 0000000..907bf05 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/dried_clay_bricks", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json new file mode 100644 index 0000000..27a3b4a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "particle": "#all" + } + }, + "variants": { + "type": { + "clay": { + "textures": { "all": "tconstruct:blocks/dried_clay" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/dried_clay_bricks" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json new file mode 100644 index 0000000..bf940a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "clay": { + "textures": { "all": "tconstruct:blocks/dried_clay" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/dried_clay_bricks" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json new file mode 100644 index 0000000..fc9a921 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/dried_clay", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json new file mode 100644 index 0000000..38bd3ee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "bacon": [{ "textures": { "layer0": "tconstruct:items/food/bacon" }}], + + "slimeball_blue": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_blue" }}], + "slimeball_purple": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_purple" }}], + "slimeball_blood": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_blood" }}], + "slimeball_magma": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_magma" }}], + + "jerky_beef": [{ "textures": { "layer0": "tconstruct:items/food/jerky_beef" }}], + "jerky_chicken": [{ "textures": { "layer0": "tconstruct:items/food/jerky_chicken" }}], + "jerky_pork": [{ "textures": { "layer0": "tconstruct:items/food/jerky_pork" }}], + "jerky_mutton": [{ "textures": { "layer0": "tconstruct:items/food/jerky_mutton" }}], + "jerky_rabbit": [{ "textures": { "layer0": "tconstruct:items/food/jerky_rabbit" }}], + + "jerky_fish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_fish" }}], + "jerky_salmon": [{ "textures": { "layer0": "tconstruct:items/food/jerky_salmon" }}], + "jerky_clownfish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_clownfish" }}], + "jerky_pufferfish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_pufferfish" }}], + + "jerky_monster": [{ "textures": { "layer0": "tconstruct:items/food/jerky_monster" }}], + "slimedrop_green": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_green" }}], + "slimedrop_blue": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_blue" }}], + "slimedrop_purple": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_purple" }}], + "slimedrop_blood": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_blood" }}], + "slimedrop_magma": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_magma" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json new file mode 100644 index 0000000..107e31e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:fancy_frame", + "textures": { + "particle": "#wood", + "wood": "tconstruct:blocks/block_ardite", + "back": "tconstruct:blocks/itemframe_background" + }, + "transform": { + + } + }, + "variants": { + "map": { + "true": { "model": "item_frame_map" }, + "false": { "model": "tconstruct:fancy_frame" } + }, + "type": { + "gold": { "textures": { "wood": "minecraft:blocks/gold_block" } }, + "jewel": { "textures": { "wood": "tconstruct:blocks/block_silky_jewel" } }, + "alubrass": { "textures": { "wood": "tconstruct:blocks/block_alubrass" } }, + "cobalt": { "textures": { "wood": "tconstruct:blocks/block_cobalt" } }, + "ardite": { "textures": { "wood": "tconstruct:blocks/block_ardite" } }, + "manyullyn": { "textures": { "wood": "tconstruct:blocks/block_manyullyn" } }, + "clear": { "textures": { "wood": "minecraft:blocks/glass", "back": "#wood" } } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json new file mode 100644 index 0000000..a207722 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json @@ -0,0 +1,18 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:faucet" + }, + "variants": { + "facing": { + "up": { "model": "tconstruct:faucet_top" }, + "north": { "y": 180 }, + "east": { "y": 270 }, + "south": { "y": 0 }, + "west": { "y": 90 } + }, + "inventory": { + "model": "tconstruct:faucet" + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json new file mode 100644 index 0000000..1cabead --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "lavawood": { + "textures": { + "all": "tconstruct:blocks/lavawood" + } + }, + "firewood": { + "textures": { + "all": "tconstruct:blocks/firewood" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json new file mode 100644 index 0000000..ac4f73c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "lavawood": { + "textures": { + "all": "tconstruct:blocks/lavawood" + } + }, + "firewood": { + "textures": { + "all": "tconstruct:blocks/firewood" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json new file mode 100644 index 0000000..be6c75a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/firewood", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json new file mode 100644 index 0000000..1aede4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json @@ -0,0 +1,95 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid" + }, + "variants": { + "stone": [{ + "custom": { "fluid": "stone" } + }], + "obsidian": [{ + "custom": { "fluid": "obsidian" } + }], + "iron": [{ + "custom": { "fluid": "iron" } + }], + "gold": [{ + "custom": { "fluid": "gold" } + }], + "pigiron": [{ + "custom": { "fluid": "pigiron" } + }], + "cobalt": [{ + "custom": { "fluid": "cobalt" } + }], + "ardite": [{ + "custom": { "fluid": "ardite" } + }], + "manyullyn": [{ + "custom": { "fluid": "manyullyn" } + }], + "knightslime": [{ + "custom": { "fluid": "knightslime" } + }], + "emerald": [{ + "custom": { "fluid": "emerald" } + }], + "glass": [{ + "custom": { "fluid": "glass" } + }], + "blood": [{ + "custom": { "fluid": "blood" } + }], + "milk": [{ + "custom": { "fluid": "milk" } + }], + "blueslime": [{ + "custom": { "fluid": "blueslime" } + }], + "purpleslime": [{ + "custom": { "fluid": "purpleslime" } + }], + "brass": [{ + "custom": { "fluid": "brass" } + }], + "copper": [{ + "custom": { "fluid": "copper" } + }], + "tin": [{ + "custom": { "fluid": "tin" } + }], + "bronze": [{ + "custom": { "fluid": "bronze" } + }], + "zinc": [{ + "custom": { "fluid": "zinc" } + }], + "lead": [{ + "custom": { "fluid": "lead" } + }], + "nickel": [{ + "custom": { "fluid": "nickel" } + }], + "silver": [{ + "custom": { "fluid": "silver" } + }], + "electrum": [{ + "custom": { "fluid": "electrum" } + }], + "steel": [{ + "custom": { "fluid": "steel" } + }], + "aluminum": [{ + "custom": { "fluid": "aluminum" } + }], + "alubrass": [{ + "custom": { "fluid": "alubrass" } + }], + "dirt": [{ + "custom": { "fluid": "dirt" } + }], + "clay": [{ + "custom": { "fluid": "clay" } + }] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json new file mode 100644 index 0000000..ccb56a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:flat_in", + "textures": { + "all": "tconstruct:blocks/glow" + } + }, + "variants": { + "facing": { + "down": { "x": 90 }, + "up": { "x": -90 }, + "north": {}, + "east": { "y": 90 }, + "south": { "y": 180 }, + "west": { "y": 270 } + }, + "inventory": [{}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json new file mode 100644 index 0000000..0622cad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json @@ -0,0 +1,15 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "cobalt": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_cobalt" }}], + "ardite": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_ardite" }}], + "manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_manyullyn" }}], + "pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_pigiron" }}], + "knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_knightslime" }}], + "alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_alubrass" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json new file mode 100644 index 0000000..7af3ef2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/lavawood", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json new file mode 100644 index 0000000..56d83d1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "seared_brick": [{ "textures": { "layer0": "tconstruct:items/materials/seared_brick" }}], + "mud_brick": [{ "textures": { "layer0": "tconstruct:items/materials/mud_brick" }}], + "dried_brick": [{ "textures": { "layer0": "tconstruct:items/materials/dried_brick" }}], + "slimecrystal_green": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_green" }}], + "slimecrystal_blue": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_blue" }}], + "slimecrystal_magma": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_magma" }}], + "expander_w": [{ "textures": { "layer0": "tconstruct:items/materials/expander_w" }}], + "expander_h": [{ "textures": { "layer0": "tconstruct:items/materials/expander_h" }}], + "reinforcement": [{ "textures": { "layer0": "tconstruct:items/materials/reinforcement" }}], + "silky_cloth": [{ "textures": { "layer0": "tconstruct:items/materials/silky_cloth" }}], + "silky_jewel": [{ "textures": { "layer0": "tconstruct:items/materials/silky_jewel" }}], + "necrotic_bone": [{ "textures": { "layer0": "tconstruct:items/materials/necrotic_bone" }}], + "moss": [{ "textures": { "layer0": "tconstruct:items/materials/moss" }}], + "mending_moss": [{ "textures": { "layer0": "tconstruct:items/materials/mending_moss" }}], + "creative_modifier": [{ "textures": { "layer0": "tconstruct:items/skull_char_gold" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json new file mode 100644 index 0000000..b0b97fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json @@ -0,0 +1,32 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "cobalt": { + "textures": { "all": "tconstruct:blocks/block_cobalt" } + }, + "ardite": { + "textures": { "all": "tconstruct:blocks/block_ardite" } + }, + "manyullyn": { + "textures": { "all": "tconstruct:blocks/block_manyullyn" } + }, + "knightslime": { + "textures": { "all": "tconstruct:blocks/block_knightslime" } + }, + "pigiron": { + "textures": { "all": "tconstruct:blocks/block_pigiron" } + }, + "alubrass": { + "textures": { "all": "tconstruct:blocks/block_alubrass" } + }, + "silky_jewel": { + "textures": { "all": "tconstruct:blocks/block_silky_jewel" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json new file mode 100644 index 0000000..0dade15 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/mud_brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json new file mode 100644 index 0000000..19700b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json @@ -0,0 +1,15 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "cobalt": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_cobalt" }}], + "ardite": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_ardite" }}], + "manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_manyullyn" }}], + "pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_pigiron" }}], + "knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_knightslime" }}], + "alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_alubrass" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json new file mode 100644 index 0000000..c39d83b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json @@ -0,0 +1,18 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:cube_overlay_all", + "textures": {"all": "minecraft:blocks/netherrack" } + }, + "variants": { + "type": { + "cobalt": { + "textures": { "overlay": "tconstruct:blocks/ore_cobalt" } + }, + "ardite": { + "textures": { "overlay": "tconstruct:blocks/ore_ardite" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json new file mode 100644 index 0000000..c49bc5c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json @@ -0,0 +1,10 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:pile" + }, + "variants": { + "normal": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json new file mode 100644 index 0000000..93cd1ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json @@ -0,0 +1,36 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "all": "tconstruct:blocks/punji" + }, + "model": "tconstruct:punji" + }, + "variants": { + "facing": { + "up": { "x": 180, "y": 0 }, + "down": {}, + "west": { "transform": { "rotation": {"z": 270}, "post-rotation": {"y": 270}}}, + "east": { "transform": { "rotation": {"z": 90 }, "post-rotation": {"y": 270}}}, + "south": { "transform": { "rotation": {"x": 270}, "post-rotation": {"y": 270}}}, + "north": { "transform": { "rotation": {"x": 90}, "post-rotation": {"y": 90}}} + }, + "north": { + "true": { "submodel": { "stick_north": { "model": "tconstruct:punji_stick", "transform": { "translation": [ 0, 0, -0.5 ] } } } }, + "false": {} + }, + "east": { + "true": { "submodel": { "stick_east": { "model": "tconstruct:punji_stick", "transform": { "translation": [ -0.5, 0, 0 ] } } } }; + "false": {} + }, + "northeast": { + "true": { "submodel": { "stick_northeast": { "model": "tconstruct:punji_stick", "transform": { "translation": [ -0.5, 0, -0.5 ] } } } }, + "false": {} + }, + "northwest": { + "true": { "submodel": { "stick_northwest": { "model": "tconstruct:punji_stick", "transform": { "translation": [ 0.5, 0, -0.5 ] } } } }, + "false": {} + }, + "inventory": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json new file mode 100644 index 0000000..ab90e81 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json @@ -0,0 +1,26 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:rack", + "textures": { + "leg": "blocks/planks_oak" + } + }, + "variants": { + "facing": { + "down_z": { "model": "tconstruct:rack_down" }, + "down_x": { "model": "tconstruct:rack_down", "y": 90 }, + "up_z": {}, + "up_x": { "y": 90 }, + "north": { "model": "tconstruct:rack_side", "y": 180 }, + "south": { "model": "tconstruct:rack_side" }, + "east": { "model": "tconstruct:rack_side", "y": 270 }, + "west": { "model": "tconstruct:rack_side", "y": 90 } + }, + "drying": { + "true": {}, + "false": {} + }, + "inventory": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json new file mode 100644 index 0000000..b0d2e0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json @@ -0,0 +1,57 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick", + "particle": "#all" + } + }, + "variants": { + "type": { + "stone": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_stone" } + }, + "cobble": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_cobble" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_square" } + }, + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_small" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_road" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_tile" } + }, + "creeper": { + "model": "cube_bottom_top", + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json new file mode 100644 index 0000000..e761db4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json @@ -0,0 +1,25 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "orientable", + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/seared_furnace_inactive", + "side": "#top" + }, + "uvlock": true + }, + "variants": { + "facing": { + "north": {}, + "south": { "y": 180 }, + "west": { "y": 270 }, + "east": { "y": 90 } + }, + "active": { + "true": { "textures": { "front": "tconstruct:blocks/smeltery/seared_furnace_active" } }, + "false": {} + }, + "inventory": [{}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json new file mode 100644 index 0000000..dbd6f1b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/seared_glass/normal", + "u": "tconstruct:blocks/connected/seared_glass/u", + "r": "tconstruct:blocks/connected/seared_glass/r", + "ud": "tconstruct:blocks/connected/seared_glass/ud", + "ul": "tconstruct:blocks/connected/seared_glass/ul", + "ur": "tconstruct:blocks/connected/seared_glass/ur", + "lr": "tconstruct:blocks/connected/seared_glass/lr", + "udr": "tconstruct:blocks/connected/seared_glass/udr", + "udl": "tconstruct:blocks/connected/seared_glass/udl", + "ulr": "tconstruct:blocks/connected/seared_glass/ulr", + "udlr": "tconstruct:blocks/connected/seared_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json new file mode 100644 index 0000000..93ae126 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json @@ -0,0 +1,47 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "stone": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_stone" } + }, + "cobble": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_cobble" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_square" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_road" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json new file mode 100644 index 0000000..bfc3ad9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_small" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_tile" } + }, + "creeper": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json new file mode 100644 index 0000000..2d1ea7a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json new file mode 100644 index 0000000..12080de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_cracked", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json new file mode 100644 index 0000000..da7cd5e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_fancy", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json new file mode 100644 index 0000000..59ef143 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_small", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json new file mode 100644 index 0000000..e4cf904 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_square", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json new file mode 100644 index 0000000..b7b4f38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_triangle", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json new file mode 100644 index 0000000..19d4fef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_cobble", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json new file mode 100644 index 0000000..0bb4d08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json @@ -0,0 +1,55 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json new file mode 100644 index 0000000..2a8686f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json new file mode 100644 index 0000000..df6ea96 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_road", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json new file mode 100644 index 0000000..bef0e38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_stone", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json new file mode 100644 index 0000000..88004c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_tile", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json new file mode 100644 index 0000000..104d49b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json @@ -0,0 +1,53 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:tank", + "textures": { + "side": "#side_normal", + "particle": "#side", + "top": "#side", + "bottom": "#top" + } + }, + "variants": { + "type": { + "tank": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_tank_side", + "top": "tconstruct:blocks/smeltery/seared_tank_top" + } + }, + "gauge": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_gauge_side", + "top": "tconstruct:blocks/smeltery/seared_window_top" + } + }, + "window": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_window_side", + "top": "tconstruct:blocks/smeltery/seared_window_top" + } + } + }, + "has_knob": { + "true": { + "submodel": { + "knob": { + "model": "tconstruct:tank_knob", + "textures": { + "top": "tconstruct:blocks/smeltery/seared_tank_top", + "side": "tconstruct:blocks/smeltery/seared_tank_side" + }, + "transform": { + "translation": [0, 1, 0] + } + } + } + }, + "false": { + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json new file mode 100644 index 0000000..410cfba --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "slime" + }, + "variants": { + "type=green": { + "model": "slime", + "textures": { + "particle": "minecraft:blocks/slime", + "texture": "minecraft:blocks/slime" + } + }, + "type=blue": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_blue", + "texture": "tconstruct:blocks/slime/slime_blue" + } + }, + "type=purple": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_purple", + "texture": "tconstruct:blocks/slime/slime_purple" + } + }, + "type=blood": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_blood", + "texture": "tconstruct:blocks/slime/slime_blood" + } + }, + "type=magma": { + "model": "tconstruct:slime_magma" + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json new file mode 100644 index 0000000..8b3a98c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "y": 270 }, + "east": { "y": 90 }, + "south": { "y": 180 }, + "north": {}, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "y": 270 }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "y": 90 }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "y": 180 }, + "northwest": { "model": "tconstruct:slime_channel_diagonal" } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json new file mode 100644 index 0000000..52712a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 180 } } }, + "south": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 270 } } }, + "north": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 180 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 270 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json new file mode 100644 index 0000000..38dcb48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 270 } } }, + "south": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 180 } } }, + "north": { "transform": { "post-rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 270 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 180 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json new file mode 100644 index 0000000..c1f7ba4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 270 } } }, + "south": { "transform": { "post-rotation": { "x": -90 } } }, + "north": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 180 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 270 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 180 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json new file mode 100644 index 0000000..f67828b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "x": 180, "y": 90 }, + "east": { "x": 180, "y": 270 }, + "south": { "x": 180 }, + "north": { "x": 180, "y": 180 }, + + "northwest": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 90 }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 270 }, + "southwest": { "model": "tconstruct:slime_channel_diagonal", "x": 180 }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 180 } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json new file mode 100644 index 0000000..5c13fc3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 180 } } }, + "east": { "transform": { "post-rotation": { "z": -90 } } }, + "south": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 270 } } }, + "north": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 180 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 270 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json new file mode 100644 index 0000000..bee5027 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json @@ -0,0 +1,44 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type=green": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_green", + "particle": "#all" + } + }, + "type=blue": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_blue", + "particle": "#all" + } + }, + "type=purple": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_purple", + "particle": "#all" + } + }, + "type=blood": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_blood", + "particle": "#all" + } + }, + "type=magma": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_magma", + "particle": "#all" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json new file mode 100644 index 0000000..74b8b03 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "blocks/dirt" + } + }, + "variants": { + "type": { + "green": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_green" + } + }, + "blue": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_blue" + } + }, + "purple": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_purple" + } + }, + "magma": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_magma" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json new file mode 100644 index 0000000..1e6da1c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "grass", + "textures": { + "particle": "blocks/dirt", + "bottom": "#particle", + "top": "tconstruct:blocks/slime/slimegrass_top", + "side": "#particle", + "overlay": "tconstruct:blocks/slime/slimegrass_overlay" + } + }, + "variants": { + "type": { + "vanilla": { + "textures": { + "particle": "blocks/dirt", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "green": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_green", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "blue": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_blue", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "purple": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_purple", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "magma": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_magma", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + } + }, + "snowy": { + "false": { + "textures": { + "overlay": "tconstruct:blocks/slime/slimegrass_overlay" + } + }, + "true": { + "model": "tconstruct:cube_overlay_side", + "textures": { + "overlay": "tconstruct:blocks/slime/slimesnow_overlay" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json new file mode 100644 index 0000000..4cdce0a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tall_grass", + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_tall" + } + }, + "variants": { + "type": { + "tall_grass": { + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_tall" + } + }, + "fern": { + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_fern" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json new file mode 100644 index 0000000..c46aa7a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "normal": { + "model": "leaves", + "textures": { + "all": "tconstruct:blocks/slime/slimeleaves" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json new file mode 100644 index 0000000..da29613 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json @@ -0,0 +1,26 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cross" + }, + "variants": { + "foliage": { + "blue": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_blue" + } + }, + "purple": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_purple" + } + }, + "orange": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_orange" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json new file mode 100644 index 0000000..4ac9323 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json new file mode 100644 index 0000000..f8df62a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine_end" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json new file mode 100644 index 0000000..c31a3a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine_mid" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json new file mode 100644 index 0000000..c9a84c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json @@ -0,0 +1,46 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "orientable", + "textures": { + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_brick", + "side": "#top" + }, + "uvlock": true + }, + "variants": { + "active": { + "true": { + "textures": { "front": "tconstruct:blocks/smeltery/smeltery_active" } + }, + "false": { + "textures": { "front": "tconstruct:blocks/smeltery/smeltery_inactive" } + } + }, + "facing": { + "north": { + "__comment": "nothing to rotate" + }, + "east": { + "y": 90 + }, + "south": { + "y": 180 + }, + "west": { + "y": 270 + } + }, + "inventory": { + "model": "orientable", + "textures": { + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_brick", + "side": "#top", + "front": "tconstruct:blocks/smeltery/smeltery_inactive" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json new file mode 100644 index 0000000..0f8156f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json @@ -0,0 +1,36 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube", + "textures": { + "particle": "#up", + "up": "tconstruct:blocks/smeltery/drain_front", + "down": "#up", + "east": "#up", + "west": "#up", + "south": "tconstruct:blocks/smeltery/drain_front", + "north": "tconstruct:blocks/smeltery/drain_back" + }, + "uvlock": true + }, + "variants": { + "type": { + "drain": { } + }, + "facing": { + "north": { + "y": 180 + }, + "east": { + "y": 270 + }, + "south": { + # front, nothing to rotate + }, + "west": { + "y": 90 + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json new file mode 100644 index 0000000..02d3a1f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { "all": "tconstruct:blocks/slimy_mud_green" } + }, + "variants": { + "type": { + "grout": { + "textures": { "all": "tconstruct:blocks/grout" } + }, + "slimy_mud_green": { + "textures": { "all": "tconstruct:blocks/slimy_mud_green" } + }, + "slimy_mud_blue": { + "textures": { "all": "tconstruct:blocks/slimy_mud_blue" } + }, + "graveyard": { + "textures": { "all": "tconstruct:blocks/graveyard_soil" } + }, + "consecrated": { + "textures": { "all": "tconstruct:blocks/consecrated_soil" } + }, + "slimy_mud_magma": { + "textures": { "all": "tconstruct:blocks/slimy_mud_magma" } + }, + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json new file mode 100644 index 0000000..d33d054 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "hard": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_hard" }}], + "soggy": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_soggy" }}], + "cold": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_cold" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json new file mode 100644 index 0000000..5536d5d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json @@ -0,0 +1,19 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "ladder", + "textures": { + "texture": "tconstruct:blocks/stone_ladder", + "particle": "#texture" + } + }, + "variants": { + "facing": { + "north": {}, + "east": { "y": 90 }, + "south": { "y": 180 }, + "west": { "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json new file mode 100644 index 0000000..eab9cab --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_torch", + "textures": { + "torch": "tconstruct:blocks/stone_torch", + "particle": "#torch" + } + }, + "variants": { + "facing": { + "up": { "model": "normal_torch" }, + "east": { "model": "normal_torch_wall" }, + "south": { "model": "normal_torch_wall", "y": 90 }, + "west": { "model": "normal_torch_wall", "y": 180 }, + "north": { "model": "normal_torch_wall", "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json new file mode 100644 index 0000000..6da571f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json @@ -0,0 +1,11 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "glow": [{ "textures": { "layer0": "tconstruct:items/gadgets/glowball" }}], + "efln": [{ "textures": { "layer0": "tconstruct:items/gadgets/efln" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json new file mode 100644 index 0000000..b75a52f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json @@ -0,0 +1,32 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "orientable", + "uvlock": true + }, + "variants": { + "facing": { + "north": {}, + "south": { "y": 180 }, + "west": { "y": 270 }, + "east": { "y": 90 } + }, + "active": { + "true": { "model": "tconstruct:tinker_tank_active" }, + "false": { + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/tinker_tank", + "side": "#top" + } + } + }, + "inventory": [{ + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/tinker_tank", + "side": "#top" + } + }] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json new file mode 100644 index 0000000..4add874 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json @@ -0,0 +1,9 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "normal": { "model": "tconstruct:toolforge" } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json new file mode 100644 index 0000000..c36bed7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "type=craftingstation": { "model": "tconstruct:craftingstation" }, + "type=stenciltable": { "model": "tconstruct:stenciltable" }, + "type=partbuilder": { "model": "tconstruct:partbuilder" }, + "type=toolstation": { "model": "tconstruct:toolstation" }, + "type=toolforge": { "model": "tconstruct:toolforge" }, + "type=patternchest": { + "model": "tconstruct:patternchest", + "textures": { + "side": "tconstruct:blocks/patternchest", + "bottom": "#side", + "top": "#side" + } + }, + "type=partchest": { + "model": "tconstruct:patternchest", + "textures": { + "side": "tconstruct:blocks/partchest", + "bottom": "#side", + "top": "#side" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json new file mode 100644 index 0000000..d7b31a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_rail_flat", + "textures": { + "rail": "tconstruct:blocks/wood_rail" + } + }, + "variants": { + "shape": { + "north_south": {}, + "east_west": { "y": 90 }, + "ascending_east": { "model": "normal_rail_raised_ne", "y": 90 }, + "ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, + "ascending_north": { "model": "normal_rail_raised_ne" }, + "ascending_south": { "model": "normal_rail_raised_sw" }, + "south_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }}, + "south_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 90 }, + "north_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 180 }, + "north_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json new file mode 100644 index 0000000..21710fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_rail_flat", + "textures": { + "rail": "tconstruct:blocks/wood_rail_trapdoor" + } + }, + "variants": { + "shape": { + "north_south": {}, + "east_west": { "y": 90 }, + "ascending_east": { "model": "normal_rail_raised_ne", "y": 90 }, + "ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, + "ascending_north": { "model": "normal_rail_raised_ne" }, + "ascending_south": { "model": "normal_rail_raised_sw" }, + "south_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }}, + "south_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 90 }, + "north_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 180 }, + "north_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 270 } + } + } +} |
