Move engineers decor stuff from Thresholds to AE

This commit is contained in:
Zontreck 2024-03-01 03:44:33 -07:00
parent a927a03c98
commit 3124f58f77
218 changed files with 5844 additions and 2 deletions

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=north": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_recessed_model"
},
"facing=south": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_recessed_model",
"y": 180
},
"facing=west": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_recessed_model",
"y": 270
},
"facing=east": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_recessed_model",
"y": 90
}
}
}

View file

@ -0,0 +1,25 @@
{
"variants": {
"facing=north": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_corner_model"
},
"facing=south": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_corner_model",
"y": 180
},
"facing=west": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_corner_model",
"y": 270
},
"facing=east": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_corner_model",
"y": 90
},
"facing=up": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_up_model"
},
"facing=down": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_sastor_down_model"
}
}
}

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=north": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_vertically_slit_model"
},
"facing=south": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_vertically_slit_model",
"y": 180
},
"facing=west": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_vertically_slit_model",
"y": 270
},
"facing=east": {
"model": "ariasessentials:block/engineersdecor/brick/clinker_brick_vertically_slit_model",
"y": 90
}
}
}

View file

@ -3,6 +3,44 @@
"item.ariasessentials.tiab": "Time in a Bottle",
"item.ariasessentials.eiab": "Energy in a Bottle",
"item.ariasessentials.metal_bar": "Metal Bar",
"block.ariasessentials.clinker_brick_block": "Clinker Brick Block",
"block.ariasessentials.clinker_brick_wall": "Clinker Brick Wall",
"block.ariasessentials.clinker_brick_recessed": "Recessed Clinker Brick",
"block.ariasessentials.clinker_brick_vertically_slit": "Vertically Slit Clinker Bricks",
"block.ariasessentials.clinker_brick_slab": "Clinker Brick Slab",
"block.ariasessentials.clinker_brick_stairs": "Clinker Brick Stairs",
"block.ariasessentials.clinker_brick_stained_block": "Stained Clinker Brick Block",
"block.ariasessentials.clinker_brick_stained_slab": "Stained Clinker Brick Slab",
"block.ariasessentials.clinker_brick_stained_stairs": "Stained Clinker Brick Stairs",
"block.ariasessentials.clinker_brick_sastor_corner_block": "Sandstone Ornated Clinker Brick",
"block.ariasessentials.slag_brick_block": "Slag Brick Block",
"block.ariasessentials.slag_brick_slab": "Slag Brick Slab",
"block.ariasessentials.slag_brick_stairs": "Slag Brick Stairs",
"block.ariasessentials.slag_brick_wall": "Slag Brick Wall",
"block.ariasessentials.rebar_concrete": "Rebar Concrete Block",
"block.ariasessentials.rebar_concrete_slab": "Rebar Concrete Slab",
"block.ariasessentials.rebar_concrete_stairs": "Rebar Concrete Stairs",
"block.ariasessentials.rebar_concrete_tile": "Rebar Concrete Tile",
"block.ariasessentials.rebar_concrete_tile_slab": "Rebar Concrete Tile Slab",
"block.ariasessentials.rebar_concrete_tile_stairs": "Rebar Concrete Tile Stairs",
"block.ariasessentials.rebar_concrete_wall": "Rebar Concrete Wall",
"block.ariasessentials.panzerglass_block": "Panzer Glass Block",
"block.ariasessentials.panzerglass_slab": "Panzer Glass Slab",
"block.ariasessentials.old_industrial_wood_door": "Old Industrial Wood Door",
"block.ariasessentials.old_industrial_wood_planks": "Old Industrial Wood Planks",
"block.ariasessentials.old_industrial_wood_slab": "Old Industrial Wood Slab",
"block.ariasessentials.old_industrial_wood_stairs": "Old Industrial Wood Stairs",
"block.ariasessentials.steel_floor_grating": "Steel Floor Grating",
"block.ariasessentials.steel_table": "Steel Table",
"block.ariasessentials.steel_catwalk": "Steel Catwalk",
"block.ariasessentials.steel_railing": "Steel Railing",
"block.ariasessentials.steel_catwalk_stairs": "Steel Catwalk Stairs",
"block.ariasessentials.steel_catwalk_stairs_lr": "Steel Catwalk Left Rail",
"block.ariasessentials.steel_catwalk_stairs_rr": "Steel Catwalk Right Rail",
"block.ariasessentials.steel_catwalk_stairs_dr": "Steel Catwalk Double Rail",
"key.category.ariasessentials": "Aria's Essentials",
"key.ariasessentials.autowalk": "Auto Walk"

View file

@ -0,0 +1,283 @@
{
"parent": "block/block",
"textures": {
"f": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_pole_side",
"s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0"
},
"elements": [
{
"from": [
4,
0,
11
],
"to": [
12,
16,
13
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
8,
6
]
},
"faces": {
"east": {
"uv": [
3,
0,
5,
16
],
"texture": "#d"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#d"
},
"west": {
"uv": [
11,
0,
13,
16
],
"texture": "#d"
},
"up": {
"uv": [
4,
11,
12,
13
],
"texture": "#s"
},
"down": {
"uv": [
4,
3,
12,
5
],
"texture": "#s"
}
}
},
{
"from": [
0,
0,
1
],
"to": [
8,
16,
11
],
"faces": {
"north": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"west": {
"uv": [
1,
0,
11,
16
],
"texture": "#d"
},
"up": {
"uv": [
0,
1,
8,
11
],
"texture": "#d"
},
"down": {
"uv": [
0,
5,
8,
15
],
"texture": "#d"
}
}
},
{
"from": [
8,
0,
1
],
"to": [
16,
16,
11
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
16,
8,
8
]
},
"faces": {
"north": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"east": {
"uv": [
5,
0,
15,
16
],
"texture": "#d"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"up": {
"uv": [
8,
1,
16,
11
],
"texture": "#d"
},
"down": {
"uv": [
8,
5,
16,
15
],
"texture": "#d"
}
}
},
{
"from": [
3,
0,
0
],
"to": [
13,
16,
1
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
8,
-3
]
},
"faces": {
"north": {
"uv": [
4,
0,
14,
16
],
"texture": "#d"
},
"east": {
"uv": [
15,
0,
16,
16
],
"texture": "#s"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#d"
},
"west": {
"uv": [
0,
0,
1,
16
],
"texture": "#s"
},
"up": {
"uv": [
4,
0,
12,
1
],
"texture": "#s"
},
"down": {
"uv": [
4,
15,
12,
16
],
"texture": "#s"
}
}
}
]
}

View file

@ -0,0 +1,86 @@
{
"parent": "block/block",
"textures": {
"d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_down_texture",
"n": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture",
"particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"u": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"north": {
"uv": [
16,
0,
0,
16
],
"texture": "#n",
"cullface": "north"
},
"east": {
"uv": [
0,
0,
16,
16
],
"texture": "#n",
"cullface": "east"
},
"south": {
"uv": [
0,
0,
16,
16
],
"texture": "#s",
"cullface": "south"
},
"west": {
"uv": [
0,
0,
16,
16
],
"texture": "#s",
"cullface": "west"
},
"up": {
"uv": [
0,
0,
16,
16
],
"texture": "#u",
"cullface": "up"
},
"down": {
"uv": [
0,
0,
16,
16
],
"texture": "#d",
"cullface": "down"
}
}
}
]
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"down": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"up": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"north": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"south": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"west": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"east": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"down": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"up": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"north": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"south": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"west": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"east": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture"
}
}

View file

@ -0,0 +1,247 @@
{
"parent": "block/block",
"textures": {
"f": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_pole_side",
"s": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"particle": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0",
"d": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0"
},
"elements": [
{
"from": [
0,
0,
1
],
"to": [
8,
16,
15
],
"faces": {
"north": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"west": {
"uv": [
1,
0,
15,
16
],
"texture": "#d"
},
"up": {
"uv": [
0,
1,
8,
15
],
"texture": "#d"
},
"down": {
"uv": [
0,
1,
8,
15
],
"texture": "#d"
}
}
},
{
"from": [
8,
0,
1
],
"to": [
16,
16,
15
],
"faces": {
"north": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"east": {
"uv": [
1,
0,
15,
16
],
"texture": "#d"
},
"south": {
"uv": [
4,
0,
12,
16
],
"texture": "#f"
},
"up": {
"uv": [
8,
1,
16,
15
],
"texture": "#d"
},
"down": {
"uv": [
8,
1,
16,
15
],
"texture": "#d"
}
}
},
{
"from": [
3,
0,
0
],
"to": [
13,
16,
1
],
"faces": {
"north": {
"uv": [
3,
0,
13,
16
],
"texture": "#d"
},
"east": {
"uv": [
15,
0,
16,
16
],
"texture": "#s"
},
"west": {
"uv": [
0,
0,
1,
16
],
"texture": "#s"
},
"up": {
"uv": [
3,
0,
13,
1
],
"texture": "#s"
},
"down": {
"uv": [
3,
15,
13,
16
],
"texture": "#s"
}
}
},
{
"from": [
3,
0,
15
],
"to": [
13,
16,
16
],
"faces": {
"east": {
"uv": [
0,
0,
1,
16
],
"texture": "#s"
},
"south": {
"uv": [
3,
0,
13,
16
],
"texture": "#d"
},
"west": {
"uv": [
15,
0,
16,
16
],
"texture": "#s"
},
"up": {
"uv": [
3,
15,
13,
16
],
"texture": "#s"
},
"down": {
"uv": [
3,
0,
13,
1
],
"texture": "#s"
}
}
}
]
}

View file

@ -0,0 +1,105 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [15, 14, 16, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [0, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#s"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 0, 1],
"to": [16, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [15, 1, 16, 15], "texture": "#s"},
"down": {"uv": [15, 1, 16, 15], "texture": "#s"}
}
},
{
"from": [0, 0, 15],
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [0, 14, 1, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [15, 14, 16, 16], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#s"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 0, 1],
"to": [1, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#s"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
},
{
"from": [1, 2, 1],
"to": [15, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "texture": "#t"}
}
},
{
"from": [1, 1, 1],
"to": [15, 1, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 1, 1.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [8, 0, 42],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0.25, 1.25, -3],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -4],
"scale": [0.5, 0.5, 0.5]
}
}
}

View file

@ -0,0 +1,152 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"frame": "ariasessentials:block/engineersdecor/material/steel_texture",
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [15, 14, 16, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [0, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#s"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 0, 1],
"to": [16, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [15, 1, 16, 15], "texture": "#s"},
"down": {"uv": [15, 1, 16, 15], "texture": "#s"}
}
},
{
"from": [0, 0, 15],
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [0, 14, 1, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [15, 14, 16, 16], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#s"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 0, 1],
"to": [1, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#s"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
},
{
"from": [1, 2, 1],
"to": [15, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "texture": "#t"}
}
},
{
"from": [1, 1, 1],
"to": [15, 1, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}
}
},
{
"from": [0, 2, 0],
"to": [1, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"east": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"south": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"west": {"uv": [0, 1, 1, 14], "texture": "#frame"}
}
},
{
"from": [0, 15, 0],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"east": {"uv": [15, 0, 16, 1], "texture": "#frame"},
"south": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"west": {"uv": [0, 0, 1, 1], "texture": "#frame"},
"up": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"down": {"uv": [0, 15, 16, 16], "texture": "#frame"}
}
},
{
"from": [1, 14.5, 0.25],
"to": [15, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]},
"faces": {
"north": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"south": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"up": {"uv": [1, 0.25, 15, 1], "texture": "#frame"},
"down": {"uv": [1, 15, 15, 15.75], "texture": "#frame"}
}
},
{
"from": [15, 2, 0],
"to": [16, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"east": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"south": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"west": {"uv": [0, 1, 1, 14], "texture": "#frame"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 1, 1.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [8, 0, 42],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0.25, 3, -3],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -4],
"scale": [0.5, 0.5, 0.5]
}
}
}

View file

@ -0,0 +1,187 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"frame": "ariasessentials:block/engineersdecor/material/steel_texture",
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [15, 14, 16, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [0, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#s"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 0, 1],
"to": [16, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [15, 1, 16, 15], "texture": "#s"},
"down": {"uv": [15, 1, 16, 15], "texture": "#s"}
}
},
{
"from": [0, 0, 15],
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [0, 14, 1, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [15, 14, 16, 16], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#s"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 0, 1],
"to": [1, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#s"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
},
{
"from": [1, 2, 1],
"to": [15, 2, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "texture": "#t"}
}
},
{
"from": [1, 1, 1],
"to": [15, 1, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}
}
},
{
"from": [0, 2, 0],
"to": [1, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"east": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"south": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"west": {"uv": [0, 1, 1, 14], "texture": "#frame"}
}
},
{
"from": [15, 2, 15],
"to": [16, 15, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [23, 8, 15.5]},
"faces": {
"north": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"east": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"south": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"west": {"uv": [15, 1, 16, 14], "texture": "#frame"}
}
},
{
"from": [0, 15, 0],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"east": {"uv": [15, 0, 16, 1], "texture": "#frame"},
"south": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"west": {"uv": [0, 0, 1, 1], "texture": "#frame"},
"up": {"uv": [0, 0, 16, 1], "texture": "#frame"},
"down": {"uv": [0, 15, 16, 16], "texture": "#frame"}
}
},
{
"from": [15, 15, 1],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#frame"},
"east": {"uv": [0, 0, 15, 1], "texture": "#frame"},
"south": {"uv": [15, 0, 16, 1], "texture": "#frame"},
"west": {"uv": [1, 0, 16, 1], "texture": "#frame"},
"up": {"uv": [15, 1, 16, 16], "texture": "#frame"},
"down": {"uv": [15, 0, 16, 15], "texture": "#frame"}
}
},
{
"from": [1, 14.5, 0.25],
"to": [15, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]},
"faces": {
"north": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"south": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"up": {"uv": [1, 0.25, 15, 1], "texture": "#frame"},
"down": {"uv": [1, 15, 15, 15.75], "texture": "#frame"}
}
},
{
"from": [15, 14.5, 1],
"to": [15.75, 15, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 7, 1]},
"faces": {
"east": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"west": {"uv": [1, 1, 15, 1.5], "texture": "#frame"},
"up": {"uv": [15, 1, 15.75, 15], "texture": "#frame"},
"down": {"uv": [15, 1, 15.75, 15], "texture": "#frame"}
}
},
{
"from": [15, 2, 0],
"to": [16, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 1, 1, 14], "texture": "#frame"},
"east": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"south": {"uv": [15, 1, 16, 14], "texture": "#frame"},
"west": {"uv": [0, 1, 1, 14], "texture": "#frame"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.75, 1.75, 1.25],
"scale": [0.2, 0.2, 0.2]
},
"firstperson_righthand": {
"rotation": [20, -59, 15],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, 45, 0],
"translation": [0.25, 0, -3],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -3.5],
"scale": [0.5, 0.5, 0.5]
}
}
}

View file

@ -0,0 +1,289 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [1, 2, 15],
"to": [15, 4, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 2, 9],
"to": [15, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 2, 8],
"to": [15, 4, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 2, 9],
"to": [2, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 3, 9],
"to": [14, 3, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 4, 9],
"to": [14, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [1, 10, 7],
"to": [15, 12, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 10, 1],
"to": [15, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 10, 0],
"to": [15, 12, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 10, 1],
"to": [2, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 11, 1],
"to": [14, 11, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 12, 1],
"to": [14, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [15, -1, 14],
"to": [16, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 14, -1],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.25, 9, -10],
"to": [15.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [0, -1, 14],
"to": [1, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 14, -1],
"to": [1, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.25, 9, -10],
"to": [0.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 2, 1],
"scale": [0.2, 0.2, 0.2]
},
"firstperson_righthand": {
"rotation": [-5, -8, 14],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, -45, 0],
"translation": [-0.25, 0, -3],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, 0.25, -3.25],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
},
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [6, 7, 8, 9, 10, 11]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [12, 13, 14]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [15, 16, 17]
},
{
"name": "VoxelShapes",
"origin": [8, 8, 8],
"color": 0,
"children": []
}
]
}

View file

@ -0,0 +1,419 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [1, 2, 15],
"to": [15, 4, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 2, 9],
"to": [15, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 2, 8],
"to": [15, 4, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 2, 9],
"to": [2, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 3, 9],
"to": [14, 3, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 4, 9],
"to": [14, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [1, 10, 7],
"to": [15, 12, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 10, 1],
"to": [15, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 10, 0],
"to": [15, 12, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 10, 1],
"to": [2, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 11, 1],
"to": [14, 11, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 12, 1],
"to": [14, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [15, -1, 14],
"to": [16, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 14, -1],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.25, 9, -10],
"to": [15.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [0, -1, 14],
"to": [1, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 14, -1],
"to": [1, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.25, 9, -10],
"to": [0.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [15, 19, 14],
"to": [16, 21, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 19, -1],
"to": [16, 21, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.4, 0.25, 14.5],
"to": [15.65, 19.25, 15.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [15.4, 15.25, -0.5],
"to": [15.65, 19.25, 0.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [15.4, 19.25, 0.5],
"to": [15.65, 20.25, 14.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [0, 19, 14],
"to": [1, 21, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 19, -1],
"to": [1, 21, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.4, 0.25, 14.5],
"to": [0.65, 19.25, 15.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [0.4, 15.25, -0.5],
"to": [0.65, 19.25, 0.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [0.4, 19.25, 0.5],
"to": [0.65, 20.25, 14.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 2, 1],
"scale": [0.2, 0.2, 0.2]
},
"firstperson_righthand": {
"rotation": [-5, -8, 14],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, -45, 0],
"translation": [-0.25, 0, -3],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, 0.25, -3.25],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
},
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [6, 7, 8, 9, 10, 11]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [12, 13, 14]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [15, 16, 17]
},
{
"name": "railing",
"origin": [8, 8, 8],
"color": 0,
"children": [18, 19, 20, 21, 22]
},
{
"name": "railing",
"origin": [8, 8, 8],
"color": 0,
"children": [23, 24, 25, 26, 27]
}
]
}

View file

@ -0,0 +1,351 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [1, 2, 15],
"to": [15, 4, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 2, 9],
"to": [15, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 2, 8],
"to": [15, 4, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 2, 9],
"to": [2, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 3, 9],
"to": [14, 3, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 4, 9],
"to": [14, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [1, 10, 7],
"to": [15, 12, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 10, 1],
"to": [15, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 10, 0],
"to": [15, 12, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 10, 1],
"to": [2, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 11, 1],
"to": [14, 11, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 12, 1],
"to": [14, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [15, -1, 14],
"to": [16, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 14, -1],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.25, 9, -10],
"to": [15.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [0, -1, 14],
"to": [1, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 14, -1],
"to": [1, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.25, 9, -10],
"to": [0.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [0, 19, 14],
"to": [1, 21, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 19, -1],
"to": [1, 21, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.4, 0.25, 14.5],
"to": [0.65, 19.25, 15.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [0.4, 15.25, -0.5],
"to": [0.65, 19.25, 0.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [0.4, 19.25, 0.5],
"to": [0.65, 20.25, 14.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 2, 1],
"scale": [0.2, 0.2, 0.2]
},
"firstperson_righthand": {
"rotation": [-5, -8, 14],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, -45, 0],
"translation": [-0.25, 0, -3],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, 0.25, -3.25],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
},
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [6, 7, 8, 9, 10, 11]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [12, 13, 14]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [15, 16, 17]
},
{
"name": "railing",
"origin": [8, 8, 8],
"color": 0,
"children": [18, 19, 20, 21, 22]
}
]
}

View file

@ -0,0 +1,351 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [1, 2, 15],
"to": [15, 4, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 2, 9],
"to": [15, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 2, 8],
"to": [15, 4, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 2, 9],
"to": [2, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 3, 9],
"to": [14, 3, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 4, 9],
"to": [14, 4, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [1, 10, 7],
"to": [15, 12, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 16.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [16, 14, 15, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [1, 14, 0, 16], "texture": "#s"},
"up": {"uv": [0, 1, 16, 0], "texture": "#s"},
"down": {"uv": [0, 16, 16, 15], "texture": "#s"}
}
},
{
"from": [14, 10, 1],
"to": [15, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -4.5, 15.25]},
"faces": {
"north": {"uv": [16, 14, 15, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [1, 14, 0, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [15, 7, 16, 1], "texture": "#s"},
"down": {"uv": [15, 15, 16, 9], "texture": "#s"}
}
},
{
"from": [1, 10, 0],
"to": [15, 12, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -4.5, 9.25]},
"faces": {
"north": {"uv": [16, 14, 0, 16], "texture": "#s"},
"east": {"uv": [1, 14, 0, 16], "texture": "#s"},
"south": {"uv": [16, 14, 0, 16], "texture": "#s"},
"west": {"uv": [16, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 16, 16, 15], "texture": "#s"},
"down": {"uv": [0, 1, 16, 0], "texture": "#s"}
}
},
{
"from": [1, 10, 1],
"to": [2, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 15.25]},
"faces": {
"north": {"uv": [1, 14, 0, 16], "texture": "#s"},
"east": {"uv": [15, 14, 9, 16], "texture": "#s"},
"south": {"uv": [16, 14, 15, 16], "texture": "#s"},
"west": {"uv": [7, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 7, 1, 1], "texture": "#s"},
"down": {"uv": [0, 15, 1, 9], "texture": "#s"}
}
},
{
"from": [2, 11, 1],
"to": [14, 11, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -5.5, 8.75]},
"faces": {
"up": {"uv": [2, 1, 14, 7], "texture": "#t"},
"down": {"uv": [2, 8, 14, 14], "texture": "#t"}
}
},
{
"from": [2, 12, 1],
"to": [14, 12, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -4.5, 8.75]},
"faces": {
"up": {"uv": [3, 3, 15, 9], "texture": "#t"},
"down": {"uv": [2, 9, 14, 15], "texture": "#t"}
}
},
{
"from": [15, -1, 14],
"to": [16, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 14, -1],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.25, 9, -10],
"to": [15.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [0, -1, 14],
"to": [1, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0, 14, -1],
"to": [1, 16, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [0.25, 9, -10],
"to": [0.75, 11, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [-15, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"east": {"uv": [0, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 0.5, 2], "texture": "#s"},
"west": {"uv": [0, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 0, 0.5, 16], "texture": "#s"},
"down": {"uv": [0, 0, 0.5, 16], "texture": "#s"}
}
},
{
"from": [15, 19, 14],
"to": [16, 21, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15, 19, -1],
"to": [16, 21, 1],
"rotation": {"angle": 0, "axis": "x", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 1, 2], "texture": "#s"},
"down": {"uv": [0, 0, 1, 2], "texture": "#s"}
}
},
{
"from": [15.4, 0.25, 14.5],
"to": [15.65, 19.25, 15.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [15.4, 15.25, -0.5],
"to": [15.65, 19.25, 0.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
},
{
"from": [15.4, 19.25, 0.5],
"to": [15.65, 20.25, 14.5],
"faces": {
"north": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"east": {"uv": [0, 0, 1, 16], "texture": "#s"},
"south": {"uv": [0, 0, 0.25, 16], "texture": "#s"},
"west": {"uv": [0, 0, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 0.25, 1], "texture": "#s"},
"down": {"uv": [0, 0, 0.25, 1], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 2, 1],
"scale": [0.2, 0.2, 0.2]
},
"firstperson_righthand": {
"rotation": [-5, -8, 14],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, -45, 0],
"translation": [-0.25, 0, -3],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, 0.25, -3.25],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5]
},
{
"name": "step",
"origin": [8, 8, 8],
"color": 0,
"children": [6, 7, 8, 9, 10, 11]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [12, 13, 14]
},
{
"name": "bar",
"origin": [15.40625, 8, 8],
"color": 0,
"children": [15, 16, 17]
},
{
"name": "railing",
"origin": [8, 8, 8],
"color": 0,
"children": [18, 19, 20, 21, 22]
}
]
}

View file

@ -0,0 +1,119 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"s": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_side",
"t": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top"
},
"elements": [
{
"from": [0, 14, 0],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, -0.25]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [15, 14, 16, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [0, 14, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#s"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 14, 1],
"to": [16, 16, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [15, 1, 16, 15], "texture": "#s"},
"down": {"uv": [15, 1, 16, 15], "texture": "#s"}
}
},
{
"from": [0, 14, 15],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -6.5, 14.75]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#s"},
"east": {"uv": [0, 14, 1, 16], "texture": "#s"},
"south": {"uv": [0, 14, 16, 16], "texture": "#s"},
"west": {"uv": [15, 14, 16, 16], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#s"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 14, 1],
"to": [1, 16, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-7, -6.5, 0.75]},
"faces": {
"east": {"uv": [1, 14, 15, 16], "texture": "#s"},
"west": {"uv": [1, 14, 15, 16], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#s"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
},
{
"from": [1, 16, 1],
"to": [15, 16, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -6.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "texture": "#t"}
}
},
{
"from": [1, 15, 1],
"to": [15, 15, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [-6, -7.5, 0.75]},
"faces": {
"up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"},
"down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#t"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [70, -2, 3],
"translation": [0.25, 1, 1.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [8, 0, 42],
"translation": [8.5, 0, -5.75],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0.25, 1.25, -3],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -4],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
0,
1,
2,
3,
4,
5,
{
"name": "VoxelShapes",
"origin": [8, 8, 8],
"color": 0,
"children": []
}
]
}

View file

@ -0,0 +1,203 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture"
},
"elements": [
{
"from": [0, 0, 15],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [0, 0, 1, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [15, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#t"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 1],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [15, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [0, 0, 1, 2], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#t"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 0, 0.75],
"to": [16, 2, 15.25],
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"},
"south": {"uv": [15, 0, 16, 2], "texture": "#s"},
"west": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"},
"up": {"uv": [15, 0.75, 16, 15.25], "texture": "#t"},
"down": {"uv": [15, 0.75, 16, 15.25], "texture": "#s"}
}
},
{
"from": [1, 1, 13.625],
"to": [15, 2, 14.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"},
"up": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"},
"down": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"}
}
},
{
"from": [1, 1, 12.125],
"to": [15, 2, 12.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"},
"up": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"},
"down": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"}
}
},
{
"from": [1, 1, 10.625],
"to": [15, 2, 11.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"},
"up": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"},
"down": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"}
}
},
{
"from": [1, 1, 9.125],
"to": [15, 2, 9.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"},
"up": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"},
"down": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"}
}
},
{
"from": [1, 1, 7.625],
"to": [15, 2, 8.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"},
"up": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"},
"down": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"}
}
},
{
"from": [1, 1, 6.125],
"to": [15, 2, 6.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"},
"up": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"},
"down": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"}
}
},
{
"from": [1, 1, 4.625],
"to": [15, 2, 5.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"},
"up": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"},
"down": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"}
}
},
{
"from": [1, 1, 3.125],
"to": [15, 2, 3.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"},
"up": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"},
"down": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"}
}
},
{
"from": [1, 1, 1.625],
"to": [15, 2, 2.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"},
"up": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"},
"down": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"}
}
},
{
"from": [0, 0, 1],
"to": [1, 2, 15],
"faces": {
"north": {"uv": [15, 0, 16, 2], "texture": "#s"},
"east": {"uv": [1, 0, 15, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [1, 0, 15, 2], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#t"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [66, 0, 0],
"translation": [0.25, 0, -2.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [-4, -1, 58],
"translation": [2.5, 0.25, 1.75],
"scale": [0.3, 0.3, 0.3]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.2, 0.2, 0.2]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0, -2, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"rotation": [-90, 0, 1],
"translation": [0, 0.25, 3.25],
"scale": [0.5, 0.5, 0.5]
}
}
}

View file

@ -0,0 +1,224 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture"
},
"elements": [
{
"from": [0, 14, 15],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [0, 0, 1, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [15, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 15, 16, 16], "texture": "#t"},
"down": {"uv": [0, 0, 16, 1], "texture": "#s"}
}
},
{
"from": [0, 14, 0],
"to": [16, 16, 1],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [15, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [0, 0, 1, 2], "texture": "#s"},
"up": {"uv": [0, 0, 16, 1], "texture": "#t"},
"down": {"uv": [0, 15, 16, 16], "texture": "#s"}
}
},
{
"from": [15, 14, 0.75],
"to": [16, 16, 15.25],
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#s"},
"east": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"},
"south": {"uv": [15, 0, 16, 2], "texture": "#s"},
"west": {"uv": [0.75, 0, 15.25, 2], "texture": "#s"},
"up": {"uv": [15, 0.75, 16, 15.25], "texture": "#t"},
"down": {"uv": [15, 0.75, 16, 15.25], "texture": "#s"}
}
},
{
"from": [1, 15, 13.625],
"to": [15, 16, 14.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"},
"up": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"},
"down": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"}
}
},
{
"from": [1, 15, 12.125],
"to": [15, 16, 12.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"},
"up": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"},
"down": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"}
}
},
{
"from": [1, 15, 10.625],
"to": [15, 16, 11.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"},
"up": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"},
"down": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"}
}
},
{
"from": [1, 15, 9.125],
"to": [15, 16, 9.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"},
"up": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"},
"down": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"}
}
},
{
"from": [1, 15, 7.625],
"to": [15, 16, 8.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [7.625, 0.125, 8.375, 1], "texture": "#s"},
"up": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"},
"down": {"uv": [1, 7.625, 15, 8.375], "texture": "#t"}
}
},
{
"from": [1, 15, 6.125],
"to": [15, 16, 6.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [9.125, 0.125, 9.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [6.125, 0.125, 6.875, 1], "texture": "#s"},
"up": {"uv": [1, 6.125, 15, 6.875], "texture": "#t"},
"down": {"uv": [1, 9.125, 15, 9.875], "texture": "#t"}
}
},
{
"from": [1, 15, 4.625],
"to": [15, 16, 5.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [10.625, 0.125, 11.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [4.625, 0.125, 5.375, 1], "texture": "#s"},
"up": {"uv": [1, 4.625, 15, 5.375], "texture": "#t"},
"down": {"uv": [1, 10.625, 15, 11.375], "texture": "#t"}
}
},
{
"from": [1, 15, 3.125],
"to": [15, 16, 3.875],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [12.125, 0.125, 12.875, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [3.125, 0.125, 3.875, 1], "texture": "#s"},
"up": {"uv": [1, 3.125, 15, 3.875], "texture": "#t"},
"down": {"uv": [1, 12.125, 15, 12.875], "texture": "#t"}
}
},
{
"from": [1, 15, 1.625],
"to": [15, 16, 2.375],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.125, 8.375]},
"faces": {
"north": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"east": {"uv": [13.625, 0.125, 14.375, 1], "texture": "#s"},
"south": {"uv": [1, 0.125, 15, 1], "texture": "#s"},
"west": {"uv": [1.625, 0.125, 2.375, 1], "texture": "#s"},
"up": {"uv": [1, 1.625, 15, 2.375], "texture": "#t"},
"down": {"uv": [1, 13.625, 15, 14.375], "texture": "#t"}
}
},
{
"from": [0, 14, 1],
"to": [1, 16, 15],
"faces": {
"north": {"uv": [15, 0, 16, 2], "texture": "#s"},
"east": {"uv": [1, 0, 15, 2], "texture": "#s"},
"south": {"uv": [0, 0, 1, 2], "texture": "#s"},
"west": {"uv": [1, 0, 15, 2], "texture": "#s"},
"up": {"uv": [0, 1, 1, 15], "texture": "#t"},
"down": {"uv": [0, 1, 1, 15], "texture": "#s"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [66, 0, 0],
"translation": [0.25, 0, -2.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [-4, -1, 58],
"translation": [2.5, 0.25, 1.75],
"scale": [0.3, 0.3, 0.3]
},
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.2, 0.2, 0.2]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0, -2, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"rotation": [-90, 0, 1],
"translation": [0, 0.25, 3.25],
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
{
"name": "VoxelShapes",
"origin": [8, 8, 8],
"color": 0,
"children": []
}
]
}

View file

@ -0,0 +1,86 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "ariasessentials:block/engineersdecor/material/steel_texture",
"particle": "ariasessentials:block/engineersdecor/material/steel_texture"
},
"elements": [
{
"from": [0.25, 15, 0.25],
"to": [15.75, 16, 1.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#0"},
"east": {"uv": [15, 0, 16, 1], "texture": "#0"},
"south": {"uv": [0, 0, 16, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 0, 16, 1], "texture": "#0"},
"down": {"uv": [0, 15, 16, 16], "texture": "#0"}
}
},
{
"from": [14.75, 0.25, 0.25],
"to": [15.75, 15, 1.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [0, 1, 1, 14], "texture": "#0"},
"east": {"uv": [15, 1, 16, 14], "texture": "#0"},
"south": {"uv": [15, 1, 16, 14], "texture": "#0"},
"west": {"uv": [0, 1, 1, 14], "texture": "#0"},
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
}
},
{
"from": [1.25, 14.5, 0.25],
"to": [14.75, 15, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 0]},
"faces": {
"north": {"uv": [1, 1, 15, 1.5], "texture": "#0"},
"south": {"uv": [1, 1, 15, 1.5], "texture": "#0"},
"up": {"uv": [1, 0.25, 15, 1], "texture": "#0"},
"down": {"uv": [1, 15, 15, 15.75], "texture": "#0"}
}
},
{
"from": [0.25, 0.25, 0.25],
"to": [1.25, 15, 1.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0.5]},
"faces": {
"north": {"uv": [15, 1, 16, 14], "texture": "#0"},
"east": {"uv": [15, 1, 16, 14], "texture": "#0"},
"south": {"uv": [0, 1, 1, 14], "texture": "#0"},
"west": {"uv": [0, 1, 1, 14], "texture": "#0"},
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
}
}
],
"display": {
"ground": {
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [0, -36, 0],
"translation": [-4, -1, 0],
"scale": [0.72, 0.74, 1]
},
"head": {
"translation": [0, 2.5, 7]
},
"fixed": {
"translation": [0, -0.25, 7],
"scale": [0.8, 0.75, 1]
}
},
"groups": [
0,
1,
2,
3,
{
"name": "VoxelShapes",
"origin": [8, 8, 0.5],
"color": 0,
"children": []
}
]
}

View file

@ -0,0 +1,386 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"render_type": "cutout",
"textures": {
"particle": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"s": "ariasessentials:block/engineersdecor/furniture/steel_table_side_texture",
"t": "ariasessentials:block/engineersdecor/furniture/steel_table_top_texture"
},
"elements": [
{
"from": [0, 0, 0],
"to": [2, 14, 1],
"faces": {
"north": {"uv": [14, 2, 16, 16], "texture": "#s"},
"east": {"uv": [15, 2, 16, 16], "texture": "#s"},
"south": {"uv": [0, 2, 2, 16], "texture": "#s"},
"west": {"uv": [0, 2, 1, 16], "texture": "#s"},
"up": {"uv": [0, 0, 2, 1], "texture": "#s"},
"down": {"uv": [0, 15, 2, 16], "texture": "#s", "cullface": "down"}
}
},
{
"from": [14, 0, 0],
"to": [16, 14, 1],
"faces": {
"north": {"uv": [0, 2, 2, 16], "texture": "#s"},
"east": {"uv": [15, 2, 16, 16], "texture": "#s"},
"south": {"uv": [14, 2, 16, 16], "texture": "#s"},
"west": {"uv": [0, 2, 1, 16], "texture": "#s"},
"up": {"uv": [14, 0, 16, 1], "texture": "#s"},
"down": {"uv": [14, 15, 16, 16], "texture": "#s", "cullface": "down"}
}
},
{
"from": [14, 0, 15],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [0, 2, 2, 16], "texture": "#s"},
"east": {"uv": [0, 2, 1, 16], "texture": "#s"},
"south": {"uv": [14, 2, 16, 16], "texture": "#s"},
"west": {"uv": [15, 2, 16, 16], "texture": "#s"},
"up": {"uv": [14, 15, 16, 16], "texture": "#s"},
"down": {"uv": [14, 0, 16, 1], "texture": "#s", "cullface": "down"}
}
},
{
"from": [0, 0, 15],
"to": [2, 14, 16],
"faces": {
"north": {"uv": [14, 2, 16, 16], "texture": "#s"},
"east": {"uv": [0, 2, 1, 16], "texture": "#s"},
"south": {"uv": [0, 2, 2, 16], "texture": "#s"},
"west": {"uv": [15, 2, 16, 16], "texture": "#s"},
"up": {"uv": [0, 15, 2, 16], "texture": "#s"},
"down": {"uv": [0, 0, 2, 1], "texture": "#s", "cullface": "down"}
}
},
{
"from": [0, 0, 14],
"to": [1, 14, 15],
"faces": {
"north": {"uv": [15, 2, 16, 16], "texture": "#s"},
"east": {"uv": [1, 2, 2, 16], "texture": "#s"},
"south": {"uv": [0, 2, 1, 16], "texture": "#s"},
"west": {"uv": [14, 2, 15, 16], "texture": "#s"},
"up": {"uv": [0, 14, 1, 15], "texture": "#s"},
"down": {"uv": [0, 1, 1, 2], "texture": "#s", "cullface": "down"}
}
},
{
"from": [0, 0, 1],
"to": [1, 14, 2],
"faces": {
"north": {"uv": [15, 2, 16, 16], "texture": "#s"},
"east": {"uv": [14, 2, 15, 16], "texture": "#s"},
"south": {"uv": [0, 2, 1, 16], "texture": "#s"},
"west": {"uv": [1, 2, 2, 16], "texture": "#s"},
"up": {"uv": [0, 1, 1, 2], "texture": "#s"},
"down": {"uv": [0, 14, 1, 15], "texture": "#s", "cullface": "down"}
}
},
{
"from": [15, 0, 1],
"to": [16, 14, 2],
"faces": {
"north": {"uv": [0, 2, 1, 16], "texture": "#s"},
"east": {"uv": [14, 2, 15, 16], "texture": "#s"},
"south": {"uv": [15, 2, 16, 16], "texture": "#s"},
"west": {"uv": [1, 2, 2, 16], "texture": "#s"},
"up": {"uv": [15, 1, 16, 2], "texture": "#s"},
"down": {"uv": [15, 14, 16, 15], "texture": "#s", "cullface": "down"}
}
},
{
"from": [15, 0, 14],
"to": [16, 14, 15],
"faces": {
"north": {"uv": [0, 2, 1, 16], "texture": "#s"},
"east": {"uv": [1, 2, 2, 16], "texture": "#s"},
"south": {"uv": [15, 2, 16, 16], "texture": "#s"},
"west": {"uv": [14, 2, 15, 16], "texture": "#s"},
"up": {"uv": [15, 14, 16, 15], "texture": "#s"},
"down": {"uv": [15, 1, 16, 2], "texture": "#s", "cullface": "down"}
}
},
{
"from": [0, 14, 14],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [0, 0, 2, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [14, 0, 16, 2], "texture": "#s"},
"up": {"uv": [0, 14, 16, 16], "texture": "#t"},
"down": {"uv": [0, 0, 16, 2], "texture": "#s"}
}
},
{
"from": [0, 14, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#s"},
"east": {"uv": [14, 0, 16, 2], "texture": "#s"},
"south": {"uv": [0, 0, 16, 2], "texture": "#s"},
"west": {"uv": [0, 0, 2, 2], "texture": "#s"},
"up": {"uv": [0, 0, 16, 2], "texture": "#t"},
"down": {"uv": [0, 14, 16, 16], "texture": "#s"}
}
},
{
"from": [14, 14, 2],
"to": [16, 16, 14],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#s"},
"east": {"uv": [2, 0, 14, 2], "texture": "#s"},
"south": {"uv": [14, 0, 16, 2], "texture": "#s"},
"west": {"uv": [2, 0, 14, 2], "texture": "#s"},
"up": {"uv": [14, 2, 16, 14], "texture": "#t"},
"down": {"uv": [14, 2, 16, 14], "texture": "#s"}
}
},
{
"from": [2, 15.5, 12.75],
"to": [14, 16, 13.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [2.75, 0, 3.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [12.75, 0, 13.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 12.75, 14, 13.25], "texture": "#t"},
"down": {"uv": [2, 2.75, 14, 3.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 13.75],
"to": [14, 16, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [2, 0, 2.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [13.75, 0, 14, 0.5], "texture": "#s"},
"up": {"uv": [2, 13.75, 14, 14], "texture": "#t"},
"down": {"uv": [2, 2, 14, 2.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 11.75],
"to": [14, 16, 12.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [3.75, 0, 4.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [11.75, 0, 12.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 11.75, 14, 12.25], "texture": "#t"},
"down": {"uv": [2, 3.75, 14, 4.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 10.75],
"to": [14, 16, 11.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [4.75, 0, 5.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [10.75, 0, 11.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 10.75, 14, 11.25], "texture": "#t"},
"down": {"uv": [2, 4.75, 14, 5.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 9.75],
"to": [14, 16, 10.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [5.75, 0, 6.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [9.75, 0, 10.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 9.75, 14, 10.25], "texture": "#t"},
"down": {"uv": [2, 5.75, 14, 6.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 8.75],
"to": [14, 16, 9.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [6.75, 0, 7.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [8.75, 0, 9.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 8.75, 14, 9.25], "texture": "#t"},
"down": {"uv": [2, 6.75, 14, 7.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 7.75],
"to": [14, 16, 8.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [7.75, 0, 8.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [7.75, 0, 8.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 7.75, 14, 8.25], "texture": "#t"},
"down": {"uv": [2, 7.75, 14, 8.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 6.75],
"to": [14, 16, 7.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [8.75, 0, 9.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [6.75, 0, 7.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 6.75, 14, 7.25], "texture": "#t"},
"down": {"uv": [2, 8.75, 14, 9.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 5.75],
"to": [14, 16, 6.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [9.75, 0, 10.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [5.75, 0, 6.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 5.75, 14, 6.25], "texture": "#t"},
"down": {"uv": [2, 9.75, 14, 10.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 4.75],
"to": [14, 16, 5.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [10.75, 0, 11.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [4.75, 0, 5.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 4.75, 14, 5.25], "texture": "#t"},
"down": {"uv": [2, 10.75, 14, 11.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 3.75],
"to": [14, 16, 4.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [11.75, 0, 12.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [3.75, 0, 4.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 3.75, 14, 4.25], "texture": "#t"},
"down": {"uv": [2, 11.75, 14, 12.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 2.75],
"to": [14, 16, 3.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [12.75, 0, 13.25, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [2.75, 0, 3.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 2.75, 14, 3.25], "texture": "#t"},
"down": {"uv": [2, 12.75, 14, 13.25], "texture": "#t"}
}
},
{
"from": [2, 15.5, 2],
"to": [14, 16, 2.25],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8.25]},
"faces": {
"north": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"east": {"uv": [13.75, 0, 14, 0.5], "texture": "#s"},
"south": {"uv": [2, 0, 14, 0.5], "texture": "#s"},
"west": {"uv": [2, 0, 2.25, 0.5], "texture": "#s"},
"up": {"uv": [2, 2, 14, 2.25], "texture": "#t"},
"down": {"uv": [2, 13.75, 14, 14], "texture": "#t"}
}
},
{
"from": [0, 14, 2],
"to": [2, 16, 14],
"faces": {
"north": {"uv": [14, 0, 16, 2], "texture": "#s"},
"east": {"uv": [2, 0, 14, 2], "texture": "#s"},
"south": {"uv": [0, 0, 2, 2], "texture": "#s"},
"west": {"uv": [2, 0, 14, 2], "texture": "#s"},
"up": {"uv": [0, 2, 2, 14], "texture": "#t"},
"down": {"uv": [0, 2, 2, 14], "texture": "#s"}
}
},
{
"from": [14, 13.5, 14],
"to": [15, 14, 15],
"faces": {
"north": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"east": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"south": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"west": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"up": {"uv": [14, 14, 15, 15], "texture": "#s"},
"down": {"uv": [14, 1, 15, 2], "texture": "#s"}
}
},
{
"from": [1, 13.5, 14],
"to": [2, 14, 15],
"faces": {
"north": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"east": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"south": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"west": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"up": {"uv": [1, 14, 2, 15], "texture": "#s"},
"down": {"uv": [1, 1, 2, 2], "texture": "#s"}
}
},
{
"from": [14, 13.5, 1],
"to": [15, 14, 2],
"faces": {
"north": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"east": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"south": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"west": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"up": {"uv": [14, 1, 15, 2], "texture": "#s"},
"down": {"uv": [14, 14, 15, 15], "texture": "#s"}
}
},
{
"from": [1, 13.5, 1],
"to": [2, 14, 2],
"faces": {
"north": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"east": {"uv": [14, 2, 15, 2.5], "texture": "#s"},
"south": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"west": {"uv": [1, 2, 2, 2.5], "texture": "#s"},
"up": {"uv": [1, 1, 2, 2], "texture": "#s"},
"down": {"uv": [1, 14, 2, 15], "texture": "#s"}
}
}
],
"display": {
"ground": {
"translation": [0, 1.75, 0],
"scale": [0.2, 0.2, 0.2]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Some files were not shown because too many files have changed in this diff Show more