From 728b2467a35f2a8444948adc3f83eb094414c04f Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 14 Sep 2024 15:16:50 -0700 Subject: [PATCH] Backport updates --- build.gradle | 5 +- .../0dd424b1f6e76c7253bc0752a6cda5cc982b6cc2 | 431 +++ .../59eb3dbb5f86130e09b3c62d89b9525ee01cf52d | 39 + .../a13beeed0580d436d9d88506fb27197f13a07a28 | 3 + .../blockstates/clinker_brick_block.json | 30 + .../blockstates/clinker_brick_slab.json | 160 + .../clinker_brick_stained_block.json | 30 + .../clinker_brick_stained_slab.json | 160 + .../clinker_brick_stained_stairs.json | 3444 +++++++++++++++++ .../blockstates/clinker_brick_stairs.json | 3444 +++++++++++++++++ .../blockstates/clinker_brick_wall.json | 90 + .../blockstates/old_industrial_wood_door.json | 124 + .../old_industrial_wood_planks.json | 18 + .../blockstates/old_industrial_wood_slab.json | 88 + .../old_industrial_wood_stairs.json | 1804 +++++++++ .../blockstates/panzerglass_block.json | 18 + .../blockstates/panzerglass_slab.json | 88 + .../blockstates/rebar_concrete.json | 30 + .../blockstates/rebar_concrete_slab.json | 160 + .../blockstates/rebar_concrete_stairs.json | 3444 +++++++++++++++++ .../blockstates/rebar_concrete_tile.json | 30 + .../blockstates/rebar_concrete_tile_slab.json | 160 + .../rebar_concrete_tile_stairs.json | 3444 +++++++++++++++++ .../blockstates/rebar_concrete_wall.json | 90 + .../blockstates/slag_brick_block.json | 30 + .../blockstates/slag_brick_slab.json | 160 + .../blockstates/slag_brick_stairs.json | 3444 +++++++++++++++++ .../blockstates/slag_brick_wall.json | 90 + .../blockstates/steel_catwalk.json | 7 + .../blockstates/steel_catwalk_block.json | 7 + .../blockstates/steel_catwalk_stairs.json | 19 + .../blockstates/steel_catwalk_stairs_dr.json | 19 + .../blockstates/steel_catwalk_stairs_lr.json | 19 + .../blockstates/steel_catwalk_stairs_rr.json | 19 + .../blockstates/steel_catwalk_top.json | 7 + .../blockstates/steel_floor_grating.json | 7 + .../blockstates/steel_floor_grating_top.json | 7 + .../blockstates/steel_railing.json | 19 + .../blockstates/steel_table.json | 7 + .../blockstates/tflipflop.json | 64 + .../block/clinker_brick_block_model0.json | 6 + .../block/clinker_brick_block_model1.json | 6 + .../block/clinker_brick_block_model2.json | 6 + .../block/clinker_brick_block_model3.json | 6 + .../block/clinker_brick_block_model4.json | 6 + .../block/clinker_brick_block_model5.json | 6 + .../block/clinker_brick_block_model6.json | 6 + .../block/clinker_brick_block_model7.json | 6 + .../clinker_brick_slab_model0_bottom.json | 8 + .../clinker_brick_slab_model0_double.json | 6 + .../block/clinker_brick_slab_model0_top.json | 8 + .../clinker_brick_slab_model1_bottom.json | 8 + .../clinker_brick_slab_model1_double.json | 6 + .../block/clinker_brick_slab_model1_top.json | 8 + .../clinker_brick_slab_model2_bottom.json | 8 + .../clinker_brick_slab_model2_double.json | 6 + .../block/clinker_brick_slab_model2_top.json | 8 + .../clinker_brick_slab_model3_bottom.json | 8 + .../clinker_brick_slab_model3_double.json | 6 + .../block/clinker_brick_slab_model3_top.json | 8 + .../clinker_brick_slab_model4_bottom.json | 8 + .../clinker_brick_slab_model4_double.json | 6 + .../block/clinker_brick_slab_model4_top.json | 8 + .../clinker_brick_slab_model5_bottom.json | 8 + .../clinker_brick_slab_model5_double.json | 6 + .../block/clinker_brick_slab_model5_top.json | 8 + .../clinker_brick_slab_model6_bottom.json | 8 + .../clinker_brick_slab_model6_double.json | 6 + .../block/clinker_brick_slab_model6_top.json | 8 + .../clinker_brick_slab_model7_bottom.json | 8 + .../clinker_brick_slab_model7_double.json | 6 + .../block/clinker_brick_slab_model7_top.json | 8 + .../clinker_brick_stained_block_model0.json | 6 + .../clinker_brick_stained_block_model1.json | 6 + .../clinker_brick_stained_block_model2.json | 6 + .../clinker_brick_stained_block_model3.json | 6 + .../clinker_brick_stained_block_model4.json | 6 + .../clinker_brick_stained_block_model5.json | 6 + .../clinker_brick_stained_block_model6.json | 6 + .../clinker_brick_stained_block_model7.json | 6 + ...nker_brick_stained_slab_model0_bottom.json | 8 + ...nker_brick_stained_slab_model0_double.json | 6 + ...clinker_brick_stained_slab_model0_top.json | 8 + ...nker_brick_stained_slab_model1_bottom.json | 8 + ...nker_brick_stained_slab_model1_double.json | 6 + ...clinker_brick_stained_slab_model1_top.json | 8 + ...nker_brick_stained_slab_model2_bottom.json | 8 + ...nker_brick_stained_slab_model2_double.json | 6 + ...clinker_brick_stained_slab_model2_top.json | 8 + ...nker_brick_stained_slab_model3_bottom.json | 8 + ...nker_brick_stained_slab_model3_double.json | 6 + ...clinker_brick_stained_slab_model3_top.json | 8 + ...nker_brick_stained_slab_model4_bottom.json | 8 + ...nker_brick_stained_slab_model4_double.json | 6 + ...clinker_brick_stained_slab_model4_top.json | 8 + ...nker_brick_stained_slab_model5_bottom.json | 8 + ...nker_brick_stained_slab_model5_double.json | 6 + ...clinker_brick_stained_slab_model5_top.json | 8 + ...nker_brick_stained_slab_model6_bottom.json | 8 + ...nker_brick_stained_slab_model6_double.json | 6 + ...clinker_brick_stained_slab_model6_top.json | 8 + ...nker_brick_stained_slab_model7_bottom.json | 8 + ...nker_brick_stained_slab_model7_double.json | 6 + ...clinker_brick_stained_slab_model7_top.json | 8 + .../clinker_brick_stained_stairs_model0.json | 8 + ...ker_brick_stained_stairs_model0_inner.json | 8 + ...ker_brick_stained_stairs_model0_outer.json | 8 + .../clinker_brick_stained_stairs_model1.json | 8 + ...ker_brick_stained_stairs_model1_inner.json | 8 + ...ker_brick_stained_stairs_model1_outer.json | 8 + .../clinker_brick_stained_stairs_model2.json | 8 + ...ker_brick_stained_stairs_model2_inner.json | 8 + ...ker_brick_stained_stairs_model2_outer.json | 8 + .../clinker_brick_stained_stairs_model3.json | 8 + ...ker_brick_stained_stairs_model3_inner.json | 8 + ...ker_brick_stained_stairs_model3_outer.json | 8 + .../clinker_brick_stained_stairs_model4.json | 8 + ...ker_brick_stained_stairs_model4_inner.json | 8 + ...ker_brick_stained_stairs_model4_outer.json | 8 + .../clinker_brick_stained_stairs_model5.json | 8 + ...ker_brick_stained_stairs_model5_inner.json | 8 + ...ker_brick_stained_stairs_model5_outer.json | 8 + .../clinker_brick_stained_stairs_model6.json | 8 + ...ker_brick_stained_stairs_model6_inner.json | 8 + ...ker_brick_stained_stairs_model6_outer.json | 8 + .../clinker_brick_stained_stairs_model7.json | 8 + ...ker_brick_stained_stairs_model7_inner.json | 8 + ...ker_brick_stained_stairs_model7_outer.json | 8 + .../block/clinker_brick_stairs_model0.json | 8 + .../clinker_brick_stairs_model0_inner.json | 8 + .../clinker_brick_stairs_model0_outer.json | 8 + .../block/clinker_brick_stairs_model1.json | 8 + .../clinker_brick_stairs_model1_inner.json | 8 + .../clinker_brick_stairs_model1_outer.json | 8 + .../block/clinker_brick_stairs_model2.json | 8 + .../clinker_brick_stairs_model2_inner.json | 8 + .../clinker_brick_stairs_model2_outer.json | 8 + .../block/clinker_brick_stairs_model3.json | 8 + .../clinker_brick_stairs_model3_inner.json | 8 + .../clinker_brick_stairs_model3_outer.json | 8 + .../block/clinker_brick_stairs_model4.json | 8 + .../clinker_brick_stairs_model4_inner.json | 8 + .../clinker_brick_stairs_model4_outer.json | 8 + .../block/clinker_brick_stairs_model5.json | 8 + .../clinker_brick_stairs_model5_inner.json | 8 + .../clinker_brick_stairs_model5_outer.json | 8 + .../block/clinker_brick_stairs_model6.json | 8 + .../clinker_brick_stairs_model6_inner.json | 8 + .../clinker_brick_stairs_model6_outer.json | 8 + .../block/clinker_brick_stairs_model7.json | 8 + .../clinker_brick_stairs_model7_inner.json | 8 + .../clinker_brick_stairs_model7_outer.json | 8 + .../block/clinker_brick_wall_inventory.json | 6 + .../models/block/clinker_brick_wall_post.json | 6 + .../models/block/clinker_brick_wall_side.json | 6 + .../block/clinker_brick_wall_side_tall.json | 6 + .../block/old_industrial_wood_door.json | 7 + .../old_industrial_wood_door_bottom_left.json | 8 + ...industrial_wood_door_bottom_left_open.json | 8 + ...old_industrial_wood_door_bottom_right.json | 8 + ...ndustrial_wood_door_bottom_right_open.json | 8 + .../old_industrial_wood_door_top_left.json | 8 + ...ld_industrial_wood_door_top_left_open.json | 8 + .../old_industrial_wood_door_top_right.json | 8 + ...d_industrial_wood_door_top_right_open.json | 8 + .../old_industrial_wood_planks_model0.json | 6 + .../old_industrial_wood_planks_model1.json | 6 + .../old_industrial_wood_planks_model2.json | 6 + .../old_industrial_wood_planks_model3.json | 6 + ...ld_industrial_wood_slab_model0_bottom.json | 8 + ...ld_industrial_wood_slab_model0_double.json | 6 + .../old_industrial_wood_slab_model0_top.json | 8 + ...ld_industrial_wood_slab_model1_bottom.json | 8 + ...ld_industrial_wood_slab_model1_double.json | 6 + .../old_industrial_wood_slab_model1_top.json | 8 + ...ld_industrial_wood_slab_model2_bottom.json | 8 + ...ld_industrial_wood_slab_model2_double.json | 6 + .../old_industrial_wood_slab_model2_top.json | 8 + ...ld_industrial_wood_slab_model3_bottom.json | 8 + ...ld_industrial_wood_slab_model3_double.json | 6 + .../old_industrial_wood_slab_model3_top.json | 8 + .../old_industrial_wood_stairs_model0.json | 8 + ...d_industrial_wood_stairs_model0_inner.json | 8 + ...d_industrial_wood_stairs_model0_outer.json | 8 + .../old_industrial_wood_stairs_model1.json | 8 + ...d_industrial_wood_stairs_model1_inner.json | 8 + ...d_industrial_wood_stairs_model1_outer.json | 8 + .../old_industrial_wood_stairs_model2.json | 8 + ...d_industrial_wood_stairs_model2_inner.json | 8 + ...d_industrial_wood_stairs_model2_outer.json | 8 + .../old_industrial_wood_stairs_model3.json | 8 + ...d_industrial_wood_stairs_model3_inner.json | 8 + ...d_industrial_wood_stairs_model3_outer.json | 8 + .../block/panzerglass_block_inventory.json | 7 + .../block/panzerglass_block_model0.json | 7 + .../block/panzerglass_block_model1.json | 7 + .../block/panzerglass_block_model2.json | 7 + .../block/panzerglass_block_model3.json | 7 + .../block/panzerglass_slab_model0_bottom.json | 9 + .../block/panzerglass_slab_model0_double.json | 7 + .../block/panzerglass_slab_model0_top.json | 9 + .../block/panzerglass_slab_model1_bottom.json | 9 + .../block/panzerglass_slab_model1_double.json | 7 + .../block/panzerglass_slab_model1_top.json | 9 + .../block/panzerglass_slab_model2_bottom.json | 9 + .../block/panzerglass_slab_model2_double.json | 7 + .../block/panzerglass_slab_model2_top.json | 9 + .../block/panzerglass_slab_model3_bottom.json | 9 + .../block/panzerglass_slab_model3_double.json | 7 + .../block/panzerglass_slab_model3_top.json | 9 + .../models/block/rebar_concrete_model0.json | 6 + .../models/block/rebar_concrete_model1.json | 6 + .../models/block/rebar_concrete_model2.json | 6 + .../models/block/rebar_concrete_model3.json | 6 + .../models/block/rebar_concrete_model4.json | 6 + .../models/block/rebar_concrete_model5.json | 6 + .../models/block/rebar_concrete_model6.json | 6 + .../models/block/rebar_concrete_model7.json | 6 + .../rebar_concrete_slab_model0_bottom.json | 8 + .../rebar_concrete_slab_model0_double.json | 6 + .../block/rebar_concrete_slab_model0_top.json | 8 + .../rebar_concrete_slab_model1_bottom.json | 8 + .../rebar_concrete_slab_model1_double.json | 6 + .../block/rebar_concrete_slab_model1_top.json | 8 + .../rebar_concrete_slab_model2_bottom.json | 8 + .../rebar_concrete_slab_model2_double.json | 6 + .../block/rebar_concrete_slab_model2_top.json | 8 + .../rebar_concrete_slab_model3_bottom.json | 8 + .../rebar_concrete_slab_model3_double.json | 6 + .../block/rebar_concrete_slab_model3_top.json | 8 + .../rebar_concrete_slab_model4_bottom.json | 8 + .../rebar_concrete_slab_model4_double.json | 6 + .../block/rebar_concrete_slab_model4_top.json | 8 + .../rebar_concrete_slab_model5_bottom.json | 8 + .../rebar_concrete_slab_model5_double.json | 6 + .../block/rebar_concrete_slab_model5_top.json | 8 + .../rebar_concrete_slab_model6_bottom.json | 8 + .../rebar_concrete_slab_model6_double.json | 6 + .../block/rebar_concrete_slab_model6_top.json | 8 + .../rebar_concrete_slab_model7_bottom.json | 8 + .../rebar_concrete_slab_model7_double.json | 6 + .../block/rebar_concrete_slab_model7_top.json | 8 + .../block/rebar_concrete_stairs_model0.json | 8 + .../rebar_concrete_stairs_model0_inner.json | 8 + .../rebar_concrete_stairs_model0_outer.json | 8 + .../block/rebar_concrete_stairs_model1.json | 8 + .../rebar_concrete_stairs_model1_inner.json | 8 + .../rebar_concrete_stairs_model1_outer.json | 8 + .../block/rebar_concrete_stairs_model2.json | 8 + .../rebar_concrete_stairs_model2_inner.json | 8 + .../rebar_concrete_stairs_model2_outer.json | 8 + .../block/rebar_concrete_stairs_model3.json | 8 + .../rebar_concrete_stairs_model3_inner.json | 8 + .../rebar_concrete_stairs_model3_outer.json | 8 + .../block/rebar_concrete_stairs_model4.json | 8 + .../rebar_concrete_stairs_model4_inner.json | 8 + .../rebar_concrete_stairs_model4_outer.json | 8 + .../block/rebar_concrete_stairs_model5.json | 8 + .../rebar_concrete_stairs_model5_inner.json | 8 + .../rebar_concrete_stairs_model5_outer.json | 8 + .../block/rebar_concrete_stairs_model6.json | 8 + .../rebar_concrete_stairs_model6_inner.json | 8 + .../rebar_concrete_stairs_model6_outer.json | 8 + .../block/rebar_concrete_stairs_model7.json | 8 + .../rebar_concrete_stairs_model7_inner.json | 8 + .../rebar_concrete_stairs_model7_outer.json | 8 + .../block/rebar_concrete_tile_model0.json | 6 + .../block/rebar_concrete_tile_model1.json | 6 + .../block/rebar_concrete_tile_model2.json | 6 + .../block/rebar_concrete_tile_model3.json | 6 + .../block/rebar_concrete_tile_model4.json | 6 + .../block/rebar_concrete_tile_model5.json | 6 + .../block/rebar_concrete_tile_model6.json | 6 + .../block/rebar_concrete_tile_model7.json | 6 + ...ebar_concrete_tile_slab_model0_bottom.json | 8 + ...ebar_concrete_tile_slab_model0_double.json | 6 + .../rebar_concrete_tile_slab_model0_top.json | 8 + ...ebar_concrete_tile_slab_model1_bottom.json | 8 + ...ebar_concrete_tile_slab_model1_double.json | 6 + .../rebar_concrete_tile_slab_model1_top.json | 8 + ...ebar_concrete_tile_slab_model2_bottom.json | 8 + ...ebar_concrete_tile_slab_model2_double.json | 6 + .../rebar_concrete_tile_slab_model2_top.json | 8 + ...ebar_concrete_tile_slab_model3_bottom.json | 8 + ...ebar_concrete_tile_slab_model3_double.json | 6 + .../rebar_concrete_tile_slab_model3_top.json | 8 + ...ebar_concrete_tile_slab_model4_bottom.json | 8 + ...ebar_concrete_tile_slab_model4_double.json | 6 + .../rebar_concrete_tile_slab_model4_top.json | 8 + ...ebar_concrete_tile_slab_model5_bottom.json | 8 + ...ebar_concrete_tile_slab_model5_double.json | 6 + .../rebar_concrete_tile_slab_model5_top.json | 8 + ...ebar_concrete_tile_slab_model6_bottom.json | 8 + ...ebar_concrete_tile_slab_model6_double.json | 6 + .../rebar_concrete_tile_slab_model6_top.json | 8 + ...ebar_concrete_tile_slab_model7_bottom.json | 8 + ...ebar_concrete_tile_slab_model7_double.json | 6 + .../rebar_concrete_tile_slab_model7_top.json | 8 + .../rebar_concrete_tile_stairs_model0.json | 8 + ...bar_concrete_tile_stairs_model0_inner.json | 8 + ...bar_concrete_tile_stairs_model0_outer.json | 8 + .../rebar_concrete_tile_stairs_model1.json | 8 + ...bar_concrete_tile_stairs_model1_inner.json | 8 + ...bar_concrete_tile_stairs_model1_outer.json | 8 + .../rebar_concrete_tile_stairs_model2.json | 8 + ...bar_concrete_tile_stairs_model2_inner.json | 8 + ...bar_concrete_tile_stairs_model2_outer.json | 8 + .../rebar_concrete_tile_stairs_model3.json | 8 + ...bar_concrete_tile_stairs_model3_inner.json | 8 + ...bar_concrete_tile_stairs_model3_outer.json | 8 + .../rebar_concrete_tile_stairs_model4.json | 8 + ...bar_concrete_tile_stairs_model4_inner.json | 8 + ...bar_concrete_tile_stairs_model4_outer.json | 8 + .../rebar_concrete_tile_stairs_model5.json | 8 + ...bar_concrete_tile_stairs_model5_inner.json | 8 + ...bar_concrete_tile_stairs_model5_outer.json | 8 + .../rebar_concrete_tile_stairs_model6.json | 8 + ...bar_concrete_tile_stairs_model6_inner.json | 8 + ...bar_concrete_tile_stairs_model6_outer.json | 8 + .../rebar_concrete_tile_stairs_model7.json | 8 + ...bar_concrete_tile_stairs_model7_inner.json | 8 + ...bar_concrete_tile_stairs_model7_outer.json | 8 + .../block/rebar_concrete_wall_inventory.json | 6 + .../block/rebar_concrete_wall_post.json | 6 + .../block/rebar_concrete_wall_side.json | 6 + .../block/rebar_concrete_wall_side_tall.json | 6 + .../models/block/slag_brick_block_model0.json | 6 + .../models/block/slag_brick_block_model1.json | 6 + .../models/block/slag_brick_block_model2.json | 6 + .../models/block/slag_brick_block_model3.json | 6 + .../models/block/slag_brick_block_model4.json | 6 + .../models/block/slag_brick_block_model5.json | 6 + .../models/block/slag_brick_block_model6.json | 6 + .../models/block/slag_brick_block_model7.json | 6 + .../block/slag_brick_slab_model0_bottom.json | 8 + .../block/slag_brick_slab_model0_double.json | 6 + .../block/slag_brick_slab_model0_top.json | 8 + .../block/slag_brick_slab_model1_bottom.json | 8 + .../block/slag_brick_slab_model1_double.json | 6 + .../block/slag_brick_slab_model1_top.json | 8 + .../block/slag_brick_slab_model2_bottom.json | 8 + .../block/slag_brick_slab_model2_double.json | 6 + .../block/slag_brick_slab_model2_top.json | 8 + .../block/slag_brick_slab_model3_bottom.json | 8 + .../block/slag_brick_slab_model3_double.json | 6 + .../block/slag_brick_slab_model3_top.json | 8 + .../block/slag_brick_slab_model4_bottom.json | 8 + .../block/slag_brick_slab_model4_double.json | 6 + .../block/slag_brick_slab_model4_top.json | 8 + .../block/slag_brick_slab_model5_bottom.json | 8 + .../block/slag_brick_slab_model5_double.json | 6 + .../block/slag_brick_slab_model5_top.json | 8 + .../block/slag_brick_slab_model6_bottom.json | 8 + .../block/slag_brick_slab_model6_double.json | 6 + .../block/slag_brick_slab_model6_top.json | 8 + .../block/slag_brick_slab_model7_bottom.json | 8 + .../block/slag_brick_slab_model7_double.json | 6 + .../block/slag_brick_slab_model7_top.json | 8 + .../block/slag_brick_stairs_model0.json | 8 + .../block/slag_brick_stairs_model0_inner.json | 8 + .../block/slag_brick_stairs_model0_outer.json | 8 + .../block/slag_brick_stairs_model1.json | 8 + .../block/slag_brick_stairs_model1_inner.json | 8 + .../block/slag_brick_stairs_model1_outer.json | 8 + .../block/slag_brick_stairs_model2.json | 8 + .../block/slag_brick_stairs_model2_inner.json | 8 + .../block/slag_brick_stairs_model2_outer.json | 8 + .../block/slag_brick_stairs_model3.json | 8 + .../block/slag_brick_stairs_model3_inner.json | 8 + .../block/slag_brick_stairs_model3_outer.json | 8 + .../block/slag_brick_stairs_model4.json | 8 + .../block/slag_brick_stairs_model4_inner.json | 8 + .../block/slag_brick_stairs_model4_outer.json | 8 + .../block/slag_brick_stairs_model5.json | 8 + .../block/slag_brick_stairs_model5_inner.json | 8 + .../block/slag_brick_stairs_model5_outer.json | 8 + .../block/slag_brick_stairs_model6.json | 8 + .../block/slag_brick_stairs_model6_inner.json | 8 + .../block/slag_brick_stairs_model6_outer.json | 8 + .../block/slag_brick_stairs_model7.json | 8 + .../block/slag_brick_stairs_model7_inner.json | 8 + .../block/slag_brick_stairs_model7_outer.json | 8 + .../block/slag_brick_wall_inventory.json | 6 + .../models/block/slag_brick_wall_post.json | 6 + .../models/block/slag_brick_wall_side.json | 6 + .../block/slag_brick_wall_side_tall.json | 6 + .../models/block/steel_catwalk.json | 3 + .../models/block/steel_catwalk_block.json | 3 + .../models/block/steel_catwalk_stairs.json | 3 + .../models/block/steel_catwalk_stairs_dr.json | 3 + .../models/block/steel_catwalk_stairs_lr.json | 3 + .../models/block/steel_catwalk_stairs_rr.json | 3 + .../models/block/steel_catwalk_top.json | 3 + .../models/block/steel_floor_grating.json | 3 + .../models/block/steel_floor_grating_top.json | 3 + .../models/block/steel_railing.json | 3 + .../models/block/steel_table.json | 3 + .../models/block/tflipflop.json | 3 + .../models/item/clinker_brick_block.json | 3 + .../models/item/clinker_brick_slab.json | 3 + .../item/clinker_brick_stained_block.json | 3 + .../item/clinker_brick_stained_slab.json | 3 + .../item/clinker_brick_stained_stairs.json | 3 + .../models/item/clinker_brick_stairs.json | 3 + .../models/item/clinker_brick_wall.json | 3 + .../models/item/metal_bar.json | 6 + .../models/item/old_industrial_wood_door.json | 3 + .../item/old_industrial_wood_planks.json | 3 + .../models/item/old_industrial_wood_slab.json | 3 + .../item/old_industrial_wood_stairs.json | 3 + .../models/item/panzerglass_block.json | 3 + .../models/item/panzerglass_slab.json | 3 + .../models/item/rebar_concrete.json | 3 + .../models/item/rebar_concrete_slab.json | 3 + .../models/item/rebar_concrete_stairs.json | 3 + .../models/item/rebar_concrete_tile.json | 3 + .../models/item/rebar_concrete_tile_slab.json | 3 + .../item/rebar_concrete_tile_stairs.json | 3 + .../models/item/rebar_concrete_wall.json | 3 + .../models/item/slag_brick_block.json | 3 + .../models/item/slag_brick_slab.json | 3 + .../models/item/slag_brick_stairs.json | 3 + .../models/item/slag_brick_wall.json | 3 + .../models/item/steel_catwalk.json | 3 + .../models/item/steel_catwalk_block.json | 3 + .../models/item/steel_catwalk_stairs.json | 3 + .../models/item/steel_catwalk_stairs_dr.json | 3 + .../models/item/steel_catwalk_stairs_lr.json | 3 + .../models/item/steel_catwalk_stairs_rr.json | 3 + .../models/item/steel_catwalk_top.json | 3 + .../models/item/steel_floor_grating.json | 3 + .../models/item/steel_floor_grating_top.json | 3 + .../models/item/steel_railing.json | 3 + .../models/item/steel_table.json | 3 + .../models/item/tflipflop.json | 3 + .../ariasessentials/models/item/tiab.json | 6 + .../blocks/clinker_brick_block.json | 21 + .../blocks/clinker_brick_recessed.json | 21 + .../blocks/clinker_brick_slab.json | 35 + .../blocks/clinker_brick_stained_block.json | 21 + .../blocks/clinker_brick_stained_slab.json | 35 + .../blocks/clinker_brick_stained_stairs.json | 21 + .../blocks/clinker_brick_stairs.json | 21 + .../blocks/clinker_brick_vertically_slit.json | 21 + .../blocks/clinker_brick_wall.json | 21 + .../blocks/old_industrial_wood_door.json | 30 + .../blocks/old_industrial_wood_planks.json | 21 + .../blocks/old_industrial_wood_slab.json | 35 + .../blocks/old_industrial_wood_stairs.json | 21 + .../loot_tables/blocks/panzerglass_block.json | 21 + .../loot_tables/blocks/panzerglass_slab.json | 35 + .../loot_tables/blocks/rebar_concrete.json | 21 + .../blocks/rebar_concrete_slab.json | 35 + .../blocks/rebar_concrete_stairs.json | 21 + .../blocks/rebar_concrete_tile.json | 21 + .../blocks/rebar_concrete_tile_slab.json | 35 + .../blocks/rebar_concrete_tile_stairs.json | 21 + .../blocks/rebar_concrete_wall.json | 21 + .../loot_tables/blocks/slag_brick_block.json | 21 + .../loot_tables/blocks/slag_brick_slab.json | 35 + .../loot_tables/blocks/slag_brick_stairs.json | 21 + .../loot_tables/blocks/slag_brick_wall.json | 21 + .../loot_tables/blocks/steel_catwalk.json | 21 + .../blocks/steel_catwalk_block.json | 21 + .../blocks/steel_catwalk_stairs.json | 21 + .../blocks/steel_catwalk_stairs_dr.json | 21 + .../blocks/steel_catwalk_stairs_lr.json | 21 + .../blocks/steel_catwalk_stairs_rr.json | 21 + .../loot_tables/blocks/steel_catwalk_top.json | 21 + .../blocks/steel_floor_grating.json | 21 + .../blocks/steel_floor_grating_top.json | 21 + .../loot_tables/blocks/steel_railing.json | 21 + .../loot_tables/blocks/steel_table.json | 21 + .../loot_tables/blocks/tflipflop.json | 21 + .../zontreck/essentials/AriasEssentials.java | 52 +- .../antiexplode/CreeperHealQueue.java | 43 + .../zontreck/essentials/blocks/ModBlocks.java | 330 ++ .../blocks/logicgates/TFlipFlopBlock.java | 55 + .../essentials/client/Keybindings.java | 9 +- .../renderer}/HeartsRenderer.java | 46 +- .../renderer/TimeBoostEntityRenderer.java | 60 + .../commands/gui/HeartsCommand.java | 16 +- .../commands/homes/DelHomeCommand.java | 12 +- .../commands/homes/HomeCommand.java | 10 +- .../commands/homes/HomesCommand.java | 2 +- .../commands/homes/SetHomeCommand.java | 21 +- .../commands/teleport/BackCommand.java | 20 +- .../commands/teleport/RTPCommand.java | 10 +- .../commands/teleport/SpawnCommand.java | 12 +- .../commands/teleport/TPACommand.java | 21 +- .../commands/teleport/TPAHereCommand.java | 20 +- .../commands/teleport/TPAcceptCommand.java | 10 +- .../commands/teleport/TPEffectsCommand.java | 9 +- .../commands/teleport/TeleportActioner.java | 24 +- .../commands/teleport/TeleportContainer.java | 6 +- .../teleport/TeleportDestination.java | 14 +- .../commands/teleport/TeleportRunnable.java | 13 +- .../commands/warps/DelWarpCommand.java | 8 +- .../commands/warps/RTPWarpCommand.java | 15 +- .../commands/warps/SetWarpCommand.java | 18 +- .../commands/warps/WarpCommand.java | 13 +- .../commands/warps/WarpsCommand.java | 10 +- .../zontreck/essentials/configs/NBTKeys.java | 13 + .../configs/client/AEClientConfig.java | 6 +- .../configs/server/AEServerConfig.java | 56 +- .../configs/server/sections/Bottles.java | 82 + .../configs/server/sections/CreeperHeal.java | 54 + .../data/ModBlockStatesProvider.java | 470 +++ .../zontreck/essentials/data/ModDatagen.java | 28 + .../data/ModItemModelsProvider.java | 58 + .../data/ModLootTablesProvider.java | 20 + .../dev/zontreck/essentials/data/README.md | 7 + .../data/loot/ModBlockLootTablesProvider.java | 111 + .../essentials/entities/ModEntities.java | 27 + .../essentials/entities/TimeBoostEntity.java | 128 + .../essentials/events/MainEventHandlers.java | 34 + .../zontreck/essentials/events/RTPEvent.java | 1 - .../homes/HomesSuggestionProvider.java | 13 - .../dev/zontreck/essentials/imc/Events.java | 49 + .../essentials/items/CreativeModeTabs.java | 39 + .../essentials/items/EventHandlers.java | 11 + .../zontreck/essentials/items/ModItems.java | 22 + .../items/abstraction/AbstractBottle.java | 146 + .../items/implementation/TimeBottle.java | 101 + .../java/dev/zontreck/essentials/rtp/RTP.java | 17 +- .../zontreck/essentials/rtp/RTPCaches.java | 2 +- .../rtp/RTPCachesEventHandlers.java | 3 +- .../essentials/rtp/RandomPositionFactory.java | 7 +- .../essentials/rtp/RandomPositionLocator.java | 1 - .../essentials/util/SoundUtilities.java | 47 + .../zontreck/essentials/util/StylesUtil.java | 10 + .../blockstates/clinker_brick_recessed.json | 19 + .../clinker_brick_sastor_corner_block.json | 25 + .../clinker_brick_vertically_slit.json | 19 + .../assets/ariasessentials/lang/en_us.json | 46 + .../brick/clinker_brick_recessed_model.json | 283 ++ .../clinker_brick_sastor_corner_model.json | 86 + .../clinker_brick_sastor_down_model.json | 12 + .../brick/clinker_brick_sastor_up_model.json | 12 + .../clinker_brick_vertically_slit_model.json | 247 ++ .../furniture/steel_catwalk.json | 105 + .../furniture/steel_catwalk_rail_n.json | 152 + .../furniture/steel_catwalk_rail_ne.json | 187 + .../furniture/steel_catwalk_stairs.json | 289 ++ .../furniture/steel_catwalk_stairs_dr.json | 419 ++ .../furniture/steel_catwalk_stairs_lr.json | 351 ++ .../furniture/steel_catwalk_stairs_rr.json | 351 ++ .../furniture/steel_catwalk_top.json | 119 + .../furniture/steel_floor_grating.json | 203 + .../furniture/steel_floor_grating_top.json | 224 ++ .../furniture/steel_railing.json | 86 + .../engineersdecor/furniture/steel_table.json | 386 ++ .../engineersdecor/steel_catwalk_block.json | 345 ++ .../logicgates/redstone_tflipflop.bbmodel | 1 + .../models/block/logicgates/tflipflop.json | 200 + .../models/block/steel_catwalk_block.bbmodel | 1 + .../ariasessentials/models/item/eiab.json | 6 + .../clinker_brick/clinker_brick_pole_side.png | Bin 0 -> 568 bytes ...inker_brick_sastor_corner_down_texture.png | Bin 0 -> 569 bytes ...inker_brick_sastor_corner_side_texture.png | Bin 0 -> 635 bytes ...clinker_brick_sastor_corner_up_texture.png | Bin 0 -> 621 bytes ...er_brick_sastor_downplate_side_texture.png | Bin 0 -> 576 bytes ...nker_brick_sastor_upplate_side_texture.png | Bin 0 -> 566 bytes ...inker_brick_sastor_upplate_top_texture.png | Bin 0 -> 515 bytes .../clinker_brick_stained_texture0.png | Bin 0 -> 785 bytes .../clinker_brick_stained_texture1.png | Bin 0 -> 771 bytes .../clinker_brick_stained_texture2.png | Bin 0 -> 782 bytes .../clinker_brick_stained_texture3.png | Bin 0 -> 790 bytes .../clinker_brick_stained_texture4.png | Bin 0 -> 802 bytes .../clinker_brick_stained_texture5.png | Bin 0 -> 796 bytes .../clinker_brick_stained_texture6.png | Bin 0 -> 787 bytes .../clinker_brick_stained_texture7.png | Bin 0 -> 793 bytes .../clinker_brick/clinker_brick_texture0.png | Bin 0 -> 641 bytes .../clinker_brick/clinker_brick_texture1.png | Bin 0 -> 652 bytes .../clinker_brick/clinker_brick_texture2.png | Bin 0 -> 666 bytes .../clinker_brick/clinker_brick_texture3.png | Bin 0 -> 602 bytes .../clinker_brick/clinker_brick_texture4.png | Bin 0 -> 624 bytes .../clinker_brick/clinker_brick_texture5.png | Bin 0 -> 592 bytes .../clinker_brick/clinker_brick_texture6.png | Bin 0 -> 633 bytes .../clinker_brick/clinker_brick_texture7.png | Bin 0 -> 619 bytes .../clinker_brick/clinker_brick_top.png | Bin 0 -> 570 bytes .../clinker_brick/clinker_brick_wall0.png | Bin 0 -> 625 bytes .../clinker_brick/clinker_brick_wall1.png | Bin 0 -> 564 bytes .../clinker_brick/clinker_brick_wall2.png | Bin 0 -> 653 bytes .../clinker_brick/clinker_brick_wall3.png | Bin 0 -> 659 bytes .../clinker_brick/clinker_brick_wall4.png | Bin 0 -> 623 bytes .../clinker_brick/clinker_brick_wall5.png | Bin 0 -> 611 bytes .../clinker_brick/clinker_brick_wall6.png | Bin 0 -> 645 bytes .../clinker_brick/clinker_brick_wall7.png | Bin 0 -> 636 bytes .../concrete/rebar_concrete_texture0.png | Bin 0 -> 607 bytes .../concrete/rebar_concrete_texture1.png | Bin 0 -> 623 bytes .../concrete/rebar_concrete_texture2.png | Bin 0 -> 639 bytes .../concrete/rebar_concrete_texture3.png | Bin 0 -> 618 bytes .../concrete/rebar_concrete_texture4.png | Bin 0 -> 612 bytes .../concrete/rebar_concrete_texture5.png | Bin 0 -> 619 bytes .../concrete/rebar_concrete_texture6.png | Bin 0 -> 611 bytes .../concrete/rebar_concrete_texture7.png | Bin 0 -> 615 bytes .../concrete/rebar_concrete_tile_texture0.png | Bin 0 -> 510 bytes .../concrete/rebar_concrete_tile_texture1.png | Bin 0 -> 521 bytes .../concrete/rebar_concrete_tile_texture2.png | Bin 0 -> 532 bytes .../concrete/rebar_concrete_tile_texture3.png | Bin 0 -> 529 bytes .../concrete/rebar_concrete_tile_texture4.png | Bin 0 -> 515 bytes .../concrete/rebar_concrete_tile_texture5.png | Bin 0 -> 534 bytes .../concrete/rebar_concrete_tile_texture6.png | Bin 0 -> 518 bytes .../concrete/rebar_concrete_tile_texture7.png | Bin 0 -> 534 bytes .../metal_sliding_door_texture_bottom.png | Bin 0 -> 517 bytes .../door/metal_sliding_door_texture_side.png | Bin 0 -> 428 bytes .../door/metal_sliding_door_texture_top.png | Bin 0 -> 564 bytes .../old_industrial_door_texture_bottom.png | Bin 0 -> 579 bytes .../door/old_industrial_door_texture_side.png | Bin 0 -> 551 bytes .../door/old_industrial_door_texture_top.png | Bin 0 -> 569 bytes .../furniture/steel_catwalk_side.png | Bin 0 -> 369 bytes .../furniture/steel_catwalk_top.png | Bin 0 -> 593 bytes .../furniture/steel_table_side_texture.png | Bin 0 -> 328 bytes .../furniture/steel_table_top_texture.png | Bin 0 -> 327 bytes .../glass/panzerglass_block_texture0.png | Bin 0 -> 591 bytes .../glass/panzerglass_block_texture1.png | Bin 0 -> 614 bytes .../glass/panzerglass_block_texture2.png | Bin 0 -> 616 bytes .../glass/panzerglass_block_texture3.png | Bin 0 -> 585 bytes .../panzerglass_block_texture_inventory.png | Bin 0 -> 658 bytes .../glass/window_glass_texture.png | Bin 0 -> 560 bytes .../steel_double_t_support_end_texture.png | Bin 0 -> 350 bytes .../steel_double_t_support_side_texture.png | Bin 0 -> 270 bytes .../steel_double_t_support_top_texture.png | Bin 0 -> 376 bytes .../material/industrial_planks_texture0.png | Bin 0 -> 581 bytes .../material/industrial_planks_texture1.png | Bin 0 -> 596 bytes .../material/industrial_planks_texture2.png | Bin 0 -> 575 bytes .../material/industrial_planks_texture3.png | Bin 0 -> 612 bytes .../engineersdecor/material/steel_texture.png | Bin 0 -> 527 bytes .../material/wood_framed_texture.png | Bin 0 -> 504 bytes .../material/wood_rough_texture.png | Bin 0 -> 585 bytes .../material/wood_sanded_texture.png | Bin 0 -> 503 bytes .../pole/thick_steel_pole_side_texture.png | Bin 0 -> 402 bytes .../pole/thick_steel_pole_top_texture.png | Bin 0 -> 348 bytes .../pole/thin_steel_pole_side_texture.png | Bin 0 -> 342 bytes .../pole/thin_steel_pole_top_texture.png | Bin 0 -> 373 bytes .../pole/treated_wood_pole_side_texture.png | Bin 0 -> 444 bytes ...reated_wood_pole_support_edges_texture.png | Bin 0 -> 368 bytes .../treated_wood_pole_support_top_texture.png | Bin 0 -> 454 bytes .../pole/treated_wood_pole_top_texture.png | Bin 0 -> 452 bytes .../engineersdecor/roof/dark_shingle_roof.png | Bin 0 -> 412 bytes .../slag_brick/slag_brick_pole_side.png | Bin 0 -> 450 bytes .../slag_brick/slag_brick_texture0.png | Bin 0 -> 734 bytes .../slag_brick/slag_brick_texture1.png | Bin 0 -> 707 bytes .../slag_brick/slag_brick_texture2.png | Bin 0 -> 728 bytes .../slag_brick/slag_brick_texture3.png | Bin 0 -> 748 bytes .../slag_brick/slag_brick_texture4.png | Bin 0 -> 723 bytes .../slag_brick/slag_brick_texture5.png | Bin 0 -> 729 bytes .../slag_brick/slag_brick_texture6.png | Bin 0 -> 751 bytes .../slag_brick/slag_brick_texture7.png | Bin 0 -> 742 bytes .../slag_brick/slag_brick_top.png | Bin 0 -> 506 bytes .../slag_brick/slag_brick_wall0.png | Bin 0 -> 692 bytes .../slag_brick/slag_brick_wall1.png | Bin 0 -> 682 bytes .../slag_brick/slag_brick_wall2.png | Bin 0 -> 684 bytes .../slag_brick/slag_brick_wall3.png | Bin 0 -> 706 bytes .../slag_brick/slag_brick_wall4.png | Bin 0 -> 687 bytes .../slag_brick/slag_brick_wall5.png | Bin 0 -> 693 bytes .../slag_brick/slag_brick_wall6.png | Bin 0 -> 697 bytes .../slag_brick/slag_brick_wall7.png | Bin 0 -> 711 bytes .../soil/dense_grit_dirt_texture0.png | Bin 0 -> 880 bytes .../soil/dense_grit_dirt_texture1.png | Bin 0 -> 866 bytes .../soil/dense_grit_dirt_texture2.png | Bin 0 -> 850 bytes .../soil/dense_grit_dirt_texture3.png | Bin 0 -> 809 bytes .../soil/dense_grit_dirt_texture4.png | Bin 0 -> 819 bytes .../soil/dense_grit_dirt_texture5.png | Bin 0 -> 868 bytes .../soil/dense_grit_dirt_texture6.png | Bin 0 -> 857 bytes .../soil/dense_grit_dirt_texture7.png | Bin 0 -> 862 bytes .../soil/dense_grit_sand_texture0.png | Bin 0 -> 862 bytes .../soil/dense_grit_sand_texture1.png | Bin 0 -> 844 bytes .../soil/dense_grit_sand_texture2.png | Bin 0 -> 836 bytes .../soil/dense_grit_sand_texture3.png | Bin 0 -> 869 bytes .../soil/dense_grit_sand_texture4.png | Bin 0 -> 836 bytes .../soil/dense_grit_sand_texture5.png | Bin 0 -> 840 bytes .../soil/dense_grit_sand_texture6.png | Bin 0 -> 859 bytes .../soil/dense_grit_sand_texture7.png | Bin 0 -> 856 bytes .../textures/block/logicgates/locked_bar.png | Bin 0 -> 115 bytes .../textures/block/logicgates/logic_gate.png | Bin 0 -> 265 bytes .../textures/block/logicgates/off.png | Bin 0 -> 73 bytes .../textures/block/logicgates/tflipflop.png | Bin 0 -> 341 bytes .../textures/block/logicgates/torch.png | Bin 0 -> 330 bytes .../textures/block/logicgates/torch_off.png | Bin 0 -> 189 bytes .../textures/block/logicgates/torch_on.png | Bin 0 -> 263 bytes .../ariasessentials/textures/item/eiab.png | Bin 0 -> 2553 bytes .../textures/item/eiab.png.mcmeta | 6 + .../textures/item/metal_bar.png | Bin 0 -> 300 bytes .../textures/item/tiab.aseprite | Bin 0 -> 4305 bytes .../ariasessentials/textures/item/tiab.png | Bin 0 -> 2561 bytes .../textures/item/tiab.png.mcmeta | 6 + .../clinker_brick_recessed_recipe.json | 11 + .../finalized/clinker_brick_recipe.json | 23 + ...nker_brick_sastor_corner_block_recipe.json | 19 + .../finalized/clinker_brick_slab_recipe.json | 15 + .../clinker_brick_slab_stonecutting.json | 8 + .../clinker_brick_stained_block_recipe.json | 14 + ..._brick_stained_block_recipe_decompose.json | 11 + .../clinker_brick_stained_slab_recipe.json | 15 + ...r_brick_stained_slab_recipe_decompose.json | 14 + .../clinker_brick_stained_stairs_recipe.json | 17 + .../clinker_brick_stairs_recipe.json | 17 + ...clinker_brick_stairs_recipe_decompose.json | 16 + .../clinker_brick_stairs_stonecutting.json | 8 + ..._vertically_slit_from_recessed_recipe.json | 11 + .../clinker_brick_vertically_slit_recipe.json | 20 + .../finalized/clinker_brick_wall_recipe.json | 17 + .../clinker_brick_wall_recipe_decompose.json | 16 + .../finalized/metal_bar_recipe.json | 17 + .../old_industrial_wood_door_recipe.json | 17 + ...dustrial_wood_planks_from_treatedwood.json | 19 + ...d_industrial_wood_planks_from_vanilla.json | 19 + .../old_industrial_wood_slab_recipe.json | 15 + ...industrial_wood_slab_recipe_decompose.json | 14 + .../old_industrial_wood_stairs_recipe.json | 17 + ...dustrial_wood_stairs_recipe_decompose.json | 16 + .../finalized/panzerglass_block_recipe.json | 20 + .../finalized/panzerglass_slab_recipe.json | 17 + .../rebar_concrete_block_from_vanilla.json | 20 + ...r_concrete_block_immersiveengineering.json | 20 + .../finalized/rebar_concrete_slab_recipe.json | 15 + .../rebar_concrete_slab_recipe_decompose.json | 16 + .../rebar_concrete_stairs_recipe.json | 17 + ...ebar_concrete_stairs_recipe_decompose.json | 16 + .../finalized/rebar_concrete_tile_recipe.json | 16 + .../rebar_concrete_tile_recipe_decompose.json | 16 + .../rebar_concrete_tile_slab_recipe.json | 15 + ...r_concrete_tile_slab_recipe_decompose.json | 16 + .../rebar_concrete_tile_stairs_recipe.json | 17 + ...concrete_tile_stairs_recipe_decompose.json | 16 + .../finalized/rebar_concrete_wall_recipe.json | 17 + .../rebar_concrete_wall_recipe_decompose.json | 16 + .../slag_brick_immersiveengineering.json | 20 + .../finalized/slag_brick_slab_recipe.json | 15 + .../finalized/slag_brick_stairs_recipe.json | 17 + .../slag_brick_stairs_recipe_decompose.json | 16 + .../finalized/slag_brick_vanilla.json | 23 + .../finalized/slag_brick_wall_recipe.json | 16 + .../slag_brick_wall_recipe_decompose.json | 16 + .../finalized/steel_catwalk_from_top.json | 11 + .../finalized/steel_catwalk_recipe.json | 17 + .../finalized/steel_catwalk_stairs_dr.json | 18 + .../finalized/steel_catwalk_stairs_lr.json | 18 + .../steel_catwalk_stairs_recipe.json | 17 + .../finalized/steel_catwalk_stairs_rr.json | 18 + .../finalized/steel_catwalk_top.json | 11 + .../finalized/steel_floor_grating_recipe.json | 16 + .../finalized/steel_railing.json | 16 + .../finalized/steel_table_recipe.json | 20 + .../recipes/steel_catwalk_block.json | 16 + .../data/ariasessentials/recipes/tiab.json | 28 + .../ariasessentials/tags/blocks/catwalk.json | 6 + .../tags/blocks/engineersdecor.json | 43 + .../tags/blocks/plain_concretes.json | 37 + .../items/accepted_mineral_smelter_input.json | 64 + .../tags/items/brick_blocks.json | 7 + .../tags/items/brick_ingots.json | 7 + .../ariasessentials/tags/items/catwalk.json | 6 + .../tags/items/engineersdecor.json | 45 + .../tags/items/plain_concretes.json | 37 + .../tags/blocks/mineable/pickaxe.json | 7 + .../tags/blocks/needs_iron_tool.json | 7 + .../data/minecraft/tags/blocks/slabs.json | 11 + .../data/minecraft/tags/blocks/stairs.json | 10 + .../data/minecraft/tags/blocks/walls.json | 8 + .../minecraft/tags/blocks/wither_immune.json | 15 + .../data/minecraft/tags/items/slabs.json | 11 + .../data/minecraft/tags/items/stairs.json | 10 + .../data/minecraft/tags/items/walls.json | 8 + 766 files changed, 32570 insertions(+), 268 deletions(-) create mode 100644 src/generated/resources/.cache/0dd424b1f6e76c7253bc0752a6cda5cc982b6cc2 create mode 100644 src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d create mode 100644 src/generated/resources/.cache/a13beeed0580d436d9d88506fb27197f13a07a28 create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_block.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/panzerglass_block.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/panzerglass_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/slag_brick_block.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/slag_brick_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/slag_brick_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_railing.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/steel_table.json create mode 100644 src/generated/resources/assets/ariasessentials/blockstates/tflipflop.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_railing.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/steel_table.json create mode 100644 src/generated/resources/assets/ariasessentials/models/block/tflipflop.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/clinker_brick_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/metal_bar.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/panzerglass_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/panzerglass_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/slag_brick_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/slag_brick_slab.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/slag_brick_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/slag_brick_wall.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_block.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_railing.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/steel_table.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/tflipflop.json create mode 100644 src/generated/resources/assets/ariasessentials/models/item/tiab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_railing.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_table.json create mode 100644 src/generated/resources/data/ariasessentials/loot_tables/blocks/tflipflop.json create mode 100644 src/main/java/dev/zontreck/essentials/antiexplode/CreeperHealQueue.java create mode 100644 src/main/java/dev/zontreck/essentials/blocks/ModBlocks.java create mode 100644 src/main/java/dev/zontreck/essentials/blocks/logicgates/TFlipFlopBlock.java rename src/main/java/dev/zontreck/essentials/{gui => client/renderer}/HeartsRenderer.java (89%) create mode 100644 src/main/java/dev/zontreck/essentials/client/renderer/TimeBoostEntityRenderer.java create mode 100644 src/main/java/dev/zontreck/essentials/configs/NBTKeys.java create mode 100644 src/main/java/dev/zontreck/essentials/configs/server/sections/Bottles.java create mode 100644 src/main/java/dev/zontreck/essentials/configs/server/sections/CreeperHeal.java create mode 100644 src/main/java/dev/zontreck/essentials/data/ModBlockStatesProvider.java create mode 100644 src/main/java/dev/zontreck/essentials/data/ModDatagen.java create mode 100644 src/main/java/dev/zontreck/essentials/data/ModItemModelsProvider.java create mode 100644 src/main/java/dev/zontreck/essentials/data/ModLootTablesProvider.java create mode 100644 src/main/java/dev/zontreck/essentials/data/README.md create mode 100644 src/main/java/dev/zontreck/essentials/data/loot/ModBlockLootTablesProvider.java create mode 100644 src/main/java/dev/zontreck/essentials/entities/ModEntities.java create mode 100644 src/main/java/dev/zontreck/essentials/entities/TimeBoostEntity.java create mode 100644 src/main/java/dev/zontreck/essentials/events/MainEventHandlers.java create mode 100644 src/main/java/dev/zontreck/essentials/imc/Events.java create mode 100644 src/main/java/dev/zontreck/essentials/items/CreativeModeTabs.java create mode 100644 src/main/java/dev/zontreck/essentials/items/EventHandlers.java create mode 100644 src/main/java/dev/zontreck/essentials/items/ModItems.java create mode 100644 src/main/java/dev/zontreck/essentials/items/abstraction/AbstractBottle.java create mode 100644 src/main/java/dev/zontreck/essentials/items/implementation/TimeBottle.java create mode 100644 src/main/java/dev/zontreck/essentials/util/SoundUtilities.java create mode 100644 src/main/java/dev/zontreck/essentials/util/StylesUtil.java create mode 100644 src/main/resources/assets/ariasessentials/blockstates/clinker_brick_recessed.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/clinker_brick_sastor_corner_block.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/clinker_brick_vertically_slit.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/logicgates/redstone_tflipflop.bbmodel create mode 100644 src/main/resources/assets/ariasessentials/models/block/logicgates/tflipflop.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel create mode 100644 src/main/resources/assets/ariasessentials/models/item/eiab.json create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_down_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_downplate_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_bottom.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_side.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_bottom.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_side.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/old_industrial_door_texture_top.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_table_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_table_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_end_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/steel_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_sanded_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_side_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_support_edges_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_support_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/roof/dark_shingle_roof.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_pole_side.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture0.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture1.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture2.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture3.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture4.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture5.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture6.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/locked_bar.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/logic_gate.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/off.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/tflipflop.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/torch.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_off.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_on.png create mode 100644 src/main/resources/assets/ariasessentials/textures/item/eiab.png create mode 100644 src/main/resources/assets/ariasessentials/textures/item/eiab.png.mcmeta create mode 100644 src/main/resources/assets/ariasessentials/textures/item/metal_bar.png create mode 100644 src/main/resources/assets/ariasessentials/textures/item/tiab.aseprite create mode 100644 src/main/resources/assets/ariasessentials/textures/item/tiab.png create mode 100644 src/main/resources/assets/ariasessentials/textures/item/tiab.png.mcmeta create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recessed_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_sastor_corner_block_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_slab_stonecutting.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_block_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_slab_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stained_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_stairs_stonecutting.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_from_recessed_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_wall_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/metal_bar_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_door_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_treatedwood.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_planks_from_vanilla.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_slab_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/old_industrial_wood_stairs_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_block_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/panzerglass_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_from_vanilla.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_immersiveengineering.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_slab_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_stairs_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_slab_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_tile_stairs_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_wall_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_immersiveengineering.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_slab_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_stairs_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_vanilla.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_wall_recipe_decompose.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_from_top.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_dr.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_lr.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_rr.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_top.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_floor_grating_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_railing.json create mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_table_recipe.json create mode 100644 src/main/resources/data/ariasessentials/recipes/steel_catwalk_block.json create mode 100644 src/main/resources/data/ariasessentials/recipes/tiab.json create mode 100644 src/main/resources/data/ariasessentials/tags/blocks/catwalk.json create mode 100644 src/main/resources/data/ariasessentials/tags/blocks/engineersdecor.json create mode 100644 src/main/resources/data/ariasessentials/tags/blocks/plain_concretes.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/accepted_mineral_smelter_input.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/brick_blocks.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/brick_ingots.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/catwalk.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/engineersdecor.json create mode 100644 src/main/resources/data/ariasessentials/tags/items/plain_concretes.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/slabs.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/stairs.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/walls.json create mode 100644 src/main/resources/data/minecraft/tags/blocks/wither_immune.json create mode 100644 src/main/resources/data/minecraft/tags/items/slabs.json create mode 100644 src/main/resources/data/minecraft/tags/items/stairs.json create mode 100644 src/main/resources/data/minecraft/tags/items/walls.json diff --git a/build.gradle b/build.gradle index 2b6ebb2..35434b7 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { // then special handling is done to allow a setup of a vanilla dependency without the use of an external repository. minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" - provided "dev.zontreck:LibZontreck:${libzontreck}" + provided "dev.zontreck:MinecraftMods_LibZontreck_1.19.2:${libzontreck}" // Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime @@ -197,9 +197,6 @@ tasks.named('processResources', ProcessResources).configure { // Example for how to get properties into the manifest for reading at runtime. tasks.named('jar', Jar).configure { - from { - configurations.provided.asFileTree.collect{zipTree(it)} - } duplicatesStrategy = DuplicatesStrategy.EXCLUDE manifest { diff --git a/src/generated/resources/.cache/0dd424b1f6e76c7253bc0752a6cda5cc982b6cc2 b/src/generated/resources/.cache/0dd424b1f6e76c7253bc0752a6cda5cc982b6cc2 new file mode 100644 index 0000000..d8e524a --- /dev/null +++ b/src/generated/resources/.cache/0dd424b1f6e76c7253bc0752a6cda5cc982b6cc2 @@ -0,0 +1,431 @@ +// 1.20.1 2024-04-26T11:35:05.580755664 Block States: ariasessentials +ae2f6cd918bd461be7fb693641eaa5b78410b538 assets/ariasessentials/blockstates/clinker_brick_block.json +f48474f63edb825feaa3cc2c990ecd5ed6909c74 assets/ariasessentials/blockstates/clinker_brick_slab.json +5b501afd2a40c586b6811b9784ca2cd1a2dba373 assets/ariasessentials/blockstates/clinker_brick_stained_block.json +e6d5a149b0a83fb801ed5f9ba35e26180e6bee19 assets/ariasessentials/blockstates/clinker_brick_stained_slab.json +05f566a56e4fc6bfc64d3aa15d4ad8c05b1acd6a assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json +3d1a7123b66538eaf280475885e1227924414d10 assets/ariasessentials/blockstates/clinker_brick_stairs.json +125a910f35d81c04fdda134b2434ba1ccaa51f0a assets/ariasessentials/blockstates/clinker_brick_wall.json +ba287d5583055059b299e8d4a7140cdaf7d3f042 assets/ariasessentials/blockstates/old_industrial_wood_door.json +a8f9a04a197a0c558319046817ca1e0168c34c16 assets/ariasessentials/blockstates/old_industrial_wood_planks.json +acb425b31369d92d98acdc53440b89328c0cedaa assets/ariasessentials/blockstates/old_industrial_wood_slab.json +cbc0cabde0785bcbe41c6f68582d9c3ef41d3dbd assets/ariasessentials/blockstates/old_industrial_wood_stairs.json +4dd59eb6117d75bbc2ba4cc77344944be28572dd assets/ariasessentials/blockstates/panzerglass_block.json +40ba24ce74613d2a9a00c97b423a873363a0e274 assets/ariasessentials/blockstates/panzerglass_slab.json +b0bc76405ebf27c4994b4a807cef254a5ba616e6 assets/ariasessentials/blockstates/rebar_concrete.json +1c1e776678288adf28d37ad00d2abd05f6736b0b assets/ariasessentials/blockstates/rebar_concrete_slab.json +e4a57829a3d97b72b07133db351cd8e2a658ef7f assets/ariasessentials/blockstates/rebar_concrete_stairs.json +8b6f19957813058775682de3fa95ab093e408a54 assets/ariasessentials/blockstates/rebar_concrete_tile.json +e40df8cc260c4aa9856fa15d17a705218dd72a64 assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json +c77118430fd41530a7e5f08818e5d1698df53cf3 assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json +5bfc83ae9c81046a9d9135f235d4a325ee1d8b5d assets/ariasessentials/blockstates/rebar_concrete_wall.json +224f0548a1ca547425e86b27109e51cc7f96512f assets/ariasessentials/blockstates/slag_brick_block.json +4f4e34a7c25faebc36912a8385008e49cd694740 assets/ariasessentials/blockstates/slag_brick_slab.json +664e7ab5796d7c23b8a4a492848bc06b835cff5e assets/ariasessentials/blockstates/slag_brick_stairs.json +382757af67826b3dbb22e39e8913ccfa1ca56ff4 assets/ariasessentials/blockstates/slag_brick_wall.json +9f0e79d883d9f9739425dc44988ddd8da3fe93c5 assets/ariasessentials/blockstates/steel_catwalk.json +4a78fdab484a88b61ecf11bb3f9e653d53a636d1 assets/ariasessentials/blockstates/steel_catwalk_block.json +3a8dea86e3b2b9e7b9191bba93df3dffbfc5d07e assets/ariasessentials/blockstates/steel_catwalk_stairs.json +1e4453fea9df0589eaccd1cd09a75f749502820e assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json +14ade696d1fe4fe095bce21ab5bc6078fd0c924a assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json +e3393f93c24c9761bea36178c6bb78309d519b1b assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json +acdba80ab9bebc435f3cfdc80f845fa942eaf1d4 assets/ariasessentials/blockstates/steel_catwalk_top.json +217b3dd48c7ae758d5685dc8fa1a425b06bde993 assets/ariasessentials/blockstates/steel_floor_grating.json +b2076aa8074c942d074509a3ee27df350f81ab0f assets/ariasessentials/blockstates/steel_floor_grating_top.json +a637df1cfe9b47f5691beb585ad9e7f72a8a641b assets/ariasessentials/blockstates/steel_railing.json +7c667fb64bd412a080e1d92d9b7e194ef1a7cb25 assets/ariasessentials/blockstates/steel_table.json +ea6637a7465981525768e7ba089113c0297278f9 assets/ariasessentials/blockstates/tflipflop.json +e03106a0ee60bc58f97f5cc3b1ad921f245c99dd assets/ariasessentials/models/block/clinker_brick_block_model0.json +d777dea2873725f45fadd678d411040f530f8f58 assets/ariasessentials/models/block/clinker_brick_block_model1.json +c480c6d87ce48bdf5d6fbb846a9c435a5c263c06 assets/ariasessentials/models/block/clinker_brick_block_model2.json +99c00d5d5a5f29bced5f83ed45716c3342074b05 assets/ariasessentials/models/block/clinker_brick_block_model3.json +9f3546ed9a0f1c5b6d3c38902dfeeb66b9ec8ad4 assets/ariasessentials/models/block/clinker_brick_block_model4.json +963c3a74964af01b21244d09434478e50ac8b196 assets/ariasessentials/models/block/clinker_brick_block_model5.json +86142bdcf33862a6422351f30bd33aa6458e61d9 assets/ariasessentials/models/block/clinker_brick_block_model6.json +4ad070df6bd38e3bdcec609ed0054063ff9a9ea4 assets/ariasessentials/models/block/clinker_brick_block_model7.json +de51f8768e5c15c60d6ee494ee9b8756fa754acd assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json +e03106a0ee60bc58f97f5cc3b1ad921f245c99dd assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json +fd13a682b9b7c30fd5744be58e40f0d66f38a451 assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json +6980c79667caa9864b967b322fbbac820e20db66 assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json +d777dea2873725f45fadd678d411040f530f8f58 assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json +6f07853ae63f6fad289e183c4427fc0ae7837798 assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json +411f8e2c53c3adc56dd9dca65db2472397f15a75 assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json +c480c6d87ce48bdf5d6fbb846a9c435a5c263c06 assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json +55fadc0d1ead3599018f7b379a8efd657946f074 assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json +bd08ceb9196607ea91a97f01e6d423855d6a4c0c assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json +99c00d5d5a5f29bced5f83ed45716c3342074b05 assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json +b8e45fa0a8fd9782db1c93258dd5173e2ccbc014 assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json +008f43112d21b462ec83a3876288ae3f18aaaca2 assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json +9f3546ed9a0f1c5b6d3c38902dfeeb66b9ec8ad4 assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json +b29b9fc1e1737a2b4db89a39a74524bdee835008 assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json +187676fe8b8dc1db2c661a110b4b6680861ea144 assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json +963c3a74964af01b21244d09434478e50ac8b196 assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json +5ef3435b586181e7a42e722e08a3cc0ff9978db1 assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json +aa91a763796cf41e18e41c6714218d693c6cecd7 assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json +86142bdcf33862a6422351f30bd33aa6458e61d9 assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json +b92770f82b6a51cb5263660057ce79b39d9c5d56 assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json +4789769f68ed113b5f312883a52c80ddf94f51ae assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json +4ad070df6bd38e3bdcec609ed0054063ff9a9ea4 assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json +c2e64d8cec7517242f2bb09ff56d0e452a88092f assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json +d130e9953eda54018a1f48dae2e3624d064c4510 assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json +595e509d684f52ed5cdff0a7a41add45c331ac7c assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json +6d5db8ab78287abbb3eece7760bac6ed903fbdbf assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json +55f055fcf54b7a0fdf6aa18d4e48dfba2d17280f assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json +e59f0869533f441d9a9d6bc04057303ac2395e2a assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json +dc6e4abb89676c1c6076f74887fee2f5ae25f12b assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json +edb70f3191085eb84add6f7944ec1b5ce65731bf assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json +6eb70f9402f469ca817bc021f9e92a717f5a3908 assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json +e0a122c59579d2dcb64d7802be676bbb9bfdd02d assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json +d130e9953eda54018a1f48dae2e3624d064c4510 assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json +168682fc90a5158c32b68783d9e3a8d7c39db146 assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json +489ea09741929d198d1c12fb3bccbb7c2d705236 assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json +595e509d684f52ed5cdff0a7a41add45c331ac7c assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json +abe1c626baa380cbca5465f2a0d29a6b5b2e25c3 assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json +8f9ba5dde050d67051fb1ec4cfc8b93c611b0bbf assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json +6d5db8ab78287abbb3eece7760bac6ed903fbdbf assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json +6de5f2a9da442c526981e655cd38479be65b6278 assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json +575b30c4d060cde3b8c0f2ef4f3e78cf060c5570 assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json +55f055fcf54b7a0fdf6aa18d4e48dfba2d17280f assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json +55bb852b678c8d1b5d213b117d9ac01f52c9a5b2 assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json +67fc79f7ffd9bb218ccf5d62259a7833e65b7a60 assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json +e59f0869533f441d9a9d6bc04057303ac2395e2a assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json +355caa62c59ba8a75e4f82e275dab47628f83f7d assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json +d5c238f9dbe29cf51be12b3792c544e5cbe071b7 assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json +dc6e4abb89676c1c6076f74887fee2f5ae25f12b assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json +ccec02cbb25d46d1fc768803107f373df0bc01eb assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json +d6383826a93632ca1b5472b3de52f82a4886c00c assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json +edb70f3191085eb84add6f7944ec1b5ce65731bf assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json +83a538578e5cd6fb477c7c99265533b624fefa44 assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json +1411a69263ceaa0fc2d707d2dbe1abe3515c7eac assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json +6eb70f9402f469ca817bc021f9e92a717f5a3908 assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json +efae9275fdf750b5fb8e95d0791916db1ca024ee assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json +293bab831e2f45cf714b68638b3dac6de58bf950 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json +a1e633b20f66c9bc20d0a8151ea5d3c02a9c6b18 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json +3af661afad530a53181fe4b6709e2caa976fb9ca assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json +af9bf94bda4b3ab75099adf53f3632efdbb5fa69 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json +df06cdaa705691213ae223c877b768daed9725cc assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json +d9f052b7911f8382847f047336b92af5ea659bf8 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json +53938c6498083661eebc5a1ec8c5bcf73aa8f9f1 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json +366c69f0796b6028847a37df21206ba730b33dbf assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json +2ecce8618c4358c60383d17ce7957550657718cf assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json +9cd86c4b06db41c81124274aaff2b0403a49eedd assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json +8d96bbab0ebcb35089a37d0bbb74e391b46744cb assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json +4f169d8faa23d7b91d5627490bdbddbc3d5e0af2 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json +9ba6d9c48fe21167f4fe803b0fe5528f81189592 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json +dcbbc3924cb26ae5eb20ade7faeabdfe44be176a assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json +1d0f2f238c0d8e8d18656c6022c879470c54ab11 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json +b2404ad49bd8e24a6f1d941a5fac2a6abd4859a8 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json +d76c1ede2e485cf6ea89b8b02f6d6e62cc896b62 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json +22381bf486d1b7121d07121853b540be0a74fd7f assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json +2ceb42a12af4e3abaa63bf861773d40f541ee154 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json +c300a0d4f555971516ef2551e0c772c9e4590818 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json +526f4d9b3c2d01b70df56767ac3e5eff20e57364 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json +d79e6f0f91cce5d82925b5b04a1d631e449b5c27 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json +fd96eb21be18c45b2074e28c7170fdc74a7a4654 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json +e08d3096c6edd878f598afaf2ef81c6b72881994 assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json +8803d4a99e815c72e59219f3fc5d7e6de909a027 assets/ariasessentials/models/block/clinker_brick_stairs_model0.json +efa8ee11263063a6159d89e44c8d933d7f6f3711 assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json +b576ca8d94677e906820b3072a64c124a594e3f7 assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json +e4388a0734008a3fabbf045a4e7f9d83f0b1ecba assets/ariasessentials/models/block/clinker_brick_stairs_model1.json +96ca6fe8aab165b5a54e5584965c3aa7d0c8f253 assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json +6e3eaff4babe75abaefdd6fe8d75cc8f0d77707b assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json +e51c5b0f082964ba8c01d629aa08157565a428ff assets/ariasessentials/models/block/clinker_brick_stairs_model2.json +30da4265fbdec42834f4b6af809d4483783d5e69 assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json +b998d7282e3b42491ece1e72cde1d60489060ea6 assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json +1c9ebaa6f42a0a2f7907589cfebf9359b8d35200 assets/ariasessentials/models/block/clinker_brick_stairs_model3.json +21d57a3c59cadbc6f5ea94edff8ea78ffd0f4e1a assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json +6ac937897d0ea190c88a527a94ad138aebb64388 assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json +d16a6fd2a79cef786ebe3989ef5e10e2176b8d58 assets/ariasessentials/models/block/clinker_brick_stairs_model4.json +82165dc5e27ac4952439474423aa273dfaae3a8c assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json +9cd0dae487fb33915f6e12823f5f6662386e47f9 assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json +82003af2034c0f1217659295aff7c7334e779161 assets/ariasessentials/models/block/clinker_brick_stairs_model5.json +3035b8ec86aed31376703f1145ba9ee1c2fac8dd assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json +5955b8ff53a8ab346221f5046f5c2197fc9139b1 assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json +8cac8da43d9a29536c9e84e1413ab5897e9cca01 assets/ariasessentials/models/block/clinker_brick_stairs_model6.json +c246329d445d9378369ce62d92b82f9be76e3aa0 assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json +4d4c10b4bf9c6b47927cc36e80a49e2ad74034cd assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json +6a2b15f87b2cfa3c229c020fa0eff70cb992c916 assets/ariasessentials/models/block/clinker_brick_stairs_model7.json +fe149fefabebf76f28e0f57076c995392d745680 assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json +e0029c8e06672dac5271e285db93e621d35cbd3c assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json +0d66e50719747d5bb8f88ae89ff3888de57c24c4 assets/ariasessentials/models/block/clinker_brick_wall_inventory.json +a4671666f8938dbc6ccbdd25619887550e207f06 assets/ariasessentials/models/block/clinker_brick_wall_post.json +43163e89a72b3e4ca6fe1b6c6c523741cc5ca88f assets/ariasessentials/models/block/clinker_brick_wall_side.json +94241ee4a92cf6c1848c36afdb1de683a1bbbe2c assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json +44d0f0dd4ca097d37705456144c0cfc00503d9f9 assets/ariasessentials/models/block/old_industrial_wood_door.json +343f63166b094c032d17fc9507ba4b8072587950 assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json +ef98902f405a70742aa757f0fd38c95e532cab11 assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json +e6cfedf4f09aea99f7bf3acc18c6b3ba04824899 assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json +8ae636880832d35e0bdf98978b14bf36284c7215 assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json +afee049cafce9e705a85c223577c7d1f808dbf1b assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json +1dc9477647e4c481ed0f13275acd4a156f691f7c assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json +ae5658265a3dd5cc97aa77ec0a958ebb35b96fcb assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json +2016c8e61d0024ba5981cfff01b22d2a82a94d2e assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json +f3799dfe3cbe0494fb50907368516a17fa9ea971 assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json +e2b6c3b9782e04499e2012fc117c0eba368ec69a assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json +faeaaaed558b8547487ba826d547e0d7279665e0 assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json +6273fbda7d0396d1f5bb59db84245a5e592471fa assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json +8e9f9a478c28c168665a606f9421f1d42e3d1639 assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json +f3799dfe3cbe0494fb50907368516a17fa9ea971 assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json +9872313b9bf238130acebf8e82303178c1160060 assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json +b5beb4bd089681c09a97f19511062d542696898c assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json +e2b6c3b9782e04499e2012fc117c0eba368ec69a assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json +c10b31b08ad7dcd3cd6d45764c9598cb539903de assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json +b3f5d4929dcf2096ef23531b851ac39d660ae824 assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json +faeaaaed558b8547487ba826d547e0d7279665e0 assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json +e22c23dac61224bd436db5bce67a8e42679a5253 assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json +c468f269afd649cbf3f88781910cc9f714f561fa assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json +6273fbda7d0396d1f5bb59db84245a5e592471fa assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json +fc54e7ad4d30454973db96a98dcfe67e504ec2d7 assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json +9acdd2503f6aae62d1fa621fd2cceae6f37a869c assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json +47eaf57f0c89927203122789b996f785523d14f4 assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json +cd31a947a3ce412ed60f227b7d98ca2e28562225 assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json +7dea5af518aafd744a0ce3095e10d95b566fa267 assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json +780234f55e5ae05aff40fefc43cf4a5bceff054f assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json +0447b12b77f75e4e8b0565ab5d56f1b3f189191a assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json +9495fd0799894e281c2eac31c0566d175c930475 assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json +899cf2da72945899300aa6531b0a935bdadf01c1 assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json +eb916e72b82f9ee63cb6974016d08a21e502a656 assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json +0a7140b2032b8f66b6965f8cf24f36e4c26eff91 assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json +a5474c7cc0218e5d0ea52186f8b9cff94716f39c assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json +8592ff6531bfc189c34fd5801cd9baa230c9b032 assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json +e7687a1b6ced31509d88b64e211f4857a3edd6d9 assets/ariasessentials/models/block/panzerglass_block_inventory.json +4dd2ebad3a07470ade5b4d2784ba3a97f961f581 assets/ariasessentials/models/block/panzerglass_block_model0.json +825298a3b7fb114fc778900cc61e23d32b81e270 assets/ariasessentials/models/block/panzerglass_block_model1.json +d0ab25d4a008411c0d521125432dca211a27c636 assets/ariasessentials/models/block/panzerglass_block_model2.json +f5dd12a9acc9f15ae3731060902d045aa9ee8210 assets/ariasessentials/models/block/panzerglass_block_model3.json +e42a8446a3a807344e0caff2e3690112a125ee0e assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json +4dd2ebad3a07470ade5b4d2784ba3a97f961f581 assets/ariasessentials/models/block/panzerglass_slab_model0_double.json +58cba38a98cfe1b5a7949cc875e6f68db7deaf98 assets/ariasessentials/models/block/panzerglass_slab_model0_top.json +1a0f6b2f32fdc7ac17eced916c2ed305c6321002 assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json +825298a3b7fb114fc778900cc61e23d32b81e270 assets/ariasessentials/models/block/panzerglass_slab_model1_double.json +2c8b40fda19da85c8467b3b0c7be941eb4b1abb8 assets/ariasessentials/models/block/panzerglass_slab_model1_top.json +329e23ca436693b121394e52f4841f4d43b9b822 assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json +d0ab25d4a008411c0d521125432dca211a27c636 assets/ariasessentials/models/block/panzerglass_slab_model2_double.json +6442cd84e0b747b3c5b4ebbe10fd9968abfbf6d3 assets/ariasessentials/models/block/panzerglass_slab_model2_top.json +54af3d1592875f1bab6c2d72d572664dd7eab5a7 assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json +f5dd12a9acc9f15ae3731060902d045aa9ee8210 assets/ariasessentials/models/block/panzerglass_slab_model3_double.json +07e0a958f337e0e68a5e381ac883338deef103ba assets/ariasessentials/models/block/panzerglass_slab_model3_top.json +c76e7cd3c6842062bf1d6270585aff37276bef5e assets/ariasessentials/models/block/rebar_concrete_model0.json +fb77ee8eb62cd66955c54c18eeec4452c16de64c assets/ariasessentials/models/block/rebar_concrete_model1.json +424bdc57a59233fd654e4722870ea21c9d100b11 assets/ariasessentials/models/block/rebar_concrete_model2.json +784d8764fd8390fff57610d0fc240d2a03d796d9 assets/ariasessentials/models/block/rebar_concrete_model3.json +8d7995bb28c4e847a69b88c8f0a64f7630c2cabd assets/ariasessentials/models/block/rebar_concrete_model4.json +bc01818ca9c256678049334e6c80a19091a26505 assets/ariasessentials/models/block/rebar_concrete_model5.json +317e21a4f2b679f5a7ac8472b66778389cf76053 assets/ariasessentials/models/block/rebar_concrete_model6.json +56796648c8ca8ab42151cfbc689c08e5c7ad2c3d assets/ariasessentials/models/block/rebar_concrete_model7.json +2e3c1b7cdee0932de7313deec8f7f344cf11549a assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json +c76e7cd3c6842062bf1d6270585aff37276bef5e assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json +29649f50b4f1ff5fb10dfaf8b01d40f2530a1168 assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json +deb0fae206cf51029121d831db0c83c9e5a6ce6e assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json +fb77ee8eb62cd66955c54c18eeec4452c16de64c assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json +4a362546425e95e9b0b0da6745c3f632fefeb1fc assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json +ded72f9665c625404f9ce2f7f6a3278ded55bb05 assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json +424bdc57a59233fd654e4722870ea21c9d100b11 assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json +cef89cdc31aa96a2982af627f3c8fa40e72796af assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json +ee94bd7a60687dd25627411241c41c86fd137f24 assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json +784d8764fd8390fff57610d0fc240d2a03d796d9 assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json +e5f0ec6f85955b406ac51b48b1976508dfa8202d assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json +fdfd48bf82159595af43e1aa0a0ad89bb63c3bcb assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json +8d7995bb28c4e847a69b88c8f0a64f7630c2cabd assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json +1f3f77e1b446e2c99bc3dad6b6241c1b0fccb79d assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json +83d3da17b6388c6922956f501d9a861997da9eab assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json +bc01818ca9c256678049334e6c80a19091a26505 assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json +0816f4f7b3487db79e4d7d2b33aa0b8508fb75da assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json +5d0505465101c90580a3469c7706ceacea988e00 assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json +317e21a4f2b679f5a7ac8472b66778389cf76053 assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json +aba0cafa175ac83288c45bed4016edd5888c8885 assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json +0e6bf9981eff4e6bab04de80673f31db84f13f2c assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json +56796648c8ca8ab42151cfbc689c08e5c7ad2c3d assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json +3be7af21c465def156a47fbb4e1a5a8fca77df50 assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json +0f99a62dd31feb1a7bca485a161ae07befe9c2b5 assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json +1b6503e2af0136c450a6df7da8a2c586faaa0bc0 assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json +dbb4f8e7be7ebd7d0220bdd5433fba5f3a20e9a2 assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json +b59d9b965ef47fb65af7d24ec2165ed9b6522e91 assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json +35d0c7ccb7a3f0ea39d631957a95ec42100e60ac assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json +d1d1c12bdbd620d9624eaa23e9a8eb2bc8bce45c assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json +132f38b9d19c109f74906b1b812ea2fa1d8b619e assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json +906c9acd7c71e9450445cb07c8ddbf9dcbeed6e8 assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json +f2685439c8f87590011159098931393e0fb4f6c8 assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json +13e25b19115f1a5db58cb6afee865f8dd407b94c assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json +53e247aa0b4b6cfcd4861cbd3210192b9aa5052e assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json +db3f0591cf5fae1fb17d7a6c2dd16000fbb68a7d assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json +73ede11f265849761330697d2382cd6b212b29c7 assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json +40fa13539a4a3f4e7e998ba030e183a299e85c8d assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json +972010b4626b8ff0050e988d9b1b3c1ebf710860 assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json +652591f5d6a0401d813c7e9bb0852884d405b8b0 assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json +af5c5f2a40421067593c6d7fb5087b6e4fac1af9 assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json +0ed33b5b2982cd87b4110e63ba8d0948e5e87989 assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json +dbef2f23e749d5f1a78ec4fedb9c46d548bfbc30 assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json +086388c835ccc288c735a1880feee5ad7e6e5b37 assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json +56bdc2d3bc2f6b433d5b3eadb65229e0f86a261e assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json +c2d539df09416acd6d4bbb01b1257c606e7711c4 assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json +f2d3aa5453ed6d93d515ade21f60e79b4741c608 assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json +dcfaaacda307efb75f0503e7f64b7205c0b2c459 assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json +dec663e3ebf4c27a5bc71ba954f2076f51061396 assets/ariasessentials/models/block/rebar_concrete_tile_model0.json +ca41bb831988152fd670189ff4f1502d11bc13db assets/ariasessentials/models/block/rebar_concrete_tile_model1.json +617689024c6f28567eeb6c4f09182bd09ba1547d assets/ariasessentials/models/block/rebar_concrete_tile_model2.json +adc47bc45e047bd9ee09e0ca54a29256591a6dad assets/ariasessentials/models/block/rebar_concrete_tile_model3.json +c6bff28812dd5a50afeed907912b8162d142a9d3 assets/ariasessentials/models/block/rebar_concrete_tile_model4.json +bd7f8bced38542f57a701d281a989f34832d00c7 assets/ariasessentials/models/block/rebar_concrete_tile_model5.json +7adeb0635a00804653464965428231a1bceb0907 assets/ariasessentials/models/block/rebar_concrete_tile_model6.json +1aa285f389b2b0a07b0cb227cb3f3838482406d5 assets/ariasessentials/models/block/rebar_concrete_tile_model7.json +4c1e646dfc943e045742ebcc316bcaafe0888458 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json +dec663e3ebf4c27a5bc71ba954f2076f51061396 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json +0dde74eb7b2bf0f209cdef499cacfef51d0c5b0b assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json +b2fe9183a7f729057a6fd6986f9f84d12d915d4b assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json +ca41bb831988152fd670189ff4f1502d11bc13db assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json +682a251bc601e1d1f65e6e91212adb46682e8a1d assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json +bc44eda6c1a18100e482d7336910400d8f0de8b8 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json +617689024c6f28567eeb6c4f09182bd09ba1547d assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json +3adf71ddd6a7cc5800b48ad6cbcf2333aab2ef86 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json +7c641d261cd8c7b5f3ec5c8dbbd95da6e789897d assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json +adc47bc45e047bd9ee09e0ca54a29256591a6dad assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json +f8c0a63bb7b7c9d0b2844f104c1b069ef0fc9eeb assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json +2c4fe6680e91be2a8a42994b7edaa7739c39280e assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json +c6bff28812dd5a50afeed907912b8162d142a9d3 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json +f66837391dfd44c696cc68be9f6688e4bdfc7982 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json +a320b981204931d120b8f6490c3ba5372d451b2f assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json +bd7f8bced38542f57a701d281a989f34832d00c7 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json +0853d7472ade1e8de0008f189ff652a90c64ce3a assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json +924481cb34c3f35e5f3f49e5e6fecde807cd5f7a assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json +7adeb0635a00804653464965428231a1bceb0907 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json +c4f41092350002ede5ce88c176035f51708d6143 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json +3c099cc4aa0477902d9856741f9130ece15673bd assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json +1aa285f389b2b0a07b0cb227cb3f3838482406d5 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json +5f54f0279af3d188e3849b5d534c920a7701acb3 assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json +33d31bd2f6cc0cfeb4e5479e4f80b81bc9a3cd87 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json +c4a825d0a6a74ad955a8736dc1efaf62128b3ed1 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json +3308f721b1bc7ccabf25bd47e158120ccb275742 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json +24943c0382e38d40bf5d29baf99e4d8ce52b1c4b assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json +625f1e6ff1c416044bda19825a03ab5a10139188 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json +b9b613bb4b6e6780dfd94dbaf8237c0ab12abdad assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json +bc7aba561b6a9b7b3b544c80c4bfa834feae1844 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json +3a33c2b670d6c9ddad1978bdc4a8a61096c2527a assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json +1a4389d229dddcf2a653b8394324fd568365076f assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json +b519fb9c98dcda2ef421101f16d41c65b19bb2bd assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json +0a020f76a0fb513ad0f0524721d1f55a8faba298 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json +3d5bae692aa584db44fb8b47d4f9580de882fb50 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json +85187ec0811bad252ed60a2d307b2e01c32ae343 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json +e4f235e1c27bbe6ea68eeb660b90cf142506d9ce assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json +2ec4f92c090f2ae8eff40727c83065f219c5e006 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json +a7417bed1420016b6a5b6c2c5989ce30a432ddac assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json +07ffc9cdc1bd5ce168fa41199a01a82e3e679b1d assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json +09e32cd803adfba26992d87d90acfdeb02fc850b assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json +6c2304db45cd60364997aae542395877ad3ba550 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json +587cfcfae35c7ce4cba2de2dcb434558b5629a5d assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json +442ffddcacdf9f44b1a20bc01dd370f3a3117a76 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json +a9c899d6b12d0949e2bb1fdc487c90817584c600 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json +f65370fbceb5e66b9329c4344c884ce8c462180d assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json +486ea03fa760e292199d90e65a92db00c7e567b2 assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json +2c39e55cce4cdfaa881817fb8c2c5e3f411a344b assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json +84990fffbebddb95d9d0250730392073723eff13 assets/ariasessentials/models/block/rebar_concrete_wall_post.json +9a2e833b09cbb76d1e877c58d563e7ae23deb6d7 assets/ariasessentials/models/block/rebar_concrete_wall_side.json +e48e3f21ae63b9c8c42623383937b6b9eb7f6405 assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json +c5c08ce4dab6c8963eca9a0302c3cd2ad4a7b1b7 assets/ariasessentials/models/block/slag_brick_block_model0.json +938399db43f34aa42d1cfb5e7e79b8f76b6abffd assets/ariasessentials/models/block/slag_brick_block_model1.json +fbfa13ce77901bcc8f5df7f4fb986f091696608a assets/ariasessentials/models/block/slag_brick_block_model2.json +11a167cbefd5eb9bebdfcbf438c05118fe974bcf assets/ariasessentials/models/block/slag_brick_block_model3.json +27d05cbbc8e61d0cd60e6db3ee3eb6af34f9e490 assets/ariasessentials/models/block/slag_brick_block_model4.json +3d7dcf1b7efe51890d821a718846d51e5bdd5ca8 assets/ariasessentials/models/block/slag_brick_block_model5.json +a9c9188c37f26dc9d02e3087945eacc6614a2616 assets/ariasessentials/models/block/slag_brick_block_model6.json +8acaaa69744723c63a0f03af531df876a1970cb7 assets/ariasessentials/models/block/slag_brick_block_model7.json +815e4fb69be94eb6ac8e38a243e56d8c79fb295f assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json +c5c08ce4dab6c8963eca9a0302c3cd2ad4a7b1b7 assets/ariasessentials/models/block/slag_brick_slab_model0_double.json +d7ffc0ed3d8ec0a6ab0370c47061e44f40fc945d assets/ariasessentials/models/block/slag_brick_slab_model0_top.json +cf492120960d35f78810009bc49e60ab7f7fa486 assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json +938399db43f34aa42d1cfb5e7e79b8f76b6abffd assets/ariasessentials/models/block/slag_brick_slab_model1_double.json +01634837a63454606468dfa54131730af72c10ea assets/ariasessentials/models/block/slag_brick_slab_model1_top.json +89f45c3ac027a119b88648c25d2a3afe32ef60fa assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json +fbfa13ce77901bcc8f5df7f4fb986f091696608a assets/ariasessentials/models/block/slag_brick_slab_model2_double.json +f6e718fe7cf732a2d9ec3d2d897ff4ba70364e91 assets/ariasessentials/models/block/slag_brick_slab_model2_top.json +032f3696ddc44cd2945a287fb206b9ff71c599ef assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json +11a167cbefd5eb9bebdfcbf438c05118fe974bcf assets/ariasessentials/models/block/slag_brick_slab_model3_double.json +1d51c32cf45a04e003c9f995980ba8ad13391ca5 assets/ariasessentials/models/block/slag_brick_slab_model3_top.json +d5f5e38c9d69037563daf9467145a32a74dd03cd assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json +27d05cbbc8e61d0cd60e6db3ee3eb6af34f9e490 assets/ariasessentials/models/block/slag_brick_slab_model4_double.json +886014849a6ebae031eae6b89f5ab72bacd1db91 assets/ariasessentials/models/block/slag_brick_slab_model4_top.json +ae075b4c54b27d50ad67be26ca20a63969a9aaa4 assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json +3d7dcf1b7efe51890d821a718846d51e5bdd5ca8 assets/ariasessentials/models/block/slag_brick_slab_model5_double.json +9babb5069bcbdf1dcc8936c7fa90c2734711986f assets/ariasessentials/models/block/slag_brick_slab_model5_top.json +944808a6d6f976d396d345e1aea09c4cd1d40d90 assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json +a9c9188c37f26dc9d02e3087945eacc6614a2616 assets/ariasessentials/models/block/slag_brick_slab_model6_double.json +68cb80727eb90ebb214fcc22b2a781699d1ca4c3 assets/ariasessentials/models/block/slag_brick_slab_model6_top.json +8aa6fc5673376cc5fe4a3260131289c7a37d121b assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json +8acaaa69744723c63a0f03af531df876a1970cb7 assets/ariasessentials/models/block/slag_brick_slab_model7_double.json +58a0efd0e6297503059df5bb52d361125bd63bbb assets/ariasessentials/models/block/slag_brick_slab_model7_top.json +82fc0741b83c02eabfe976e2c57f7eed78d6dda4 assets/ariasessentials/models/block/slag_brick_stairs_model0.json +87f7261e1810fe8c69780a0378f26731453a0817 assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json +f7f45296e5095a0213d3babab299f27c76204290 assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json +878803a6e7f3a9af21a116a63d57928974068269 assets/ariasessentials/models/block/slag_brick_stairs_model1.json +6bc45ab9528ed42d1808117596530cbc26e55cf7 assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json +6b4abf01c3c90643a8a28085c67ef7812c83bbeb assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json +d930eddb532f193c8f8c377cd7b805a1f8b55b7e assets/ariasessentials/models/block/slag_brick_stairs_model2.json +4ef980d22331517a62581431b1b572339dae2fee assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json +acf29e79714310ceba0b0c7d04e2eb3e4f4fb05b assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json +e0c3e4a4c9b064cfbb4363c66977fb9fce8fd8fb assets/ariasessentials/models/block/slag_brick_stairs_model3.json +25d8c22c05532ad524ab3db4dade5dc9176ce57d assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json +65d73a28b3bdcb3863873c3c095b73647fa58172 assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json +21fd936863d8b3cd471204c970e29c6409254192 assets/ariasessentials/models/block/slag_brick_stairs_model4.json +63bbffbba70772da9309040c0f41998e79f67b56 assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json +a44aa34c9ea7ed434ec927968c08e5d377c28663 assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json +eb4fe421ddd9787df10d9885409bffd6ce2df457 assets/ariasessentials/models/block/slag_brick_stairs_model5.json +bbd06b74cb831f69dbdb8c9277df018cf55c8781 assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json +d6dc6602c62f41f360a3c6720fb69feebdda67e3 assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json +e326a5dc83809b8ac68bfed36504df2c97e62ba9 assets/ariasessentials/models/block/slag_brick_stairs_model6.json +1f2b53ec7241db3ed65cfb5a42b12d1ab8cdde73 assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json +dd17c67ad78dc3df75aa360c4d7f3f19859d2129 assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json +465d37088e606aca0c9322bab0308de4594919d1 assets/ariasessentials/models/block/slag_brick_stairs_model7.json +f63e99ac55fa6d83da0f98490741168c9be915fa assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json +2f8ead767edfb5cfe62c6c3b0e486f70d6c41113 assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json +869a7a5d91b7f4a0a273569e56b699b1966298da assets/ariasessentials/models/block/slag_brick_wall_inventory.json +b3009ccc05e55ad4c548d5713bfd38658a46f176 assets/ariasessentials/models/block/slag_brick_wall_post.json +b656ad419754a28459255d5e4d91a0a61a151edd assets/ariasessentials/models/block/slag_brick_wall_side.json +1625b01a44cf69a25e4d269899145618053bb902 assets/ariasessentials/models/block/slag_brick_wall_side_tall.json +06ace07518ff4721526000e58f59c3f297d383de assets/ariasessentials/models/block/steel_catwalk.json +41fa04cb66d261c1b34fc38e71eb5e6679ef86e5 assets/ariasessentials/models/block/steel_catwalk_block.json +d9e92a7fdfa6412b166a5ad9c4c8d05e95d5fd6e assets/ariasessentials/models/block/steel_catwalk_stairs.json +d0bfb72e9eaff2ca262f67606708df8ff3d263ab assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json +e8ea631254037da12604a6a3463dbc55efcee5b1 assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json +c33b748f6f17358bd7d58374caea829f5af46c8d assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json +75f7eb976a90abd77879e048d9eabe744cd8a686 assets/ariasessentials/models/block/steel_catwalk_top.json +3433a47c41fe18713df60fa5f943551ea7ae1e41 assets/ariasessentials/models/block/steel_floor_grating.json +e7f3120933bf9c3e48b630a6451cbadc3cfb49cb assets/ariasessentials/models/block/steel_floor_grating_top.json +711b9bb46c9847800562b02eb8cb83ad18e9cc82 assets/ariasessentials/models/block/steel_railing.json +8f302a21d929580d8500d08ebb54ad6b98071de2 assets/ariasessentials/models/block/steel_table.json +585d5b3662ac26492f4e06ba82306930f94ae07e assets/ariasessentials/models/block/tflipflop.json +4fca23a45d563abf5cf473dc0d1c245d48174b2a assets/ariasessentials/models/item/clinker_brick_block.json +e4ed8c1d0d0f321a19c7e72b059778bbbc9b38b5 assets/ariasessentials/models/item/clinker_brick_slab.json +4fbbce22895215e022ceed79aada64c3a498da6a assets/ariasessentials/models/item/clinker_brick_stained_block.json +cfd5bb6b90aed86d5b1f2a79ad759602e757d299 assets/ariasessentials/models/item/clinker_brick_stained_slab.json +70dade69d93cd2a8bb13b66649554aa8a008b9db assets/ariasessentials/models/item/clinker_brick_stained_stairs.json +32de58b7ecf5f80621f6ac428bbca1eabdee4fa4 assets/ariasessentials/models/item/clinker_brick_stairs.json +735f6b22f4d47baa56f09265a547bd14243fbbfa assets/ariasessentials/models/item/clinker_brick_wall.json +2029fe94fddb4584c8c218dd495f9af9cdb6f982 assets/ariasessentials/models/item/old_industrial_wood_door.json +e45df5a71375fe20f52d2c81895edd6f6923704a assets/ariasessentials/models/item/old_industrial_wood_planks.json +5ceb0939989c6bad50b7603a0c253aa7650d75a3 assets/ariasessentials/models/item/old_industrial_wood_slab.json +f2c6146581b1793da89062f636304d34701e139b assets/ariasessentials/models/item/old_industrial_wood_stairs.json +2842318c98259a52039f5c88e50def2da0c65938 assets/ariasessentials/models/item/panzerglass_block.json +e19788b7a4fd19b6644b7b3cd8341027a87924b2 assets/ariasessentials/models/item/panzerglass_slab.json +c416c65ba1432f9e086fb9aeafd858a39a7d2197 assets/ariasessentials/models/item/rebar_concrete.json +0930887a3e0b9d36102511f24f833b6d63a70272 assets/ariasessentials/models/item/rebar_concrete_slab.json +486260a8b0bf40d21edeceab39ac662535f8b569 assets/ariasessentials/models/item/rebar_concrete_stairs.json +0c1d097c17a15fca6c06be87c473fdd349dec7d9 assets/ariasessentials/models/item/rebar_concrete_tile.json +f3ecca674a4bd675ec63b3b148edc88de54c576b assets/ariasessentials/models/item/rebar_concrete_tile_slab.json +b99b092fe626e391e5eb533568f23fb7afed0f51 assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json +f5b30c210bf0caf72358c09ee0d2150193d004bc assets/ariasessentials/models/item/rebar_concrete_wall.json +208774b106bcff2ed48229d818897d51f3ba5e15 assets/ariasessentials/models/item/slag_brick_block.json +ec4fee31849af62f6e8dacff7f2fcc34f2754404 assets/ariasessentials/models/item/slag_brick_slab.json +6e71f62b2f358995bab7e34e844816aa744582ec assets/ariasessentials/models/item/slag_brick_stairs.json +5ae3417009a2223dbf4ce9c3096a60a8a40c3862 assets/ariasessentials/models/item/slag_brick_wall.json +c0646c29442dbaf600a785bb5825a4dfbdb02c4f assets/ariasessentials/models/item/steel_catwalk.json +372b4c83213fe637ab353d8757ed60bac122a5e9 assets/ariasessentials/models/item/steel_catwalk_block.json +8e44857dec3448ef1020e09a6efd04ab60e93da0 assets/ariasessentials/models/item/steel_catwalk_stairs.json +c26cd1bdd3bb45dfe18c171cfdd503e7e1de95b2 assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json +e4e92018ef47106941e9b8724383d0dbea30475b assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json +ba92440b0a36c5afb4edd51ae1a8c6e6bd7dae85 assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json +cf2fb18ac1885dc8d29dd6910a480e6df6f0159a assets/ariasessentials/models/item/steel_catwalk_top.json +51eb0579a6466a0664e8996fd9282f451977458e assets/ariasessentials/models/item/steel_floor_grating.json +609df26ad277d9ed6f9e10a8c03d828136dd8cbb assets/ariasessentials/models/item/steel_floor_grating_top.json +ac717f3bc13cb5de4400d736175cacc91f525bdc assets/ariasessentials/models/item/steel_railing.json +18a59a078fccb7d9a638033aa76c5175d4abaa01 assets/ariasessentials/models/item/steel_table.json +fadd2e7bba0010cc7e3c0139ffda671a728ebe3f assets/ariasessentials/models/item/tflipflop.json diff --git a/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d b/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d new file mode 100644 index 0000000..b9bc179 --- /dev/null +++ b/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d @@ -0,0 +1,39 @@ +// 1.20.1 2024-04-23T21:53:46.136412523 Loot Tables +2b4a329fcd0a69fdad6c43120bd5de86ad0565af data/ariasessentials/loot_tables/blocks/clinker_brick_block.json +1ec32912180bc6bc4127ed7ddba8be226035858c data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json +f9732252ea209ddd741e2b993a1e8917dd2ea889 data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json +1ebd50d212ef1833facb449ff4926ca684238f5f data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json +28f5cc93c182169e183435e963ed928c69a225d9 data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json +32f687e546f1612d6c07286526f74fe07b68722e data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json +76448d5912a2b70e15f06a117f20fba25c3478f5 data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json +bca58fcac06079b7f2752344c772b8ffeab8089d data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json +3b0ce7d725c2371caa73ea2410c992a8ea7ff7ff data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json +a2e93c784d184ae1d8980adfeb95da35e019c4b2 data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json +19247e0e11cee05a91aaccd1cfaaeb64350ff237 data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json +f51b071b1e2b60826d683f82df769099ac417a81 data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json +4b148fffa1e70d6cf92e05238adf9d31fdd3467e data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json +fed8d1e5bd9b956417a38323aa4e0979ec53ec07 data/ariasessentials/loot_tables/blocks/panzerglass_block.json +153cc5b17296f70dacc811403ab8e4f1f7bc6a6b data/ariasessentials/loot_tables/blocks/panzerglass_slab.json +e051fbb04d7826357629b8b8a83f8d60be4ce11c data/ariasessentials/loot_tables/blocks/rebar_concrete.json +eca7a728946eeb6c5e5134fcda6dca3fc3d4d0a7 data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json +ad2079d44b1a6ff2eb6fa1dd4adf8a7937c14ab6 data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json +789bc6dee44005dab5b78d53e0622572d0e526ea data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json +6cbcd49bbca4f83157d1f885d7f84798376c9a29 data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json +ebebfa576227db555c724e87723f3a909f8dc516 data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json +82cd5b0c697fbf34051df8806b6b65c17fe4a1cb data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json +2617e4fd3251daf22b556499937abdb652a44a31 data/ariasessentials/loot_tables/blocks/slag_brick_block.json +a4399cd298680c12050003b4a90e46b12504048d data/ariasessentials/loot_tables/blocks/slag_brick_slab.json +3b1dd281eaa49d891c4263313723493768c92cda data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json +529f8223ba75cfbb394fe9e4b34b5ab74fc662da data/ariasessentials/loot_tables/blocks/slag_brick_wall.json +5d3aebfbc97fe1ccbac140d2dfe281334529b91f data/ariasessentials/loot_tables/blocks/steel_catwalk.json +a20e219af44834b9df1554cb55a4c41978c10aba data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json +3efdf8a024befe876584ee1062286265a8d0c223 data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json +2b29a805c4e554ede394b497539cf5481d2fb092 data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json +f21d881578dd6d51e10faefa28f31c37c7d1ebcf data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json +a024ff44b73d0e09233dbba2c5731c511feebda0 data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json +b5b1ddda0fb43e0b553667d8fc7b7a036a0c5150 data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json +37eab5175f8d95aba5c946009277f4df27dc0bc7 data/ariasessentials/loot_tables/blocks/steel_floor_grating.json +54db4e8dce7f9d4b654de37cb16f7e292cb4fac9 data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json +7716ab37ac37d21bcb205d283bda1658f75a2df8 data/ariasessentials/loot_tables/blocks/steel_railing.json +878361275ccef96377190d00986722463f8da79c data/ariasessentials/loot_tables/blocks/steel_table.json +9f87deac2a9b034e2b571cf6113bc9ffd90e778e data/ariasessentials/loot_tables/blocks/tflipflop.json diff --git a/src/generated/resources/.cache/a13beeed0580d436d9d88506fb27197f13a07a28 b/src/generated/resources/.cache/a13beeed0580d436d9d88506fb27197f13a07a28 new file mode 100644 index 0000000..5304813 --- /dev/null +++ b/src/generated/resources/.cache/a13beeed0580d436d9d88506fb27197f13a07a28 @@ -0,0 +1,3 @@ +// 1.20.1 2024-03-03T19:41:24.287435722 Item Models: ariasessentials +7a7b51ffc5521b140b43d93f5f874a773917b5f1 assets/ariasessentials/models/item/metal_bar.json +d030664cddc4e7e9f0b16c4500337cee3a36ab17 assets/ariasessentials/models/item/tiab.json diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_block.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_block.json new file mode 100644 index 0000000..abf1a37 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/clinker_brick_block_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json new file mode 100644 index 0000000..bab23ad --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json new file mode 100644 index 0000000..2602152 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/clinker_brick_stained_block_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json new file mode 100644 index 0000000..d10f82d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_double" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model0_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model1_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model2_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model3_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model4_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model5_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model6_top" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..219383c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stained_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stained_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json new file mode 100644 index 0000000..13e551f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/clinker_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/clinker_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json new file mode 100644 index 0000000..a4976c1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/clinker_brick_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json new file mode 100644 index 0000000..42563b0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_left_open", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_bottom_right_open", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_left_open", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "ariasessentials:block/old_industrial_wood_door_top_right_open", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json new file mode 100644 index 0000000..5419f88 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_planks.json @@ -0,0 +1,18 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/old_industrial_wood_planks_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_planks_model3" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json new file mode 100644 index 0000000..bff1e69 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_slab.json @@ -0,0 +1,88 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_double" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_slab_model0_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model1_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model2_top" + }, + { + "model": "ariasessentials:block/old_industrial_wood_slab_model3_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json new file mode 100644 index 0000000..d689f7f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/old_industrial_wood_stairs.json @@ -0,0 +1,1804 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/old_industrial_wood_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_block.json b/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_block.json new file mode 100644 index 0000000..428aee3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_block.json @@ -0,0 +1,18 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/panzerglass_block_model0" + }, + { + "model": "ariasessentials:block/panzerglass_block_model1" + }, + { + "model": "ariasessentials:block/panzerglass_block_model2" + }, + { + "model": "ariasessentials:block/panzerglass_block_model3" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_slab.json new file mode 100644 index 0000000..35035f2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/panzerglass_slab.json @@ -0,0 +1,88 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_double" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/panzerglass_slab_model0_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model1_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model2_top" + }, + { + "model": "ariasessentials:block/panzerglass_slab_model3_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete.json new file mode 100644 index 0000000..7012fe4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/rebar_concrete_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json new file mode 100644 index 0000000..7468bbe --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json new file mode 100644 index 0000000..bb03138 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json new file mode 100644 index 0000000..5c1db84 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..d4ce6d0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_double" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model0_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model1_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model2_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model3_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model4_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model5_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model6_top" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..c0e5399 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_tile_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/rebar_concrete_tile_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json new file mode 100644 index 0000000..87da187 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/rebar_concrete_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/rebar_concrete_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_block.json b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_block.json new file mode 100644 index 0000000..0efb300 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_block.json @@ -0,0 +1,30 @@ +{ + "variants": { + "": [ + { + "model": "ariasessentials:block/slag_brick_block_model0" + }, + { + "model": "ariasessentials:block/slag_brick_block_model1" + }, + { + "model": "ariasessentials:block/slag_brick_block_model2" + }, + { + "model": "ariasessentials:block/slag_brick_block_model3" + }, + { + "model": "ariasessentials:block/slag_brick_block_model4" + }, + { + "model": "ariasessentials:block/slag_brick_block_model5" + }, + { + "model": "ariasessentials:block/slag_brick_block_model6" + }, + { + "model": "ariasessentials:block/slag_brick_block_model7" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_slab.json b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_slab.json new file mode 100644 index 0000000..3418db0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_slab.json @@ -0,0 +1,160 @@ +{ + "variants": { + "type=bottom,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_bottom" + } + ], + "type=bottom,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_bottom" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_bottom" + } + ], + "type=double,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_double" + } + ], + "type=double,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_double" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_double" + } + ], + "type=top,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_top" + } + ], + "type=top,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_slab_model0_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model1_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model2_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model3_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model4_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model5_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model6_top" + }, + { + "model": "ariasessentials:block/slag_brick_slab_model7_top" + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json new file mode 100644 index 0000000..a88b91e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_stairs.json @@ -0,0 +1,3444 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7" + } + ], + "facing=east,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7" + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=east,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=east,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180 + } + ], + "facing=north,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=north,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner" + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer" + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer" + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=south,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=south,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 90 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 90 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=bottom,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=inner_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_inner", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_left,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=outer_right,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7_outer", + "uvlock": true, + "x": 180, + "y": 270 + } + ], + "facing=west,half=top,shape=straight,waterlogged=false": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ], + "facing=west,half=top,shape=straight,waterlogged=true": [ + { + "model": "ariasessentials:block/slag_brick_stairs_model0", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model1", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model2", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model3", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model4", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model5", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model6", + "uvlock": true, + "x": 180, + "y": 180 + }, + { + "model": "ariasessentials:block/slag_brick_stairs_model7", + "uvlock": true, + "x": 180, + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_wall.json b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_wall.json new file mode 100644 index 0000000..d9428b0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/slag_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/slag_brick_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk.json new file mode 100644 index 0000000..86405c8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_catwalk" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json new file mode 100644 index 0000000..ea65aec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_catwalk_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json new file mode 100644 index 0000000..bee5822 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/steel_catwalk_stairs", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/steel_catwalk_stairs" + }, + "facing=south": { + "model": "ariasessentials:block/steel_catwalk_stairs", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/steel_catwalk_stairs", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..d15acf8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/steel_catwalk_stairs_dr", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/steel_catwalk_stairs_dr" + }, + "facing=south": { + "model": "ariasessentials:block/steel_catwalk_stairs_dr", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/steel_catwalk_stairs_dr", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..3f51057 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/steel_catwalk_stairs_lr", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/steel_catwalk_stairs_lr" + }, + "facing=south": { + "model": "ariasessentials:block/steel_catwalk_stairs_lr", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/steel_catwalk_stairs_lr", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..eb2f94c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/steel_catwalk_stairs_rr", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/steel_catwalk_stairs_rr" + }, + "facing=south": { + "model": "ariasessentials:block/steel_catwalk_stairs_rr", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/steel_catwalk_stairs_rr", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json new file mode 100644 index 0000000..8f1b5f1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_catwalk_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating.json new file mode 100644 index 0000000..7ef2258 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_floor_grating" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json new file mode 100644 index 0000000..c5d3a30 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_floor_grating_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_railing.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_railing.json new file mode 100644 index 0000000..601a976 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_railing.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "ariasessentials:block/steel_railing", + "y": 90 + }, + "facing=north": { + "model": "ariasessentials:block/steel_railing" + }, + "facing=south": { + "model": "ariasessentials:block/steel_railing", + "y": 180 + }, + "facing=west": { + "model": "ariasessentials:block/steel_railing", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/steel_table.json b/src/generated/resources/assets/ariasessentials/blockstates/steel_table.json new file mode 100644 index 0000000..dc85544 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/steel_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/steel_table" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/blockstates/tflipflop.json b/src/generated/resources/assets/ariasessentials/blockstates/tflipflop.json new file mode 100644 index 0000000..fcf17b7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/blockstates/tflipflop.json @@ -0,0 +1,64 @@ +{ + "variants": { + "facing=east,inputpower=false,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 90 + }, + "facing=east,inputpower=false,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 90 + }, + "facing=east,inputpower=true,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 90 + }, + "facing=east,inputpower=true,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 90 + }, + "facing=north,inputpower=false,powered=false": { + "model": "ariasessentials:block/tflipflop" + }, + "facing=north,inputpower=false,powered=true": { + "model": "ariasessentials:block/tflipflop" + }, + "facing=north,inputpower=true,powered=false": { + "model": "ariasessentials:block/tflipflop" + }, + "facing=north,inputpower=true,powered=true": { + "model": "ariasessentials:block/tflipflop" + }, + "facing=south,inputpower=false,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 180 + }, + "facing=south,inputpower=false,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 180 + }, + "facing=south,inputpower=true,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 180 + }, + "facing=south,inputpower=true,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 180 + }, + "facing=west,inputpower=false,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 270 + }, + "facing=west,inputpower=false,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 270 + }, + "facing=west,inputpower=true,powered=false": { + "model": "ariasessentials:block/tflipflop", + "y": 270 + }, + "facing=west,inputpower=true,powered=true": { + "model": "ariasessentials:block/tflipflop", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json new file mode 100644 index 0000000..5639f9e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json new file mode 100644 index 0000000..7b24bb9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json new file mode 100644 index 0000000..d9c7e35 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json new file mode 100644 index 0000000..7ed0853 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json new file mode 100644 index 0000000..bfb1fce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json new file mode 100644 index 0000000..90018f0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json new file mode 100644 index 0000000..abc1a0c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json new file mode 100644 index 0000000..248faac --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json new file mode 100644 index 0000000..4f1294a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json new file mode 100644 index 0000000..5639f9e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json new file mode 100644 index 0000000..3046906 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json new file mode 100644 index 0000000..04d6bec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json new file mode 100644 index 0000000..7b24bb9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json new file mode 100644 index 0000000..9c08f8e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json new file mode 100644 index 0000000..7549029 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json new file mode 100644 index 0000000..d9c7e35 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json new file mode 100644 index 0000000..9802deb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json new file mode 100644 index 0000000..459b533 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json new file mode 100644 index 0000000..7ed0853 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json new file mode 100644 index 0000000..c7c04a4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json new file mode 100644 index 0000000..7386123 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json new file mode 100644 index 0000000..bfb1fce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json new file mode 100644 index 0000000..4057d97 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json new file mode 100644 index 0000000..14ade17 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json new file mode 100644 index 0000000..90018f0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json new file mode 100644 index 0000000..5724b69 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json new file mode 100644 index 0000000..57c5265 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json new file mode 100644 index 0000000..abc1a0c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json new file mode 100644 index 0000000..88f360f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json new file mode 100644 index 0000000..24c30f2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json new file mode 100644 index 0000000..248faac --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json new file mode 100644 index 0000000..572e869 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json new file mode 100644 index 0000000..73fd6a5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json new file mode 100644 index 0000000..6a6b419 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json new file mode 100644 index 0000000..3ae29d7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json new file mode 100644 index 0000000..1f8a32d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json new file mode 100644 index 0000000..c6c2ec9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json new file mode 100644 index 0000000..65f0007 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json new file mode 100644 index 0000000..6a2f947 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json new file mode 100644 index 0000000..8c03333 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json new file mode 100644 index 0000000..7cfb79d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json new file mode 100644 index 0000000..73fd6a5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json new file mode 100644 index 0000000..8e13360 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json new file mode 100644 index 0000000..47f8fee --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json new file mode 100644 index 0000000..6a6b419 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json new file mode 100644 index 0000000..7aee18d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json new file mode 100644 index 0000000..313173f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json new file mode 100644 index 0000000..3ae29d7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json new file mode 100644 index 0000000..e7a64da --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json new file mode 100644 index 0000000..7d87bbc --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json new file mode 100644 index 0000000..1f8a32d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json new file mode 100644 index 0000000..bd66adf --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json new file mode 100644 index 0000000..3708403 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json new file mode 100644 index 0000000..c6c2ec9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json new file mode 100644 index 0000000..6100109 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json new file mode 100644 index 0000000..3e95198 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json new file mode 100644 index 0000000..65f0007 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json new file mode 100644 index 0000000..b3d9261 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json new file mode 100644 index 0000000..8777c3c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json new file mode 100644 index 0000000..6a2f947 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json new file mode 100644 index 0000000..70f6da3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json new file mode 100644 index 0000000..ed88fb3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json new file mode 100644 index 0000000..8c03333 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json new file mode 100644 index 0000000..e868cfe --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json new file mode 100644 index 0000000..ab70c9b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json new file mode 100644 index 0000000..3bc8f18 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json new file mode 100644 index 0000000..fb41a7b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json new file mode 100644 index 0000000..88482c1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json new file mode 100644 index 0000000..34fa07b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json new file mode 100644 index 0000000..76f0ee4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json new file mode 100644 index 0000000..6ce14aa --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json new file mode 100644 index 0000000..83a46db --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json new file mode 100644 index 0000000..985759e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json new file mode 100644 index 0000000..72b8b28 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json new file mode 100644 index 0000000..f150b0a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json new file mode 100644 index 0000000..428a4c8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json new file mode 100644 index 0000000..ce81f14 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json new file mode 100644 index 0000000..3810fc1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json new file mode 100644 index 0000000..6dee365 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json new file mode 100644 index 0000000..0c39ff1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json new file mode 100644 index 0000000..057026a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json new file mode 100644 index 0000000..dd427ce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json new file mode 100644 index 0000000..1fa7c47 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json new file mode 100644 index 0000000..136aea6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json new file mode 100644 index 0000000..141192a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json new file mode 100644 index 0000000..5df05af --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json new file mode 100644 index 0000000..f23ffa9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json new file mode 100644 index 0000000..b0bdbe2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stained_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_stained_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json new file mode 100644 index 0000000..77fbaf6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json new file mode 100644 index 0000000..d0cb471 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json new file mode 100644 index 0000000..b1156a6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json new file mode 100644 index 0000000..ed5e7f2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json new file mode 100644 index 0000000..6d8da06 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json new file mode 100644 index 0000000..f320bca --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json new file mode 100644 index 0000000..b647a42 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json new file mode 100644 index 0000000..8855303 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json new file mode 100644 index 0000000..d2d0faa --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json new file mode 100644 index 0000000..b95c490 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json new file mode 100644 index 0000000..47b0205 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json new file mode 100644 index 0000000..73a0f5d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json new file mode 100644 index 0000000..e807d4d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json new file mode 100644 index 0000000..cce4e39 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json new file mode 100644 index 0000000..43885ae --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json new file mode 100644 index 0000000..dde4209 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json new file mode 100644 index 0000000..ab10146 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json new file mode 100644 index 0000000..8c13a9c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json new file mode 100644 index 0000000..18bcaec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json new file mode 100644 index 0000000..1d94fb2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json new file mode 100644 index 0000000..6239b79 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json new file mode 100644 index 0000000..9fa6a6d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json new file mode 100644 index 0000000..d473aac --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json new file mode 100644 index 0000000..5654273 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "side": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7", + "top": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json new file mode 100644 index 0000000..998224c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json new file mode 100644 index 0000000..1d2eb0e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json new file mode 100644 index 0000000..e424210 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json new file mode 100644 index 0000000..fba05de --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/clinker_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/clinker_brick/clinker_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json new file mode 100644 index 0000000..c378c1a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json new file mode 100644 index 0000000..296d607 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json new file mode 100644 index 0000000..4bbea1b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_left_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json new file mode 100644 index 0000000..7ef01a0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json new file mode 100644 index 0000000..1ae0ac1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_bottom_right_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json new file mode 100644 index 0000000..4ed06ec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_left", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json new file mode 100644 index 0000000..feccae3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_left_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json new file mode 100644 index 0000000..9a92cda --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_right", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json new file mode 100644 index 0000000..797b677 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_door_top_right_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_top", + "top": "ariasessentials:block/engineersdecor/door/old_industrial_door_texture_bottom" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json new file mode 100644 index 0000000..577aea8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json new file mode 100644 index 0000000..f4bf971 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json new file mode 100644 index 0000000..e23ae58 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json new file mode 100644 index 0000000..ac02e82 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_planks_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json new file mode 100644 index 0000000..ecfe41e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json new file mode 100644 index 0000000..577aea8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json new file mode 100644 index 0000000..f3f46ec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json new file mode 100644 index 0000000..4fc9faa --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json new file mode 100644 index 0000000..f4bf971 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json new file mode 100644 index 0000000..577100d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json new file mode 100644 index 0000000..7fd58ce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json new file mode 100644 index 0000000..e23ae58 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json new file mode 100644 index 0000000..2de73a5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json new file mode 100644 index 0000000..5381c9e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json new file mode 100644 index 0000000..ac02e82 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json new file mode 100644 index 0000000..7be7a7e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json new file mode 100644 index 0000000..acc63a0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json new file mode 100644 index 0000000..86f282d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json new file mode 100644 index 0000000..8a16412 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json new file mode 100644 index 0000000..52aa7b6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json new file mode 100644 index 0000000..87a81ea --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json new file mode 100644 index 0000000..c061a1c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json new file mode 100644 index 0000000..53b7cda --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json new file mode 100644 index 0000000..99becb1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json new file mode 100644 index 0000000..52f565e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json new file mode 100644 index 0000000..b1c4544 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json new file mode 100644 index 0000000..ea26982 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json new file mode 100644 index 0000000..35b599c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/old_industrial_wood_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "side": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3", + "top": "ariasessentials:block/engineersdecor/material/industrial_planks_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json new file mode 100644 index 0000000..ab63fd6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_inventory.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture_inventory" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json new file mode 100644 index 0000000..66e2dc5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model0.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json new file mode 100644 index 0000000..6e5a55a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model1.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json new file mode 100644 index 0000000..ef9a17e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model2.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json new file mode 100644 index 0000000..fd55598 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_block_model3.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json new file mode 100644 index 0000000..1be35ac --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json new file mode 100644 index 0000000..66e2dc5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json new file mode 100644 index 0000000..303d361 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model0_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json new file mode 100644 index 0000000..7fededd --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json new file mode 100644 index 0000000..6e5a55a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json new file mode 100644 index 0000000..b1c8fa0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model1_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json new file mode 100644 index 0000000..7b1a5b5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json new file mode 100644 index 0000000..ef9a17e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json new file mode 100644 index 0000000..fc0edab --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model2_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json new file mode 100644 index 0000000..8f74c99 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_bottom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json new file mode 100644 index 0000000..fd55598 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_all", + "render_type": "minecraft:translucent", + "textures": { + "all": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json new file mode 100644 index 0000000..2738a5d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/panzerglass_slab_model3_top.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/slab_top", + "render_type": "minecraft:translucent", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "side": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3", + "top": "ariasessentials:block/engineersdecor/glass/panzerglass_block_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json new file mode 100644 index 0000000..a29c246 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json new file mode 100644 index 0000000..558c94d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json new file mode 100644 index 0000000..555c431 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json new file mode 100644 index 0000000..7b5e259 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json new file mode 100644 index 0000000..4918d1a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json new file mode 100644 index 0000000..86abce9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json new file mode 100644 index 0000000..10ad375 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json new file mode 100644 index 0000000..0578281 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json new file mode 100644 index 0000000..7a3ef60 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json new file mode 100644 index 0000000..a29c246 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json new file mode 100644 index 0000000..5635d39 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json new file mode 100644 index 0000000..4fd4c75 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json new file mode 100644 index 0000000..558c94d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json new file mode 100644 index 0000000..10953ed --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json new file mode 100644 index 0000000..0ecd22d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json new file mode 100644 index 0000000..555c431 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json new file mode 100644 index 0000000..da5db3c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json new file mode 100644 index 0000000..3535310 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json new file mode 100644 index 0000000..7b5e259 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json new file mode 100644 index 0000000..161f0f5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json new file mode 100644 index 0000000..ea746ce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json new file mode 100644 index 0000000..4918d1a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json new file mode 100644 index 0000000..7a6cde7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json new file mode 100644 index 0000000..7cff2be --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json new file mode 100644 index 0000000..86abce9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json new file mode 100644 index 0000000..e61786d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json new file mode 100644 index 0000000..95fb75b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json new file mode 100644 index 0000000..10ad375 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json new file mode 100644 index 0000000..823845b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json new file mode 100644 index 0000000..7679d43 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json new file mode 100644 index 0000000..0578281 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json new file mode 100644 index 0000000..f8ddac3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json new file mode 100644 index 0000000..1afb483 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json new file mode 100644 index 0000000..7ad09d2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json new file mode 100644 index 0000000..ff2b074 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json new file mode 100644 index 0000000..a7a0f5e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json new file mode 100644 index 0000000..3b06fc9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json new file mode 100644 index 0000000..f12430f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json new file mode 100644 index 0000000..85a0171 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json new file mode 100644 index 0000000..55c9872 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json new file mode 100644 index 0000000..290dd4f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json new file mode 100644 index 0000000..a51981e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json new file mode 100644 index 0000000..49a3dc8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json new file mode 100644 index 0000000..506a97d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json new file mode 100644 index 0000000..b3f9dd8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json new file mode 100644 index 0000000..56a59a5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json new file mode 100644 index 0000000..159fdc6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json new file mode 100644 index 0000000..a9c754b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json new file mode 100644 index 0000000..4c4a6bb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json new file mode 100644 index 0000000..8d2647b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json new file mode 100644 index 0000000..6b6b34d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json new file mode 100644 index 0000000..9d668bb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json new file mode 100644 index 0000000..7faebbb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json new file mode 100644 index 0000000..e5e918b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json new file mode 100644 index 0000000..d63291a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json new file mode 100644 index 0000000..a9a5643 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json new file mode 100644 index 0000000..7a07c05 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json new file mode 100644 index 0000000..fb767ca --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json new file mode 100644 index 0000000..2501ee1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json new file mode 100644 index 0000000..73e7f5b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json new file mode 100644 index 0000000..6d26bc8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json new file mode 100644 index 0000000..cd383ce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json new file mode 100644 index 0000000..5891bfb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json new file mode 100644 index 0000000..527f936 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json new file mode 100644 index 0000000..ea6caf5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json new file mode 100644 index 0000000..7a07c05 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json new file mode 100644 index 0000000..2b594fa --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json new file mode 100644 index 0000000..97be829 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json new file mode 100644 index 0000000..fb767ca --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json new file mode 100644 index 0000000..d1b8845 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json new file mode 100644 index 0000000..6a96223 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json new file mode 100644 index 0000000..2501ee1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json new file mode 100644 index 0000000..0ae7738 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json new file mode 100644 index 0000000..889e65c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json new file mode 100644 index 0000000..73e7f5b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json new file mode 100644 index 0000000..4b1d969 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json new file mode 100644 index 0000000..0ccc5e8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json new file mode 100644 index 0000000..6d26bc8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json new file mode 100644 index 0000000..a66e5d1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json new file mode 100644 index 0000000..e8e6d3a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json new file mode 100644 index 0000000..cd383ce --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json new file mode 100644 index 0000000..8845bcb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json new file mode 100644 index 0000000..786152f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json new file mode 100644 index 0000000..5891bfb --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json new file mode 100644 index 0000000..e976563 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json new file mode 100644 index 0000000..e310e2f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json new file mode 100644 index 0000000..527f936 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json new file mode 100644 index 0000000..f826628 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json new file mode 100644 index 0000000..8eecf4f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json new file mode 100644 index 0000000..83c748a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json new file mode 100644 index 0000000..23b6325 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json new file mode 100644 index 0000000..4f4af6d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json new file mode 100644 index 0000000..b15ba5e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json new file mode 100644 index 0000000..6bb9f3f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json new file mode 100644 index 0000000..df9c94c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json new file mode 100644 index 0000000..15c45b3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json new file mode 100644 index 0000000..be859ca --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json new file mode 100644 index 0000000..952d869 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json new file mode 100644 index 0000000..07e5c52 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json new file mode 100644 index 0000000..403ce30 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json new file mode 100644 index 0000000..55308ec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json new file mode 100644 index 0000000..b5a55bc --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json new file mode 100644 index 0000000..bd09991 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json new file mode 100644 index 0000000..e912507 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json new file mode 100644 index 0000000..f444684 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json new file mode 100644 index 0000000..6764a88 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json new file mode 100644 index 0000000..86aaf62 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json new file mode 100644 index 0000000..57ede3a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json new file mode 100644 index 0000000..6faf0ff --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json new file mode 100644 index 0000000..30e8fa9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json new file mode 100644 index 0000000..8d549c9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json new file mode 100644 index 0000000..845480f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_tile_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "side": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7", + "top": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_tile_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json new file mode 100644 index 0000000..f224b55 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json new file mode 100644 index 0000000..344e9ac --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json new file mode 100644 index 0000000..5a1152c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json new file mode 100644 index 0000000..f405d86 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/rebar_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/concrete/rebar_concrete_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json new file mode 100644 index 0000000..a2c6e7c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json new file mode 100644 index 0000000..6c2c7e1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json new file mode 100644 index 0000000..abd8b1f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json new file mode 100644 index 0000000..de3b4ba --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json new file mode 100644 index 0000000..da7a784 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json new file mode 100644 index 0000000..1123074 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json new file mode 100644 index 0000000..9103309 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json new file mode 100644 index 0000000..cd009f7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_block_model7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json new file mode 100644 index 0000000..2dd3468 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json new file mode 100644 index 0000000..a2c6e7c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json new file mode 100644 index 0000000..e45c52a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model0_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json new file mode 100644 index 0000000..5f117c1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json new file mode 100644 index 0000000..6c2c7e1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json new file mode 100644 index 0000000..d241a46 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model1_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json new file mode 100644 index 0000000..a307c14 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json new file mode 100644 index 0000000..abd8b1f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json new file mode 100644 index 0000000..d3e7924 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model2_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json new file mode 100644 index 0000000..e713321 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json new file mode 100644 index 0000000..de3b4ba --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json new file mode 100644 index 0000000..e4a83c7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model3_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json new file mode 100644 index 0000000..4176d45 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json new file mode 100644 index 0000000..da7a784 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json new file mode 100644 index 0000000..0041d69 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model4_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json new file mode 100644 index 0000000..e7f3413 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json new file mode 100644 index 0000000..1123074 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json new file mode 100644 index 0000000..9824fca --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model5_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json new file mode 100644 index 0000000..a394f2a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json new file mode 100644 index 0000000..9103309 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json new file mode 100644 index 0000000..29d759e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model6_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json new file mode 100644 index 0000000..aaa6416 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json new file mode 100644 index 0000000..cd009f7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_double.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json new file mode 100644 index 0000000..da5c0d3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_slab_model7_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json new file mode 100644 index 0000000..e73be34 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json new file mode 100644 index 0000000..5ccfcb6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json new file mode 100644 index 0000000..e9d33a2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model0_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json new file mode 100644 index 0000000..47b5dd7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json new file mode 100644 index 0000000..ad3507c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json new file mode 100644 index 0000000..1e13784 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model1_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json new file mode 100644 index 0000000..a10c7ec --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json new file mode 100644 index 0000000..80348cd --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json new file mode 100644 index 0000000..4210e44 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model2_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json new file mode 100644 index 0000000..f279aaa --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json new file mode 100644 index 0000000..93b7943 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json new file mode 100644 index 0000000..23308a1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model3_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json new file mode 100644 index 0000000..023819f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json new file mode 100644 index 0000000..36a5b24 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json new file mode 100644 index 0000000..5b0e232 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model4_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json new file mode 100644 index 0000000..c00f1f2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json new file mode 100644 index 0000000..7f95f14 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json new file mode 100644 index 0000000..5208530 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model5_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json new file mode 100644 index 0000000..e2cbc96 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json new file mode 100644 index 0000000..cb6ddd8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json new file mode 100644 index 0000000..4604c12 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model6_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json new file mode 100644 index 0000000..cb12521 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json new file mode 100644 index 0000000..cb3c42b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json new file mode 100644 index 0000000..3cd7743 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_stairs_model7_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "side": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7", + "top": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_texture7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json new file mode 100644 index 0000000..ee73ed8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json new file mode 100644 index 0000000..3a8e76a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json new file mode 100644 index 0000000..e08c599 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json new file mode 100644 index 0000000..4cc1107 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/slag_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/engineersdecor/slag_brick/slag_brick_wall0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk.json new file mode 100644 index 0000000..5827c0b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_block.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_block.json new file mode 100644 index 0000000..aba08a5 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/steel_catwalk_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json new file mode 100644 index 0000000..7fa1ed7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..34caa59 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_dr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_dr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..d320c85 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_lr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_lr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..1fde452 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_stairs_rr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_stairs_rr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_top.json b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_top.json new file mode 100644 index 0000000..cd9e0e1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_catwalk_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating.json b/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating.json new file mode 100644 index 0000000..1ac7a6c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_floor_grating" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json b/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json new file mode 100644 index 0000000..272d64d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_floor_grating_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_floor_grating_top" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_railing.json b/src/generated/resources/assets/ariasessentials/models/block/steel_railing.json new file mode 100644 index 0000000..234af68 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_railing.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_railing" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/steel_table.json b/src/generated/resources/assets/ariasessentials/models/block/steel_table.json new file mode 100644 index 0000000..944528a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/steel_table.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/engineersdecor/furniture/steel_table" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/block/tflipflop.json b/src/generated/resources/assets/ariasessentials/models/block/tflipflop.json new file mode 100644 index 0000000..ab49651 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/block/tflipflop.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/logicgates/tflipflop" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_block.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_block.json new file mode 100644 index 0000000..fea28c4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_block_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_slab.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_slab.json new file mode 100644 index 0000000..bddbf0d --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json new file mode 100644 index 0000000..87317c7 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_block_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json new file mode 100644 index 0000000..7b02d8a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..f9729a1 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stained_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stained_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json new file mode 100644 index 0000000..f06c004 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_wall.json b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_wall.json new file mode 100644 index 0000000..ac48af8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/clinker_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/clinker_brick_wall_inventory" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/metal_bar.json b/src/generated/resources/assets/ariasessentials/models/item/metal_bar.json new file mode 100644 index 0000000..96985c0 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/metal_bar.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/metal_bar" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json new file mode 100644 index 0000000..b3dcca4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_door.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_door" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json new file mode 100644 index 0000000..3518b07 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_planks_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json new file mode 100644 index 0000000..7c4605c --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json new file mode 100644 index 0000000..656dc43 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/old_industrial_wood_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/old_industrial_wood_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/panzerglass_block.json b/src/generated/resources/assets/ariasessentials/models/item/panzerglass_block.json new file mode 100644 index 0000000..852f3e6 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/panzerglass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/panzerglass_block_inventory" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/panzerglass_slab.json b/src/generated/resources/assets/ariasessentials/models/item/panzerglass_slab.json new file mode 100644 index 0000000..8312f20 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/panzerglass_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/panzerglass_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete.json new file mode 100644 index 0000000..4c30753 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json new file mode 100644 index 0000000..46db292 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json new file mode 100644 index 0000000..395b6d4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json new file mode 100644 index 0000000..b518834 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..45b67f8 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..d4ab9ae --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_tile_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json new file mode 100644 index 0000000..318665f --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/rebar_concrete_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/rebar_concrete_wall_inventory" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/slag_brick_block.json b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_block.json new file mode 100644 index 0000000..daaef79 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_block_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/slag_brick_slab.json b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_slab.json new file mode 100644 index 0000000..79f29f9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_slab_model0_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/slag_brick_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_stairs.json new file mode 100644 index 0000000..37b186b --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_stairs_model0" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/slag_brick_wall.json b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_wall.json new file mode 100644 index 0000000..6697705 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/slag_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/slag_brick_wall_inventory" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk.json new file mode 100644 index 0000000..b63ebe3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_block.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_block.json new file mode 100644 index 0000000..f95cbc4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_block.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json new file mode 100644 index 0000000..c203015 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..ef44ad3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_stairs_dr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..a8c54e3 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_stairs_lr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..2cde4f9 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_stairs_rr" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_top.json b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_top.json new file mode 100644 index 0000000..5b6147a --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_catwalk_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_catwalk_top" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating.json b/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating.json new file mode 100644 index 0000000..fb687d4 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_floor_grating" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json b/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json new file mode 100644 index 0000000..d20c2e2 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_floor_grating_top" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_railing.json b/src/generated/resources/assets/ariasessentials/models/item/steel_railing.json new file mode 100644 index 0000000..bcee8bf --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_railing.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_railing" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/steel_table.json b/src/generated/resources/assets/ariasessentials/models/item/steel_table.json new file mode 100644 index 0000000..9e4d400 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/steel_table.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/steel_table" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/tflipflop.json b/src/generated/resources/assets/ariasessentials/models/item/tflipflop.json new file mode 100644 index 0000000..9e4200e --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/tflipflop.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/tflipflop" +} \ No newline at end of file diff --git a/src/generated/resources/assets/ariasessentials/models/item/tiab.json b/src/generated/resources/assets/ariasessentials/models/item/tiab.json new file mode 100644 index 0000000..1dc1627 --- /dev/null +++ b/src/generated/resources/assets/ariasessentials/models/item/tiab.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "ariasessentials:item/tiab" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json new file mode 100644 index 0000000..f2431da --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json new file mode 100644 index 0000000..06f1af8 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_recessed" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_recessed" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json new file mode 100644 index 0000000..193f783 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:clinker_brick_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:clinker_brick_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json new file mode 100644 index 0000000..38a8a4c --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stained_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json new file mode 100644 index 0000000..0bfdc30 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:clinker_brick_stained_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:clinker_brick_stained_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json new file mode 100644 index 0000000..33662ea --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stained_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stained_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stained_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json new file mode 100644 index 0000000..16f0b79 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json new file mode 100644 index 0000000..fd71e5b --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_vertically_slit" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_vertically_slit" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json new file mode 100644 index 0000000..8acdff6 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:clinker_brick_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/clinker_brick_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json new file mode 100644 index 0000000..db50789 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_door.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "block": "ariasessentials:old_industrial_wood_door", + "condition": "minecraft:block_state_property", + "properties": { + "half": "lower" + } + } + ], + "name": "ariasessentials:old_industrial_wood_door" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_door" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json new file mode 100644 index 0000000..f632593 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_planks.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:old_industrial_wood_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_planks" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json new file mode 100644 index 0000000..385d258 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:old_industrial_wood_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:old_industrial_wood_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json new file mode 100644 index 0000000..9d4d7ef --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/old_industrial_wood_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:old_industrial_wood_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/old_industrial_wood_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json new file mode 100644 index 0000000..f76b27e --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:panzerglass_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/panzerglass_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json new file mode 100644 index 0000000..6905dff --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/panzerglass_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:panzerglass_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:panzerglass_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/panzerglass_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json new file mode 100644 index 0000000..24776cd --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json new file mode 100644 index 0000000..246894e --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:rebar_concrete_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:rebar_concrete_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json new file mode 100644 index 0000000..3adc79b --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json new file mode 100644 index 0000000..264e282 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json new file mode 100644 index 0000000..82ce2e4 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:rebar_concrete_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:rebar_concrete_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json new file mode 100644 index 0000000..524d94a --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json new file mode 100644 index 0000000..5ca9667 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/rebar_concrete_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:rebar_concrete_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/rebar_concrete_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json new file mode 100644 index 0000000..b076ed7 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json new file mode 100644 index 0000000..057e29e --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "ariasessentials:slag_brick_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "ariasessentials:slag_brick_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json new file mode 100644 index 0000000..619085a --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json new file mode 100644 index 0000000..8c35559 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/slag_brick_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:slag_brick_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/slag_brick_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json new file mode 100644 index 0000000..9530d54 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json new file mode 100644 index 0000000..0a8181c --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json new file mode 100644 index 0000000..6fb12d1 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..3e63e57 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_stairs_dr" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_dr" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..01e03ad --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_stairs_lr" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_lr" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..125acdd --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_stairs_rr" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_rr" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json new file mode 100644 index 0000000..4bb9da5 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_catwalk_top" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_catwalk_top" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json new file mode 100644 index 0000000..6eb3d4c --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_floor_grating" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_floor_grating" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json new file mode 100644 index 0000000..f9c7d34 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_floor_grating_top" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_floor_grating_top" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_railing.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_railing.json new file mode 100644 index 0000000..3f1f834 --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_railing.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_railing" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_railing" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_table.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_table.json new file mode 100644 index 0000000..365255f --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/steel_table.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:steel_table" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/steel_table" +} \ No newline at end of file diff --git a/src/generated/resources/data/ariasessentials/loot_tables/blocks/tflipflop.json b/src/generated/resources/data/ariasessentials/loot_tables/blocks/tflipflop.json new file mode 100644 index 0000000..0db794a --- /dev/null +++ b/src/generated/resources/data/ariasessentials/loot_tables/blocks/tflipflop.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "ariasessentials:tflipflop" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ariasessentials:blocks/tflipflop" +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/essentials/AriasEssentials.java b/src/main/java/dev/zontreck/essentials/AriasEssentials.java index dd077aa..840d6f2 100644 --- a/src/main/java/dev/zontreck/essentials/AriasEssentials.java +++ b/src/main/java/dev/zontreck/essentials/AriasEssentials.java @@ -5,27 +5,49 @@ import java.util.HashMap; import java.util.Map; import java.util.Random; import java.util.UUID; +import java.util.concurrent.Executors; +import java.util.concurrent.ScheduledExecutorService; +import java.util.concurrent.ScheduledThreadPoolExecutor; -import dev.zontreck.ariaslib.util.DelayedExecutorService; +import dev.zontreck.essentials.antiexplode.CreeperHealQueue; +import dev.zontreck.essentials.blocks.ModBlocks; import dev.zontreck.essentials.client.Keybindings; +import dev.zontreck.essentials.client.renderer.TimeBoostEntityRenderer; import dev.zontreck.essentials.commands.teleport.TeleportActioner; import dev.zontreck.essentials.configs.client.AEClientConfig; import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.essentials.entities.ModEntities; +import dev.zontreck.essentials.events.MainEventHandlers; import dev.zontreck.essentials.events.TeleportEvent; -import dev.zontreck.essentials.gui.HeartsRenderer; +import dev.zontreck.essentials.client.renderer.HeartsRenderer; +import dev.zontreck.essentials.imc.Events; +import dev.zontreck.essentials.items.CreativeModeTabs; +import dev.zontreck.essentials.items.ModItems; import dev.zontreck.essentials.networking.ModMessages; import dev.zontreck.essentials.rtp.RTPCaches; import dev.zontreck.essentials.rtp.RTPCachesEventHandlers; import dev.zontreck.essentials.util.BackPositionCaches; import dev.zontreck.essentials.util.CommandCooldowns; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueue; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueueRegistry; +import dev.zontreck.libzontreck.memory.world.SavedBlock; import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.SNbtIo; import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.libzontreck.vectors.Vector3i; import dev.zontreck.libzontreck.vectors.WorldPosition; +import net.minecraft.client.renderer.entity.EntityRenderers; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.NbtUtils; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; import net.minecraftforge.event.entity.living.LivingDeathEvent; +import net.minecraftforge.event.level.ExplosionEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import org.slf4j.Logger; @@ -53,6 +75,7 @@ public class AriasEssentials { public static boolean ALIVE; public static Map player_homes = new HashMap<>(); public static boolean DEBUG = true; + public static ScheduledExecutorService executorService = Executors.newScheduledThreadPool(1); @@ -60,10 +83,11 @@ public class AriasEssentials { { IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus(); bus.addListener(this::setup); - DelayedExecutorService.setup(); + LOGGER.info("/!\\ Loading Aria's Essentials Configuration Files /!\\"); AEServerConfig.loadFromFile(); AEClientConfig.loadFromFile(); + LOGGER.info("/!\\ DONE LOADING AECONFIG /!\\"); @@ -75,8 +99,16 @@ public class AriasEssentials { MinecraftForge.EVENT_BUS.register(new RTPCachesEventHandlers()); MinecraftForge.EVENT_BUS.register(new CommandCooldowns()); MinecraftForge.EVENT_BUS.register(RTPCachesEventHandlers.class); + MinecraftForge.EVENT_BUS.register(Events.class); + MinecraftForge.EVENT_BUS.register(MainEventHandlers.class); + + ModItems.register(bus); + ModBlocks.register(bus); + ModEntities.register(bus); + CreativeModeTabs.register(bus); } + @SubscribeEvent public void onTeleport(TeleportEvent event) { @@ -99,8 +131,9 @@ public class AriasEssentials { public void onServerStart(final ServerStartedEvent ev) { ALIVE=true; + // Print out the server config - + LOGGER.debug(NbtUtils.structureToSnbt(AEServerConfig.getInstance().serialize())); } @@ -109,9 +142,6 @@ public class AriasEssentials { { ALIVE=false; LOGGER.info("Tearing down Aria's Essentials functions and tasks"); - DelayedExecutorService.stop(); - - DelayedExecutorService.getInstance().EXECUTORS.clear(); RTPCaches.Locations.clear(); } @@ -141,9 +171,17 @@ public class AriasEssentials { LOGGER.info("Client setup"); + EntityRenderers.register(ModEntities.TIAB_ENTITY.get(), TimeBoostEntityRenderer::new); MinecraftForge.EVENT_BUS.register(new HeartsRenderer()); } + @OnlyIn(Dist.CLIENT) + @SubscribeEvent + public static void onRegisterKeyBinds(RegisterKeyMappingsEvent ev) + { + ev.register(Keybindings.AUTOWALK); + } + } } diff --git a/src/main/java/dev/zontreck/essentials/antiexplode/CreeperHealQueue.java b/src/main/java/dev/zontreck/essentials/antiexplode/CreeperHealQueue.java new file mode 100644 index 0000000..5c0179e --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/antiexplode/CreeperHealQueue.java @@ -0,0 +1,43 @@ +package dev.zontreck.essentials.antiexplode; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.libzontreck.memory.world.*; +import net.minecraft.world.level.block.Blocks; + +import java.util.concurrent.ScheduledFuture; +import java.util.concurrent.TimeUnit; + +public class CreeperHealQueue extends BlockRestoreQueue +{ + + @Override + public String getRestoreQueueName() { + return "creeperheal"; + } + + @Override + public boolean usesDatabase() { + return true; + } + + @Override + public void databaseUpdate(PrimitiveBlock block) { + if(Blocks.AIR == block.blockType) return; // Do not cache air + super.databaseUpdate(block); + notifyDirtyQueue(true); + } + + @Override + public void notifyDirtyQueue(boolean b) { + // Queue was modified. + // Restart the timer for repairing blocks if necessary + } + + @Override + public boolean sorted() { + return true; + } + + +} diff --git a/src/main/java/dev/zontreck/essentials/blocks/ModBlocks.java b/src/main/java/dev/zontreck/essentials/blocks/ModBlocks.java new file mode 100644 index 0000000..383cb73 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/blocks/ModBlocks.java @@ -0,0 +1,330 @@ +package dev.zontreck.essentials.blocks; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.blocks.logicgates.TFlipFlopBlock; +import dev.zontreck.essentials.items.CreativeModeTabs; +import dev.zontreck.libzontreck.blocks.BlockCustomVoxels; +import dev.zontreck.libzontreck.blocks.PartialTransparentBlock; +import dev.zontreck.libzontreck.blocks.PartialTransparentSlabBlock; +import dev.zontreck.libzontreck.blocks.RotatableBlockCustomVoxels; +import dev.zontreck.libzontreck.edlibmc.Auxiliaries; +import dev.zontreck.libzontreck.edlibmc.StandardBlocks; +import net.minecraft.core.BlockPos; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BlockSetType; +import net.minecraft.world.phys.AABB; +import net.minecraft.world.phys.shapes.BooleanOp; +import net.minecraft.world.phys.shapes.Shapes; +import net.minecraft.world.phys.shapes.VoxelShape; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.stream.Stream; + +public class ModBlocks { + + private static BlockBehaviour.StatePredicate shulkerState = (p_152653_, p_152654_, p_152655_) -> { + BlockEntity blockentity = p_152654_.getBlockEntity(p_152655_); + if (!(blockentity instanceof ShulkerBoxBlockEntity)) { + return true; + } else { + ShulkerBoxBlockEntity shulkerboxblockentity = (ShulkerBoxBlockEntity)blockentity; + return shulkerboxblockentity.isClosed(); + } + }; + + + public static final DeferredRegister BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, AriasEssentials.MODID); + public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, AriasEssentials.MODID); + + private static boolean never(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return false; + } + private static boolean always(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return true; + } + + + private static boolean neverSpawn(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos, EntityType entityType) { + return false; + } + + public static void register(IEventBus bus){ + BLOCKS.register(bus); + ITEMS.register(bus); + AriasEssentials.LOGGER.info("Registering all blocks..."); + } + + private static BlockBehaviour.Properties standardBehavior() + { + return BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(7F).destroyTime(6).isValidSpawn(ModBlocks::neverSpawn); + } + private static BlockBehaviour.Properties gratingBlock() + { + return standardBehavior() + .noOcclusion() + .strength(0.5f, 2000f) + .isViewBlocking(ModBlocks::never); + } + + private static BlockBehaviour.Properties stoneLikeBehavior() + { + return BlockBehaviour.Properties.copy(Blocks.COBBLESTONE).isValidSpawn(ModBlocks::neverSpawn); + } + + private static BlockBehaviour.Properties explosionResistance() + { + return standardBehavior().explosionResistance(1200); + } + + private static BlockBehaviour.Properties noViewBlocking() + { + return standardBehavior().noOcclusion().isViewBlocking(ModBlocks::never); + } + + private static BlockBehaviour.Properties fullBright() + { + return standardBehavior().lightLevel((X)->{ + return 15; + }).noOcclusion(); + } + + private static BlockBehaviour.Properties standard = standardBehavior(); + + private static BlockBehaviour.Properties explosionResistance = explosionResistance(); + + private static BlockBehaviour.Properties noViewBlocking = noViewBlocking(); + + private static BlockBehaviour.Properties stone = stoneLikeBehavior(); + + private static BlockBehaviour.Properties gratingBlock = gratingBlock(); + + private static BlockBehaviour.Properties poolLightClean = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 15); + private static BlockBehaviour.Properties poolLightDirty = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 12); + private static BlockBehaviour.Properties poolLightFilthy = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 4); + + + public static RegistryObject registerWithItem(RegistryObject blk, Item.Properties props) + { + CreativeModeTabs.addToAETab(ITEMS.register(blk.getId().getPath(), ()->new BlockItem(blk.get(), props))); + + return blk; + } + + + /* + + ENGINEERS DECOR BLOCKS + + */ + + public static final RegistryObject CLINKER_BRICK_BLOCK = registerWithItem(BLOCKS.register("clinker_brick_block", ()->new StandardBlocks.BaseBlock( + StandardBlocks.CFG_DEFAULT, + BlockBehaviour.Properties.of().strength(0.5f, 7f).sound(SoundType.STONE) + )), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_RECESSED = registerWithItem(BLOCKS.register("clinker_brick_recessed", ()->new StandardBlocks.HorizontalWaterLoggable( + StandardBlocks.CFG_CUTOUT|StandardBlocks.CFG_HORIZIONTAL|StandardBlocks.CFG_LOOK_PLACEMENT, + BlockBehaviour.Properties.of().strength(0.5f, 7f).sound(SoundType.STONE), + new AABB[] { + Auxiliaries.getPixeledAABB( 3,0, 0, 13,16, 1), + Auxiliaries.getPixeledAABB( 0,0, 1, 16,16,11), + Auxiliaries.getPixeledAABB( 4,0,11, 12,16,13) + } + )), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_VERTICALLY_SLIT = registerWithItem(BLOCKS.register("clinker_brick_vertically_slit", ()->new StandardBlocks.HorizontalWaterLoggable( + StandardBlocks.CFG_CUTOUT|StandardBlocks.CFG_HORIZIONTAL|StandardBlocks.CFG_LOOK_PLACEMENT, + BlockBehaviour.Properties.of().strength(0.5f, 7f).sound(SoundType.STONE), + new AABB[] { + Auxiliaries.getPixeledAABB( 3,0, 0, 13,16, 1), + Auxiliaries.getPixeledAABB( 3,0,15, 13,16,16), + Auxiliaries.getPixeledAABB( 0,0, 1, 16,16,15) + } + )), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_SLAB = registerWithItem(BLOCKS.register("clinker_brick_slab", ()->new SlabBlock(BlockBehaviour.Properties.copy(Blocks.STONE_SLAB))), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_STAIRS = registerWithItem(BLOCKS.register("clinker_brick_stairs", ()->new StairBlock(CLINKER_BRICK_BLOCK.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.STONE_STAIRS))), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_WALL = registerWithItem(BLOCKS.register("clinker_brick_wall", ()->new WallBlock(BlockBehaviour.Properties.copy(Blocks.STONE_BRICK_WALL))), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_STAINED_BLOCK = registerWithItem(BLOCKS.register("clinker_brick_stained_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_STAINED_SLAB = registerWithItem(BLOCKS.register("clinker_brick_stained_slab", ()-> new SlabBlock(BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + public static final RegistryObject CLINKER_BRICK_STAINED_STAIRS = registerWithItem(BLOCKS.register("clinker_brick_stained_stairs", ()-> new StairBlock(CLINKER_BRICK_STAINED_BLOCK.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + /*public static final RegistryObject CLINKER_BRICK_VERTICAL_SLAB_STRUCTURED = registerWithItem(BLOCKS.register("clinker_brick_vertical_slab_structured", () -> new StandardBlocks.HorizontalWaterLoggable( + StandardBlocks.CFG_CUTOUT | StandardBlocks.CFG_HORIZIONTAL | StandardBlocks.CFG_LOOK_PLACEMENT, + BlockBehaviour.Properties.of().strength(0.5f, 7f).sound(SoundType.STONE), + new AABB[]{ + Auxiliaries.getPixeledAABB(0, 0, 0, 16, 16, 8), + } + )), new Item.Properties());*/ + + public static final RegistryObject SLAG_BRICK_BLOCK = registerWithItem(BLOCKS.register("slag_brick_block", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + public static final RegistryObject SLAG_BRICK_SLAB = registerWithItem(BLOCKS.register("slag_brick_slab", ()-> new SlabBlock(BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + public static final RegistryObject SLAG_BRICK_STAIRS = registerWithItem(BLOCKS.register("slag_brick_stairs", ()-> new StairBlock(SLAG_BRICK_BLOCK.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.STONE))), new Item.Properties()); + + public static final RegistryObject SLAG_BRICK_WALL = registerWithItem(BLOCKS.register("slag_brick_wall", ()-> new WallBlock(BlockBehaviour.Properties.copy(Blocks.STONE_BRICK_WALL))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_BLOCK = registerWithItem(BLOCKS.register("rebar_concrete", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.STONE).isValidSpawn(ModBlocks::neverSpawn).strength(1f, 2000f))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_SLAB = registerWithItem(BLOCKS.register("rebar_concrete_slab", ()-> new SlabBlock(BlockBehaviour.Properties.copy(Blocks.STONE).strength(1f, 2000f).isValidSpawn(ModBlocks::neverSpawn))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_STAIRS = registerWithItem(BLOCKS.register("rebar_concrete_stairs", ()-> new StairBlock(ModBlocks.REBAR_CONCRETE_BLOCK.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.STONE).strength(1f, 2000f).isValidSpawn(ModBlocks::neverSpawn))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_WALL = registerWithItem(BLOCKS.register("rebar_concrete_wall", ()-> new WallBlock(BlockBehaviour.Properties.copy(Blocks.STONE).strength(1f, 2000f).isValidSpawn(ModBlocks::neverSpawn))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_TILE_BLOCK = registerWithItem(BLOCKS.register("rebar_concrete_tile", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.STONE).isValidSpawn(ModBlocks::neverSpawn).strength(1f, 2000f))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_TILE_SLAB = registerWithItem(BLOCKS.register("rebar_concrete_tile_slab", ()-> new SlabBlock(BlockBehaviour.Properties.copy(Blocks.STONE).strength(1f, 2000f).isValidSpawn(ModBlocks::neverSpawn))), new Item.Properties()); + + public static final RegistryObject REBAR_CONCRETE_TILE_STAIRS = registerWithItem(BLOCKS.register("rebar_concrete_tile_stairs", ()-> new StairBlock(ModBlocks.REBAR_CONCRETE_BLOCK.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.STONE).strength(1f, 2000f).isValidSpawn(ModBlocks::neverSpawn))), new Item.Properties()); + + /*public static final RegistryObject REBAR_CONCRETE_HALFSLAB = registerWithItem(BLOCKS.register("halfslab_rebar_concrete", () -> new SlabSliceBlock( + StandardBlocks.CFG_CUTOUT, + BlockBehaviour.Properties.of().strength(1.0f, 2000f).sound(SoundType.STONE).isValidSpawn(ModBlocks::neverSpawn) + )), new Item.Properties());*/ + + public static final RegistryObject PANZER_GLASS_BLOCK = registerWithItem(BLOCKS.register("panzerglass_block", ()-> new PartialTransparentBlock(BlockBehaviour.Properties.of().noOcclusion().strength(0.5f, 2000f).isValidSpawn(ModBlocks::neverSpawn).sound(SoundType.METAL))), new Item.Properties()); + + public static final RegistryObject PANZER_GLASS_SLAB = registerWithItem(BLOCKS.register("panzerglass_slab", ()-> new PartialTransparentSlabBlock(BlockBehaviour.Properties.of().noOcclusion().strength(0.5f, 2000f).isValidSpawn(ModBlocks::neverSpawn).sound(SoundType.METAL))), new Item.Properties()); + + public static final RegistryObject OLD_INDUSTRIAL_WOOD_PLANKS = registerWithItem(BLOCKS.register("old_industrial_wood_planks", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.OAK_PLANKS).strength(0.5f, 6f).sound(SoundType.WOOD))), new Item.Properties()); + + public static final RegistryObject OLD_INDUSTRIAL_WOOD_SLAB = registerWithItem(BLOCKS.register("old_industrial_wood_slab", ()-> new SlabBlock(BlockBehaviour.Properties.copy(Blocks.OAK_PLANKS).strength(0.5f, 6f).sound(SoundType.WOOD))), new Item.Properties()); + + public static final RegistryObject OLD_INDUSTRIAL_WOOD_STAIRS = registerWithItem(BLOCKS.register("old_industrial_wood_stairs", ()-> new StairBlock(ModBlocks.OLD_INDUSTRIAL_WOOD_PLANKS.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.OAK_PLANKS).strength(0.5f, 6f).sound(SoundType.WOOD))), new Item.Properties()); + + public static final RegistryObject OLD_INDUSTRIAL_WOOD_DOOR = registerWithItem(BLOCKS.register("old_industrial_wood_door", ()-> new DoorBlock(BlockBehaviour.Properties.copy(Blocks.OAK_PLANKS).strength(0.5f, 6f).noOcclusion(), BlockSetType.DARK_OAK)), new Item.Properties()); + + public static final RegistryObject STEEL_CATWALK = registerWithItem(BLOCKS.register("steel_catwalk", ()-> new BlockCustomVoxels(gratingBlock, Block.box(0, 0, 0, 16, 2, 16))), new Item.Properties()); + + public static final RegistryObject STEEL_CATWALK_TOP = registerWithItem(BLOCKS.register("steel_catwalk_top", ()-> new BlockCustomVoxels(gratingBlock, Block.box(0, 14, 0, 16, 16, 16))), new Item.Properties()); + + public static final RegistryObject STEEL_GRATING = registerWithItem(BLOCKS.register("steel_floor_grating", ()-> new BlockCustomVoxels(gratingBlock, Block.box(0, 0, 0, 16, 2, 16))), new Item.Properties()); + + public static final RegistryObject STEEL_GRATING_TOP = registerWithItem(BLOCKS.register("steel_floor_grating_top", ()-> new BlockCustomVoxels(gratingBlock, Block.box(0, 14, 0, 16, 16, 16))), new Item.Properties()); + + public static final RegistryObject STEEL_TABLE = registerWithItem(BLOCKS.register("steel_table", ()-> new BlockCustomVoxels(gratingBlock, Block.box(0, 0, 0, 16, 16, 16))), new Item.Properties()); + + private static final VoxelShape STEEL_CATWALK_STAIRS_NORTH = Shapes.join(Block.box(1, 10, 0, 15, 12, 8), Block.box(1, 2, 8, 15, 4, 16), BooleanOp.OR); + + private static final VoxelShape STEEL_CATWALK_STAIRS_SOUTH = Shapes.join(Block.box(1, 10, 8, 15, 12, 16), Block.box(1, 2, 0, 15, 4, 8), BooleanOp.OR); + + private static final VoxelShape STEEL_CATWALK_STAIRS_EAST = Shapes.join(Block.box(8, 10, 1, 16, 12, 15), Block.box(0, 2, 1, 8, 4, 15), BooleanOp.OR); + + private static final VoxelShape STEEL_CATWALK_STAIRS_WEST = Shapes.join(Block.box(0, 10, 1, 8, 12, 15), Block.box(8, 2, 1, 16, 4, 15), BooleanOp.OR); + + public static final RegistryObject STEEL_CATWALK_STAIRS = registerWithItem(BLOCKS.register("steel_catwalk_stairs", ()-> new RotatableBlockCustomVoxels(gratingBlock, STEEL_CATWALK_STAIRS_NORTH, STEEL_CATWALK_STAIRS_SOUTH, STEEL_CATWALK_STAIRS_WEST, STEEL_CATWALK_STAIRS_EAST)), new Item.Properties()); + + private static final VoxelShape STEEL_CATWALK_STAIRS_LR_NORTH = Stream.of( + Block.box(1, 2, 8, 15, 4, 16), + Block.box(1, 10, 0, 15, 12, 8), + Block.box(0, 0, 0, 1, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_LR_SOUTH = Stream.of( + Block.box(1, 2, 0, 15, 4, 8), + Block.box(1, 10, 8, 15, 12, 16), + Block.box(15, 0, 0, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_LR_EAST = Stream.of( + Block.box(0, 2, 1, 8, 4, 15), + Block.box(8, 10, 1, 16, 12, 15), + Block.box(0, 0, 0, 16, 21, 1) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_LR_WEST = Stream.of( + Block.box(8, 2, 1, 16, 4, 15), + Block.box(0, 10, 1, 8, 12, 15), + Block.box(0, 0, 15, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + public static final RegistryObject STEEL_CATWALK_STAIRS_LR = registerWithItem(BLOCKS.register("steel_catwalk_stairs_lr", ()-> new RotatableBlockCustomVoxels(gratingBlock, STEEL_CATWALK_STAIRS_LR_NORTH, STEEL_CATWALK_STAIRS_LR_SOUTH, STEEL_CATWALK_STAIRS_LR_WEST, STEEL_CATWALK_STAIRS_LR_EAST)), new Item.Properties()); + + private static final VoxelShape STEEL_CATWALK_STAIRS_RR_NORTH = Stream.of( + Block.box(1, 2, 8, 15, 4, 16), + Block.box(1, 10, 0, 15, 12, 8), + Block.box(15, 0, 0, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_RR_SOUTH = Stream.of( + Block.box(1, 2, 0, 15, 4, 8), + Block.box(1, 10, 8, 15, 12, 16), + Block.box(0, 0, 0, 1, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_RR_EAST = Stream.of( + Block.box(0, 2, 1, 8, 4, 15), + Block.box(8, 10, 1, 16, 12, 15), + Block.box(0, 0, 15, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_RR_WEST = Stream.of( + Block.box(8, 2, 1, 16, 4, 15), + Block.box(0, 10, 1, 8, 12, 15), + Block.box(0, 0, 0, 16, 21, 1) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + public static final RegistryObject STEEL_CATWALK_STAIRS_RR = registerWithItem(BLOCKS.register("steel_catwalk_stairs_rr", ()-> new RotatableBlockCustomVoxels(gratingBlock, STEEL_CATWALK_STAIRS_RR_NORTH, STEEL_CATWALK_STAIRS_RR_SOUTH, STEEL_CATWALK_STAIRS_RR_WEST, STEEL_CATWALK_STAIRS_RR_EAST)), new Item.Properties()); + + private static final VoxelShape STEEL_CATWALK_STAIRS_DR_NORTH = Stream.of( + Block.box(1, 10, 0, 15, 12, 8), + Block.box(1, 2, 8, 15, 4, 16), + Block.box(0, 0, 0, 1, 21, 16), + Block.box(15, 0, 0, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_DR_SOUTH = Stream.of( + Block.box(1, 10, 8, 15, 12, 16), + Block.box(1, 2, 0, 15, 4, 8), + Block.box(15, 0, 0, 16, 21, 16), + Block.box(0, 0, 0, 1, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_DR_WEST = Stream.of( + Block.box(8, 10, 1, 16, 12, 15), + Block.box(0, 2, 1, 8, 4, 15), + Block.box(0, 0, 0, 16, 21, 1), + Block.box(0, 0, 15, 16, 21, 16) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + private static final VoxelShape STEEL_CATWALK_STAIRS_DR_EAST = Stream.of( + Block.box(0, 10, 1, 8, 12, 15), + Block.box(8, 2, 1, 16, 4, 15), + Block.box(0, 0, 15, 16, 21, 16), + Block.box(0, 0, 0, 16, 21, 1) + ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); + + public static final RegistryObject STEEL_CATWALK_STAIRS_DR = registerWithItem(BLOCKS.register("steel_catwalk_stairs_dr", ()-> new RotatableBlockCustomVoxels(gratingBlock, STEEL_CATWALK_STAIRS_DR_NORTH, STEEL_CATWALK_STAIRS_DR_SOUTH, STEEL_CATWALK_STAIRS_DR_WEST, STEEL_CATWALK_STAIRS_DR_EAST)), new Item.Properties()); + + private static final VoxelShape STEEL_RAILING_NORTH = Block.box(0.25, 0.25, 0.25, 15.75, 16, 1.25); + private static final VoxelShape STEEL_RAILING_SOUTH = Block.box(0.25, 0.25, 14.75, 15.75, 16, 15.75); + + private static final VoxelShape STEEL_RAILING_WEST = Block.box(14.75, 0.25, 0.25, 15.75, 16, 15.75); + private static final VoxelShape STEEL_RAILING_EAST = Block.box(0.25, 0.25, 0.25, 1.25, 16, 15.75); + public static final RegistryObject STEEL_RAILING = registerWithItem(BLOCKS.register("steel_railing", ()->new RotatableBlockCustomVoxels(gratingBlock, STEEL_RAILING_NORTH, STEEL_RAILING_SOUTH, STEEL_RAILING_WEST, STEEL_RAILING_EAST)), new Item.Properties()); + + public static final RegistryObject STEEL_CATWALK_BLOCK = registerWithItem(BLOCKS.register("steel_catwalk_block", ()-> new Block(gratingBlock)), new Item.Properties()); + + public static final VoxelShape SHAPE_T_FLIPFLOP = Block.box(0, 0, 0, 16, 1, 16); + + public static final RegistryObject TFLIPFLOP_BLOCK = registerWithItem(BLOCKS.register("tflipflop", () -> new TFlipFlopBlock(noViewBlocking().noOcclusion().noCollission())), new Item.Properties()); + + +} diff --git a/src/main/java/dev/zontreck/essentials/blocks/logicgates/TFlipFlopBlock.java b/src/main/java/dev/zontreck/essentials/blocks/logicgates/TFlipFlopBlock.java new file mode 100644 index 0000000..635b800 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/blocks/logicgates/TFlipFlopBlock.java @@ -0,0 +1,55 @@ +package dev.zontreck.essentials.blocks.logicgates; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.blocks.ModBlocks; +import dev.zontreck.libzontreck.blocks.RedstoneBlock; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.NbtUtils; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.LevelReader; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.shapes.CollisionContext; +import net.minecraft.world.phys.shapes.VoxelShape; + +public class TFlipFlopBlock extends RedstoneBlock +{ + + + public TFlipFlopBlock(Properties p_49795_) { + super(p_49795_, Direction.NORTH, Direction.SOUTH); + } + + @Override + public boolean propagatesSkylightDown(BlockState p_49928_, BlockGetter p_49929_, BlockPos p_49930_) { + return true; + } + + @Override + public VoxelShape getShape(BlockState p_60555_, BlockGetter p_60556_, BlockPos p_60557_, CollisionContext p_60558_) { + return ModBlocks.SHAPE_T_FLIPFLOP; + } + + @Override + protected void onRedstone(LevelReader levelReader, BlockPos blockPos, boolean b) { + } + + @Override + protected void onRedstoneInputChanged(LevelReader levelReader, BlockPos blockPos, boolean b) { + BlockState state = levelReader.getBlockState(blockPos); + AriasEssentials.LOGGER.info("Redstone connected to TFlipFlop block, B : " + b + "; INP:" + state.getValue(INPUT_POWER) + "; POW:" + state.getValue(POWERED)); + if (b) { + if (state.getValue(POWERED)) { + state.setValue(POWERED, false); + } else { + state.setValue(POWERED, true); + } + } + } + + @Override + public int getSignal(BlockState state, BlockGetter level, BlockPos pos, Direction direction) { + int signal = super.getSignal(state, level, pos, direction); + return state.getValue(FACING) == direction ? signal : 0; + } +} diff --git a/src/main/java/dev/zontreck/essentials/client/Keybindings.java b/src/main/java/dev/zontreck/essentials/client/Keybindings.java index cad9a55..612567f 100644 --- a/src/main/java/dev/zontreck/essentials/client/Keybindings.java +++ b/src/main/java/dev/zontreck/essentials/client/Keybindings.java @@ -5,9 +5,8 @@ import com.mojang.blaze3d.platform.InputConstants; import net.minecraft.client.KeyMapping; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; @OnlyIn(Dist.CLIENT) public class Keybindings { @@ -20,5 +19,11 @@ public class Keybindings { final KeyMapping key = new KeyMapping(name, keycode, category); return key; } + + @SubscribeEvent + public static void registerKeyMappings(RegisterKeyMappingsEvent event) + { + event.register(AUTOWALK); + } } diff --git a/src/main/java/dev/zontreck/essentials/gui/HeartsRenderer.java b/src/main/java/dev/zontreck/essentials/client/renderer/HeartsRenderer.java similarity index 89% rename from src/main/java/dev/zontreck/essentials/gui/HeartsRenderer.java rename to src/main/java/dev/zontreck/essentials/client/renderer/HeartsRenderer.java index 85bc727..5eb2b37 100644 --- a/src/main/java/dev/zontreck/essentials/gui/HeartsRenderer.java +++ b/src/main/java/dev/zontreck/essentials/client/renderer/HeartsRenderer.java @@ -7,7 +7,7 @@ * */ -package dev.zontreck.essentials.gui; +package dev.zontreck.essentials.client.renderer; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.PoseStack; @@ -17,7 +17,7 @@ import dev.zontreck.essentials.configs.client.AEClientConfig; import net.minecraft.Util; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Gui; -import net.minecraft.client.gui.GuiComponent; +import net.minecraft.client.gui.GuiGraphics; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; import net.minecraft.world.effect.MobEffectInstance; @@ -44,7 +44,7 @@ public class HeartsRenderer { "textures/gui/hearts.png"); private static final ResourceLocation ICON_ABSORB = new ResourceLocation(AriasEssentials.MODID, "textures/gui/absorb.png"); - private static final ResourceLocation ICON_VANILLA = GuiComponent.GUI_ICONS_LOCATION; + private static final ResourceLocation ICON_VANILLA = Gui.GUI_ICONS_LOCATION; private final Minecraft mc = Minecraft.getInstance(); @@ -67,8 +67,8 @@ public class HeartsRenderer { * @param width Width to draw * @param height Height to draw */ - private void blit(PoseStack matrixStack, int x, int y, int textureX, int textureY, int width, int height) { - Minecraft.getInstance().gui.blit(matrixStack, x, y, textureX, textureY, width, height); + private void blit(GuiGraphics matrixStack, int x, int y, int textureX, int textureY, int width, int height, ResourceLocation resource) { + matrixStack.blit(resource, x, y, textureX, textureY, width, height); } /* HUD */ @@ -178,7 +178,7 @@ public class HeartsRenderer { MARGIN += 72; float absorbRemaining = absorb; - PoseStack matrixStack = event.getPoseStack(); + GuiGraphics matrixStack = event.getGuiGraphics(); for (int i = Mth.ceil((healthMax + absorb) / 2.0F) - 1; i >= 0; --i) { int row = Mth.ceil((float) (i + 1) / 10.0F) - 1; int x = left + i % 10 * 8; @@ -189,29 +189,29 @@ public class HeartsRenderer { if (i == this.regen) y -= 2; - this.blit(matrixStack, x, y, BACKGROUND, TOP, 9, 9); + this.blit(matrixStack, x, y, BACKGROUND, TOP, 9, 9, ICON_VANILLA); if (highlight) { if (i * 2 + 1 < healthLast) { - this.blit(matrixStack, x, y, MARGIN + 54, TOP, 9, 9); // 6 + this.blit(matrixStack, x, y, MARGIN + 54, TOP, 9, 9, ICON_VANILLA); // 6 } else if (i * 2 + 1 == healthLast) { - this.blit(matrixStack, x, y, MARGIN + 63, TOP, 9, 9); // 7 + this.blit(matrixStack, x, y, MARGIN + 63, TOP, 9, 9, ICON_VANILLA); // 7 } } if (absorbRemaining > 0.0F) { if (absorbRemaining == absorb && absorb % 2.0F == 1.0F) { - this.blit(matrixStack, x, y, MARGIN + 153, TOP, 9, 9); // 17 + this.blit(matrixStack, x, y, MARGIN + 153, TOP, 9, 9, ICON_VANILLA); // 17 absorbRemaining -= 1.0F; } else { - this.blit(matrixStack, x, y, MARGIN + 144, TOP, 9, 9); // 16 + this.blit(matrixStack, x, y, MARGIN + 144, TOP, 9, 9, ICON_VANILLA); // 16 absorbRemaining -= 2.0F; } } else { if (i * 2 + 1 < health) { - this.blit(matrixStack, x, y, MARGIN + 36, TOP, 9, 9); // 4 + this.blit(matrixStack, x, y, MARGIN + 36, TOP, 9, 9, ICON_VANILLA); // 4 } else if (i * 2 + 1 == health) { - this.blit(matrixStack, x, y, MARGIN + 45, TOP, 9, 9); // 5 + this.blit(matrixStack, x, y, MARGIN + 45, TOP, 9, 9, ICON_VANILLA); // 5 } } } @@ -229,10 +229,9 @@ public class HeartsRenderer { RenderSystem.disableBlend(); this.mc.getProfiler().pop(); MinecraftForge.EVENT_BUS - .post(new RenderGuiOverlayEvent.Post(mc.getWindow(), event.getPoseStack(), event.getPartialTick(), ActualOverlay)); + .post(new RenderGuiOverlayEvent.Post(mc.getWindow(), event.getGuiGraphics(), event.getPartialTick(), ActualOverlay)); } - /** * Gets the texture from potion effects * @@ -264,7 +263,7 @@ public class HeartsRenderer { * @param yBasePos Health bar top corner * @param player Player instance */ - private void renderExtraHearts(PoseStack matrixStack, int xBasePos, int yBasePos, Player player) { + private void renderExtraHearts(GuiGraphics matrixStack, int xBasePos, int yBasePos, Player player) { int potionOffset = this.getPotionOffset(player); // Extra hearts @@ -273,7 +272,6 @@ public class HeartsRenderer { this.renderCustomHearts(matrixStack, xBasePos, yBasePos, potionOffset, hp, false); } - /** * Renders the absorption health above 10 hearts * @@ -282,7 +280,7 @@ public class HeartsRenderer { * @param yBasePos Health bar top corner * @param player Player instance */ - private void renderExtraAbsorption(PoseStack matrixStack, int xBasePos, int yBasePos, Player player) { + private void renderExtraAbsorption(GuiGraphics matrixStack, int xBasePos, int yBasePos, Player player) { int potionOffset = this.getPotionOffset(player); // Extra hearts @@ -303,6 +301,7 @@ public class HeartsRenderer { /** * Shared logic to render custom hearts + * * @param matrixStack Matrix stack instance * @param xBasePos Health bar top corner * @param yBasePos Health bar top corner @@ -310,7 +309,8 @@ public class HeartsRenderer { * @param count Number to render * @param absorb If true, render absorption hearts */ - private void renderCustomHearts(PoseStack matrixStack, int xBasePos, int yBasePos, int potionOffset, int count, boolean absorb) { + private void renderCustomHearts(GuiGraphics matrixStack, int xBasePos, int yBasePos, int potionOffset, int count, + boolean absorb) { int regenOffset = absorb ? 10 : 0; for (int iter = 0; iter < count / 20; iter++) { int renderHearts = (count - 20 * (iter + 1)) / 2; @@ -321,16 +321,16 @@ public class HeartsRenderer { for (int i = 0; i < renderHearts; i++) { int y = this.getYRegenOffset(i, regenOffset); if (absorb) { - this.blit(matrixStack, xBasePos + 8 * i, yBasePos + y, 0, 54, 9, 9); + this.blit(matrixStack, xBasePos + 8 * i, yBasePos + y, 0, 54, 9, 9, ICON_ABSORB); } - this.blit(matrixStack, xBasePos + 8 * i, yBasePos + y, 18 * heartIndex, potionOffset, 9, 9); + this.blit(matrixStack, xBasePos + 8 * i, yBasePos + y, 18 * heartIndex, potionOffset, 9, 9, ICON_HEARTS); } if (count % 2 == 1 && renderHearts < 10) { int y = this.getYRegenOffset(renderHearts, regenOffset); if (absorb) { - this.blit(matrixStack, xBasePos + 8 * renderHearts, yBasePos + y, 0, 54, 9, 9); + this.blit(matrixStack, xBasePos + 8 * renderHearts, yBasePos + y, 0, 54, 9, 9, ICON_ABSORB); } - this.blit(matrixStack, xBasePos + 8 * renderHearts, yBasePos + y, 9 + 18 * heartIndex, potionOffset, 9, 9); + this.blit(matrixStack, xBasePos + 8 * renderHearts, yBasePos + y, 9 + 18 * heartIndex, potionOffset, 9, 9, ICON_HEARTS); } } } diff --git a/src/main/java/dev/zontreck/essentials/client/renderer/TimeBoostEntityRenderer.java b/src/main/java/dev/zontreck/essentials/client/renderer/TimeBoostEntityRenderer.java new file mode 100644 index 0000000..1ed3bf2 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/client/renderer/TimeBoostEntityRenderer.java @@ -0,0 +1,60 @@ +package dev.zontreck.essentials.client.renderer; + +import com.mojang.blaze3d.vertex.PoseStack; +import com.mojang.math.Axis; +import dev.zontreck.essentials.entities.TimeBoostEntity; +import net.minecraft.ChatFormatting; +import net.minecraft.client.gui.Font; +import net.minecraft.client.renderer.MultiBufferSource; +import net.minecraft.client.renderer.entity.EntityRenderer; +import net.minecraft.client.renderer.entity.EntityRendererProvider; +import net.minecraft.resources.ResourceLocation; +import org.joml.Quaternionf; +import org.joml.Vector3f; + +public class TimeBoostEntityRenderer extends EntityRenderer +{ + + public TimeBoostEntityRenderer(EntityRendererProvider.Context erp) { + super(erp); + } + + + + @Override + public void render(TimeBoostEntity entity, float entityYaw, float partialTicks, PoseStack matrixStack, MultiBufferSource bufferIn, int packedLightIn) { + String timeRate = "x" + 2 * entity.getTimeRate(); + float paddingLeftRight = 2 * entity.getTimeRate() < 10 ? 0.11F : 0.19F; + drawText(matrixStack, bufferIn, timeRate, new Vector3f(-paddingLeftRight, 0.064F, 0.51F), Axis.YP.rotationDegrees(0), ChatFormatting.WHITE.getColor()); // Front + drawText(matrixStack, bufferIn, timeRate, new Vector3f(paddingLeftRight, 0.064F, -0.51F), Axis.YP.rotationDegrees(180F), ChatFormatting.WHITE.getColor()); // Back + drawText(matrixStack, bufferIn, timeRate, new Vector3f(0.51F, 0.064F, paddingLeftRight), Axis.YP.rotationDegrees(90F), ChatFormatting.WHITE.getColor()); // Right + drawText(matrixStack, bufferIn, timeRate, new Vector3f(-0.51F, 0.064F, -paddingLeftRight), Axis.YP.rotationDegrees(-90F), ChatFormatting.WHITE.getColor()); // Left + drawText(matrixStack, bufferIn, timeRate, new Vector3f(-paddingLeftRight, 0.51F, -0.064F), Axis.XP.rotationDegrees(90F), ChatFormatting.WHITE.getColor()); // Top + drawText(matrixStack, bufferIn, timeRate, new Vector3f(-paddingLeftRight, -0.51F, 0.064F), Axis.XP.rotationDegrees(-90F), ChatFormatting.WHITE.getColor()); // Bottom + } + + @Override + public ResourceLocation getTextureLocation(TimeBoostEntity entity) { + return null; + } + + private void drawText(PoseStack matrixStack, MultiBufferSource source, String text, Vector3f translateVector, Quaternionf rotate, int color) { + matrixStack.pushPose(); + matrixStack.translate(translateVector.x(), translateVector.y(), translateVector.z()); + matrixStack.scale(0.02F, -0.02F, 0.02F); + matrixStack.mulPose(rotate); + getFont().drawInBatch( + text, + 0, + 0, + -1, + false, + matrixStack.last().pose(), + source, + Font.DisplayMode.NORMAL, + 0, + color + ); + matrixStack.popPose(); + } +} diff --git a/src/main/java/dev/zontreck/essentials/commands/gui/HeartsCommand.java b/src/main/java/dev/zontreck/essentials/commands/gui/HeartsCommand.java index cbd8e60..6e869e0 100644 --- a/src/main/java/dev/zontreck/essentials/commands/gui/HeartsCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/gui/HeartsCommand.java @@ -2,7 +2,6 @@ package dev.zontreck.essentials.commands.gui; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.BoolArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.essentials.networking.ModMessages; @@ -10,7 +9,6 @@ import dev.zontreck.essentials.networking.packets.s2c.S2CUpdateHearts; import dev.zontreck.libzontreck.util.ChatHelpers; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.common.MinecraftForge; public class HeartsCommand @@ -23,30 +21,24 @@ public class HeartsCommand private static int hearts(CommandSourceStack stack, boolean compressHearts) { - ServerPlayer player = null; - try { - player = stack.getPlayerOrException(); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } - var exec = new CommandExecutionEvent(player, "hearts"); + var exec = new CommandExecutionEvent(stack.getPlayer(), "hearts"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; } // Send the state to the client, then update the config // Send feedback to the user - ChatHelpers.broadcastTo(player.getUUID(), ChatHelpers.macro(Messages.HEARTS_UPDATED), stack.getServer()); + ChatHelpers.broadcastTo(stack.getPlayer().getUUID(), ChatHelpers.macro(Messages.HEARTS_UPDATED), stack.getServer()); S2CUpdateHearts update = new S2CUpdateHearts(compressHearts); - ModMessages.sendToPlayer(update, player); + ModMessages.sendToPlayer(update, stack.getPlayer()); return 0; } private static int usage(CommandSourceStack stack) { - ChatHelpers.broadcastTo(stack.getEntity().getUUID(), ChatHelpers.macro(Messages.HEARTS_USAGE), stack.getServer()); + ChatHelpers.broadcastTo(stack.getPlayer().getUUID(), ChatHelpers.macro(Messages.HEARTS_USAGE), stack.getServer()); return 0; diff --git a/src/main/java/dev/zontreck/essentials/commands/homes/DelHomeCommand.java b/src/main/java/dev/zontreck/essentials/commands/homes/DelHomeCommand.java index 8e24648..32e66a7 100644 --- a/src/main/java/dev/zontreck/essentials/commands/homes/DelHomeCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/homes/DelHomeCommand.java @@ -3,7 +3,6 @@ package dev.zontreck.essentials.commands.homes; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.AriasEssentials; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; @@ -22,10 +21,8 @@ public class DelHomeCommand { Commands.literal("rmhome") .executes(c->rmHome(c.getSource(), "default")) .then(Commands.argument("nickname", StringArgumentType.string()) - .suggests(HomesSuggestionProvider.PROVIDER) - .executes(c -> rmHome(c.getSource(), StringArgumentType.getString(c, "nickname"))) - ) + ) ); //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { @@ -37,12 +34,7 @@ public class DelHomeCommand { private static int rmHome(CommandSourceStack ctx, String homeName) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(ctx.getPlayerOrException(), "delhome"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(ctx.getPlayer(), "delhome"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; diff --git a/src/main/java/dev/zontreck/essentials/commands/homes/HomeCommand.java b/src/main/java/dev/zontreck/essentials/commands/homes/HomeCommand.java index da9b6cc..6787eb9 100644 --- a/src/main/java/dev/zontreck/essentials/commands/homes/HomeCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/homes/HomeCommand.java @@ -22,8 +22,7 @@ import net.minecraftforge.common.MinecraftForge; public class HomeCommand { public static void register(CommandDispatcher dispatcher) { - dispatcher.register(Commands.literal("home").executes(c-> home(c.getSource(), "default")) - .then(Commands.argument("nickname", StringArgumentType.string()).suggests(HomesSuggestionProvider.PROVIDER).executes(c -> home(c.getSource(), StringArgumentType.getString(c, "nickname"))))); + dispatcher.register(Commands.literal("home").executes(c-> home(c.getSource(), "default")).then(Commands.argument("name", StringArgumentType.string()).executes(c->home(c.getSource(), StringArgumentType.getString(c, "name"))))); //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { //String arg = StringArgumentType.getString(command, "nickname"); @@ -33,12 +32,7 @@ public class HomeCommand { private static int home(CommandSourceStack ctx, String homeName) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(ctx.getPlayerOrException(), "home"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(ctx.getPlayer(), "home"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; diff --git a/src/main/java/dev/zontreck/essentials/commands/homes/HomesCommand.java b/src/main/java/dev/zontreck/essentials/commands/homes/HomesCommand.java index b87baa8..36dbf9a 100644 --- a/src/main/java/dev/zontreck/essentials/commands/homes/HomesCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/homes/HomesCommand.java @@ -60,7 +60,7 @@ public class HomesCommand { { stack = new ItemStack(Items.GRASS_BLOCK, 1); } - stack.setHoverName(ChatHelpers.macro(string.homeName)); + stack.setHoverName(Component.literal(string.homeName)); ChestGUIButton button = new ChestGUIButton(stack, (stackx, container, lore)-> { diff --git a/src/main/java/dev/zontreck/essentials/commands/homes/SetHomeCommand.java b/src/main/java/dev/zontreck/essentials/commands/homes/SetHomeCommand.java index cafb06a..ea936c8 100644 --- a/src/main/java/dev/zontreck/essentials/commands/homes/SetHomeCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/homes/SetHomeCommand.java @@ -17,8 +17,9 @@ import dev.zontreck.essentials.homes.Home; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.essentials.configs.server.AEServerConfig; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector2f; +import dev.zontreck.libzontreck.vectors.Vector2i; +import dev.zontreck.libzontreck.vectors.Vector3d; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.server.level.ServerPlayer; @@ -43,12 +44,7 @@ public class SetHomeCommand { private static int setHome(CommandSourceStack ctx, String homeName) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(ctx.getPlayerOrException(), "sethome"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(ctx.getPlayer(), "sethome"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -64,7 +60,7 @@ public class SetHomeCommand { p = ctx.getPlayerOrException(); - if(TeleportActioner.isBlacklistedDimension(p.getLevel())) + if(TeleportActioner.isBlacklistedDimension(p.serverLevel())) { ChatHelpers.broadcastTo(p, ChatHelpers.macro(Messages.ESSENTIALS_PREFIX + AEServerConfig.getInstance().messages.BlacklistedDimensionError), p.server); @@ -74,11 +70,10 @@ public class SetHomeCommand { Vec3 position = p.position(); Vec2 rot = p.getRotationVector(); - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); - - BlockState bs = p.getLevel().getBlockState(dest.Position.moveDown().asBlockPos()); + TeleportDestination dest = new TeleportDestination(new Vector3d(position), new Vector2f(rot), p.serverLevel()); + BlockState bs = p.serverLevel().getBlockState(dest.Position.moveDown().asBlockPos()); - Home newhome = new Home(p, homeName, dest, new ItemStack(bs.getBlock().asItem())); + Home newhome = new Home(p, homeName, dest, new ItemStack(p.getBlockStateOn().getBlock().asItem())); AriasEssentials.player_homes.get(p.getUUID()).add(newhome); diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/BackCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/BackCommand.java index c5185ac..c513f5a 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/BackCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/BackCommand.java @@ -1,7 +1,6 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.configs.server.AEServerConfig; import dev.zontreck.essentials.events.CommandExecutionEvent; @@ -21,12 +20,7 @@ public class BackCommand public static int back(CommandSourceStack ctx) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(ctx.getPlayerOrException(), "back"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(ctx.getPlayer(), "back"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -34,20 +28,20 @@ public class BackCommand try { if(!AEServerConfig.getInstance().back.Enabled && !ctx.hasPermission(ctx.getServer().getOperatorUserPermissionLevel())) { - ChatHelpers.broadcastTo(ctx.getPlayerOrException(), ChatHelpers.macro(Messages.TELEPORT_BACK_DISABLED), ctx.getServer()); + ChatHelpers.broadcastTo(ctx.getPlayer(), ChatHelpers.macro(Messages.TELEPORT_BACK_DISABLED), ctx.getServer()); return 0; } - WorldPosition wp = BackPositionCaches.Pop(ctx.getPlayerOrException().getUUID()); + WorldPosition wp = BackPositionCaches.Pop(ctx.getPlayer().getUUID()); - ChatHelpers.broadcastTo(ctx.getPlayerOrException(), ChatHelpers.macro(Messages.TELEPORT_BACK), ctx.getServer()); + ChatHelpers.broadcastTo(ctx.getPlayer(), ChatHelpers.macro(Messages.TELEPORT_BACK), ctx.getServer()); - TeleportContainer cont = new TeleportContainer(ctx.getPlayerOrException(), wp.Position.asMinecraftVector(), ctx.getRotation(), wp.getActualDimension()); + TeleportContainer cont = new TeleportContainer(ctx.getPlayer(), wp.Position.asMinecraftVector(), ctx.getRotation(), wp.getActualDimension()); - TeleportActioner.ApplyTeleportEffect(ctx.getPlayerOrException()); + TeleportActioner.ApplyTeleportEffect(ctx.getPlayer()); TeleportActioner.PerformTeleport(cont, true); } catch (Exception e) { - ChatHelpers.broadcastTo(ctx.getEntity().getUUID(), ChatHelpers.macro(Messages.NO_BACK), ctx.getServer()); + ChatHelpers.broadcastTo(ctx.getPlayer(), ChatHelpers.macro(Messages.NO_BACK), ctx.getServer()); } return 0; } diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/RTPCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/RTPCommand.java index d27174b..bbaeee0 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/RTPCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/RTPCommand.java @@ -2,7 +2,6 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.essentials.rtp.RandomPositionFactory; import net.minecraft.commands.CommandSourceStack; @@ -28,12 +27,7 @@ public class RTPCommand { private static int rtp(CommandSourceStack source) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "rtp"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "rtp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -64,7 +58,7 @@ public class RTPCommand { Vec3 pos = pla.position(); //boolean found_place= false; - RandomPositionFactory.beginRTP(pla, pla.getLevel()); + RandomPositionFactory.beginRTP(pla, pla.serverLevel()); } diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/SpawnCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/SpawnCommand.java index a17f712..009a381 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/SpawnCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/SpawnCommand.java @@ -2,7 +2,6 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.libzontreck.util.ChatHelpers; @@ -28,12 +27,7 @@ public class SpawnCommand { private static int respawn(CommandSourceStack source) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "spawn"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "spawn"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -42,10 +36,10 @@ public class SpawnCommand { ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(Messages.RESPAWNING), p.server); - BlockPos spawn = p.getLevel().getSharedSpawnPos(); + BlockPos spawn = p.serverLevel().getSharedSpawnPos(); TeleportActioner.ApplyTeleportEffect(p); - TeleportContainer cont = new TeleportContainer(p, new Vec3(spawn.getX(), spawn.getY(), spawn.getZ()), Vec2.ZERO, p.getLevel()); + TeleportContainer cont = new TeleportContainer(p, new Vec3(spawn.getX(), spawn.getY(), spawn.getZ()), Vec2.ZERO, p.serverLevel()); TeleportActioner.PerformTeleport(cont, false); diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TPACommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TPACommand.java index ebe30fe..2bb85a4 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TPACommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TPACommand.java @@ -2,9 +2,7 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.ariaslib.terminal.Task; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.libzontreck.chat.ChatColor; @@ -38,12 +36,7 @@ public class TPACommand { private static int tpa(CommandSourceStack source, ServerPlayer serverPlayer) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "tpa"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "tpa"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -108,23 +101,29 @@ public class TPACommand { append(ChatHelpers.macro(Messages.TELEPORT_DENY).setStyle(s2)), serverPlayer.server); TeleportRegistry.get().add(cont); - DelayedExecutorService.getInstance().schedule(new Task("tpa_expire",true){ + Thread tx = new Thread(new Task("tpa_expire",true){ @Override public void run() { + try { + Thread.sleep(30 * 1000); + } catch (InterruptedException e) { + e.printStackTrace(); + } if(!(TeleportRegistry.get().contains(cont)))return; TeleportRegistry.get().remove(cont); ChatHelpers.broadcastTo(cont.ToPlayer, ChatHelpers.macro("!Dark_Red!Teleport request has expired"), cont.Dimension.getServer()); ChatHelpers.broadcastTo(cont.FromPlayer, ChatHelpers.macro("!Dark_Red!Teleport request has expired"), cont.Dimension.getServer()); } - }, 30); + }); + tx.start(); return 0; } private static int usage(CommandSourceStack source) { - ChatHelpers.broadcastTo(source.getEntity().getUUID(), ChatHelpers.macro("/tpa USAGE\n\n "+ChatColor.BOLD + ChatColor.DARK_GRAY+"/tpa "+ChatColor.DARK_RED+"target_player\n"), source.getServer()); + source.sendSystemMessage(ChatHelpers.macro("/tpa USAGE\n\n "+ChatColor.BOLD + ChatColor.DARK_GRAY+"/tpa "+ChatColor.DARK_RED+"target_player\n")); return 0; } } diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TPAHereCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TPAHereCommand.java index 0305739..c802592 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TPAHereCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TPAHereCommand.java @@ -2,9 +2,7 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.ariaslib.terminal.Task; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.libzontreck.chat.ChatColor; @@ -34,12 +32,7 @@ public class TPAHereCommand { private static int tpa(CommandSourceStack source, ServerPlayer serverPlayer) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "tpahere"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "tpahere"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -105,22 +98,27 @@ public class TPAHereCommand { TeleportRegistry.get().add(cont); - DelayedExecutorService.getInstance().schedule(new Task("tpahere_expire",true){ + Thread tx = new Thread(new Task("tpahere_expire",true){ @Override public void run() { + try { + Thread.sleep(30 * 1000); + } catch (InterruptedException e) { + e.printStackTrace(); + } if(!(TeleportRegistry.get().contains(cont)))return; TeleportRegistry.get().remove(cont); ChatHelpers.broadcastTo(cont.ToPlayer, ChatHelpers.macro("!Dark_Red!Teleport request has expired"), cont.Dimension.getServer()); ChatHelpers.broadcastTo(cont.FromPlayer, ChatHelpers.macro("!Dark_Red!Teleport request has expired"), cont.Dimension.getServer()); } - }, 30); + }); return 0; } private static int usage(CommandSourceStack source) { - ChatHelpers.broadcastTo(source.getEntity().getUUID(), ChatHelpers.macro("/tpahere USAGE\n\n !Bold!!Dark_Gray!/tpahere !Dark_Red!target_player\n"), source.getServer()); + source.sendSystemMessage(ChatHelpers.macro("/tpahere USAGE\n\n !Bold!!Dark_Gray!/tpahere !Dark_Red!target_player\n")); return 0; } } diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TPAcceptCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TPAcceptCommand.java index 685d320..1748496 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TPAcceptCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TPAcceptCommand.java @@ -6,7 +6,6 @@ import java.util.UUID; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.libzontreck.chat.ChatColor; @@ -26,12 +25,7 @@ public class TPAcceptCommand { private static int doAccept(CommandSourceStack source, String TPID) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "tpaccept"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "tpaccept"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -60,7 +54,7 @@ public class TPAcceptCommand { cont.PlayerInst = from; cont.Position = to.position(); cont.Rotation = to.getRotationVector(); - cont.Dimension = to.getLevel(); + cont.Dimension = to.serverLevel(); TeleportActioner.ApplyTeleportEffect(from); TeleportActioner.PerformTeleport(cont, false); diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TPEffectsCommand.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TPEffectsCommand.java index 4aec495..21d46ed 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TPEffectsCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TPEffectsCommand.java @@ -2,7 +2,6 @@ package dev.zontreck.essentials.commands.teleport; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.BoolArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.libzontreck.chestgui.ChestGUI; import dev.zontreck.libzontreck.chestgui.ChestGUIButton; @@ -28,19 +27,13 @@ public class TPEffectsCommand public static int tpeffects(CommandSourceStack source, boolean disabled) { - ServerPlayer player = null; - try { - player = source.getPlayerOrException(); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + ServerPlayer player = source.getPlayer(); try { Profile prof = Profile.get_profile_of(player.getStringUUID()); prof.NBT.putBoolean("tpeffects", disabled); ChatHelpers.broadcastTo(player.getUUID(), ChatHelpers.macro(Messages.TP_EFFECTS_TOGGLED, disabled ? "disabled" : "enabled"), player.server); - return 0; } catch (UserProfileNotYetExistsException e) { throw new RuntimeException(e); diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportActioner.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportActioner.java index a09d710..beeba65 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportActioner.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportActioner.java @@ -1,12 +1,10 @@ package dev.zontreck.essentials.commands.teleport; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.AriasEssentials; import dev.zontreck.essentials.configs.server.AEServerConfig; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; import dev.zontreck.libzontreck.vectors.WorldPosition; +import net.minecraft.core.registries.Registries; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.commands.EffectCommands; import net.minecraft.server.level.ServerLevel; @@ -21,26 +19,18 @@ public class TeleportActioner { public static void PerformTeleport(TeleportContainer contain, boolean eventless){ //sub_runnable run = new sub_runnable(contain); - DelayedExecutorService.getInstance().schedule(new TeleportRunnable(contain, eventless), 2); + Thread tx = new Thread(new TeleportRunnable(contain, eventless)); + tx.start(); } public static boolean isBlacklistedDimension(ServerLevel level) { - WorldPosition pos = new WorldPosition(Vector3.ZERO, level); + WorldPosition pos = new WorldPosition(Vector3d.ZERO, level); return AEServerConfig.getInstance().teleport.Blacklist.contains(pos.Dimension); } public static void ApplyTeleportEffect(ServerPlayer player){ - try { - Profile prof = Profile.get_profile_of(player.getStringUUID()); - if(prof.NBT.getBoolean("tpeffects")) - { - return; - } - } catch (UserProfileNotYetExistsException e) { - throw new RuntimeException(e); - } - if(isBlacklistedDimension(player.getLevel())){ + if(isBlacklistedDimension(player.serverLevel())){ return; } // 10/05/2022 - Thinking ahead here to future proof it so i can do things in threads safely @@ -53,7 +43,7 @@ public class TeleportActioner for(int i = 0; i < effects.size(); i++) { RegistryObject effect = RegistryObject.create(new ResourceLocation(effects.get(i)), ForgeRegistries.MOB_EFFECTS); - int duration = AriasEssentials.random.nextInt(2, 5) * 20; + int duration = AriasEssentials.random.nextInt(5, 10) * 20; int amplifier = AriasEssentials.random.nextInt(1, 3); if (effects.get(i).equals("minecraft:slow_falling")) diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportContainer.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportContainer.java index 12f08db..d459ddc 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportContainer.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportContainer.java @@ -3,7 +3,7 @@ package dev.zontreck.essentials.commands.teleport; import java.time.Instant; import java.util.UUID; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; import dev.zontreck.libzontreck.vectors.WorldPosition; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; @@ -42,7 +42,7 @@ public class TeleportContainer implements Comparable{ public TeleportContainer(ServerPlayer f_p, Vec3 f_pos, Vec2 f_rot, ServerLevel f_dim) { SetTeleportDestination(f_p, f_pos, f_rot, f_dim); - world_pos = new WorldPosition(new Vector3(f_pos), f_dim); + world_pos = new WorldPosition(new Vector3d(f_pos), f_dim); } private void SetTeleportDestination(ServerPlayer f_p, Vec3 f_pos, Vec2 f_rot, ServerLevel f_dim) { @@ -50,7 +50,7 @@ public class TeleportContainer implements Comparable{ Position = f_pos; Rotation = f_rot; Dimension = f_dim; - world_pos = new WorldPosition(new Vector3(f_pos), f_dim); + world_pos = new WorldPosition(new Vector3d(f_pos), f_dim); } @Override diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportDestination.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportDestination.java index fcd58d2..04c9fb1 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportDestination.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportDestination.java @@ -1,7 +1,9 @@ package dev.zontreck.essentials.commands.teleport; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.api.Vector2; +import dev.zontreck.libzontreck.vectors.Vector2f; +import dev.zontreck.libzontreck.vectors.Vector2i; +import dev.zontreck.libzontreck.vectors.Vector3d; import dev.zontreck.libzontreck.vectors.WorldPosition; import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; import net.minecraft.nbt.CompoundTag; @@ -13,20 +15,20 @@ import net.minecraft.server.level.ServerLevel; **/ public class TeleportDestination extends WorldPosition { - public Vector2 Rotation; + public Vector2f Rotation; public TeleportDestination(CompoundTag tag) throws InvalidDeserialization { super(tag, true); - Rotation = new Vector2(tag.getString("Rotation")); + Rotation = Vector2f.parseString(tag.getString("Rotation")); } - public TeleportDestination(Vector3 pos, Vector2 rot, String dim) + public TeleportDestination(Vector3d pos, Vector2f rot, String dim) { super(pos, dim); Rotation = rot; } - public TeleportDestination(Vector3 pos, Vector2 rot, ServerLevel dim) + public TeleportDestination(Vector3d pos, Vector2f rot, ServerLevel dim) { super(pos,dim); Rotation=rot; diff --git a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportRunnable.java b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportRunnable.java index 2580cd9..5df1aea 100644 --- a/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportRunnable.java +++ b/src/main/java/dev/zontreck/essentials/commands/teleport/TeleportRunnable.java @@ -2,7 +2,6 @@ package dev.zontreck.essentials.commands.teleport; import dev.zontreck.ariaslib.terminal.Task; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.events.TeleportEvent; import dev.zontreck.libzontreck.vectors.WorldPosition; import net.minecraftforge.common.MinecraftForge; @@ -35,15 +34,23 @@ public class TeleportRunnable extends Task Action.PlayerInst.onUpdateAbilities(); - DelayedExecutorService.getInstance().schedule(new Task("tp_action",true){ + + Thread tx = new Thread(new Task("tp_action",true){ public final TeleportContainer container=Action; @Override public void run() { + try { + Thread.sleep(1000); + } catch (InterruptedException e) { + e.printStackTrace(); + } container.PlayerInst.onUpdateAbilities(); container.PlayerInst.setPos(container.Position); container.PlayerInst.giveExperiencePoints(1); } - }, 1); + }); + + tx.start(); } } diff --git a/src/main/java/dev/zontreck/essentials/commands/warps/DelWarpCommand.java b/src/main/java/dev/zontreck/essentials/commands/warps/DelWarpCommand.java index 7a4abab..f5a6b56 100644 --- a/src/main/java/dev/zontreck/essentials/commands/warps/DelWarpCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/warps/DelWarpCommand.java @@ -3,7 +3,6 @@ package dev.zontreck.essentials.commands.warps; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.events.CommandExecutionEvent; import dev.zontreck.essentials.warps.NoSuchWarpException; @@ -30,12 +29,7 @@ public class DelWarpCommand { private static int setWarp(CommandSourceStack source, String string) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "delwarp"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "delwarp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; diff --git a/src/main/java/dev/zontreck/essentials/commands/warps/RTPWarpCommand.java b/src/main/java/dev/zontreck/essentials/commands/warps/RTPWarpCommand.java index b314014..d588bab 100644 --- a/src/main/java/dev/zontreck/essentials/commands/warps/RTPWarpCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/warps/RTPWarpCommand.java @@ -7,7 +7,6 @@ import java.sql.SQLException; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.commands.teleport.TeleportDestination; import dev.zontreck.essentials.events.CommandExecutionEvent; @@ -16,8 +15,9 @@ import dev.zontreck.essentials.warps.Warp; import dev.zontreck.essentials.warps.WarpsProvider; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector2f; +import dev.zontreck.libzontreck.vectors.Vector2i; +import dev.zontreck.libzontreck.vectors.Vector3d; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; @@ -41,12 +41,7 @@ public class RTPWarpCommand { private static int setWarp(CommandSourceStack source, String string) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "setwarp"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "setwarp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -56,7 +51,7 @@ public class RTPWarpCommand { Vec3 position = p.position(); Vec2 rot = p.getRotationVector(); - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); + TeleportDestination dest = new TeleportDestination(new Vector3d(position), new Vector2f(rot), p.serverLevel()); Warp warp = new Warp(p.getUUID(), string, true, true, dest, new ItemStack(p.getFeetBlockState().getBlock().asItem())); WarpCreatedEvent event = new WarpCreatedEvent(warp); if(MinecraftForge.EVENT_BUS.post(event)) diff --git a/src/main/java/dev/zontreck/essentials/commands/warps/SetWarpCommand.java b/src/main/java/dev/zontreck/essentials/commands/warps/SetWarpCommand.java index ba59fb8..323f55c 100644 --- a/src/main/java/dev/zontreck/essentials/commands/warps/SetWarpCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/warps/SetWarpCommand.java @@ -7,7 +7,6 @@ import java.sql.SQLException; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; import dev.zontreck.essentials.Messages; import dev.zontreck.essentials.commands.teleport.TeleportDestination; import dev.zontreck.essentials.events.CommandExecutionEvent; @@ -16,8 +15,9 @@ import dev.zontreck.essentials.warps.Warp; import dev.zontreck.essentials.warps.WarpsProvider; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector2f; +import dev.zontreck.libzontreck.vectors.Vector2i; +import dev.zontreck.libzontreck.vectors.Vector3d; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; @@ -42,12 +42,7 @@ public class SetWarpCommand { private static int setWarp(CommandSourceStack source, String string) { - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "setwarp"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "setwarp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return 0; @@ -58,9 +53,8 @@ public class SetWarpCommand { Vec3 position = p.position(); Vec2 rot = p.getRotationVector(); - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); - - BlockState bs = p.getLevel().getBlockState(dest.Position.moveDown().asBlockPos()); + TeleportDestination dest = new TeleportDestination(new Vector3d(position), new Vector2f(rot), p.serverLevel()); + BlockState bs = p.serverLevel().getBlockState(dest.Position.moveDown().asBlockPos()); Warp w = new Warp(p.getUUID(), string, false, true, dest, new ItemStack(bs.getBlock().asItem())); WarpCreatedEvent event = new WarpCreatedEvent(w); diff --git a/src/main/java/dev/zontreck/essentials/commands/warps/WarpCommand.java b/src/main/java/dev/zontreck/essentials/commands/warps/WarpCommand.java index 604bf83..0de8131 100644 --- a/src/main/java/dev/zontreck/essentials/commands/warps/WarpCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/warps/WarpCommand.java @@ -15,7 +15,7 @@ import dev.zontreck.essentials.warps.Warp; import dev.zontreck.essentials.warps.WarpsProvider; import dev.zontreck.libzontreck.chat.Clickable; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.server.level.ServerLevel; @@ -64,12 +64,12 @@ public class WarpCommand { if(type==1){ try { - var exec = new CommandExecutionEvent(source.getPlayerOrException(), "rtp"); + var exec = new CommandExecutionEvent(source.getPlayer(), "rtp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return; } - dest.Position = Vector3.ZERO; + dest.Position = Vector3d.ZERO; RandomPositionFactory.beginRTP(p, f_dim); return; } catch (Exception e) { @@ -78,12 +78,7 @@ public class WarpCommand { } } - CommandExecutionEvent exec = null; - try { - exec = new CommandExecutionEvent(source.getPlayerOrException(), "warp"); - } catch (CommandSyntaxException e) { - throw new RuntimeException(e); - } + var exec = new CommandExecutionEvent(source.getPlayer(), "warp"); if(MinecraftForge.EVENT_BUS.post(exec)) { return; diff --git a/src/main/java/dev/zontreck/essentials/commands/warps/WarpsCommand.java b/src/main/java/dev/zontreck/essentials/commands/warps/WarpsCommand.java index 4d8a020..17695d8 100644 --- a/src/main/java/dev/zontreck/essentials/commands/warps/WarpsCommand.java +++ b/src/main/java/dev/zontreck/essentials/commands/warps/WarpsCommand.java @@ -30,7 +30,7 @@ import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.libzontreck.util.heads.HeadCache; import dev.zontreck.libzontreck.util.heads.HeadUtilities; import dev.zontreck.libzontreck.vectors.Vector2i; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.*; @@ -118,7 +118,7 @@ public class WarpsCommand { TeleportDestination dest = warp.destination; if(warpType == 1) { - dest.Position = Vector3.ZERO; + dest.Position = Vector3d.ZERO; RandomPositionFactory.beginRTP(p, warp.destination.getActualDimension()); chestGui.close(); return; @@ -141,7 +141,11 @@ public class WarpsCommand { .withInfo(new LoreEntry.Builder().text(ChatHelpers.macro(appendType, warp.destination.Dimension).getString()).build()); ChatHelpers.broadcastTo(p, warpMsg, p.server); - if(!(warps.size() > (2*9))) + if(warps.size() > (2*9)) + { + // Say to person + ChatHelpers.broadcastTo(p, warpMsg, p.server); + }else chestGui.withButton(button); iconY++; diff --git a/src/main/java/dev/zontreck/essentials/configs/NBTKeys.java b/src/main/java/dev/zontreck/essentials/configs/NBTKeys.java new file mode 100644 index 0000000..6bfc121 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/configs/NBTKeys.java @@ -0,0 +1,13 @@ +package dev.zontreck.essentials.configs; + + +public class NBTKeys { + // for time in a bottle item + public static final String STORED_TIME = "storedTime"; + public static final String TOTAL_ACCUMULATED_TIME = "totalAccumulatedTime"; + + // for time accelerator entity + public static final String ENTITY_TIME_RATE = "timeRate"; + public static final String ENTITY_REMAINING_TIME = "remainingTime"; + public static final String ENTITY_POS = "position"; +} diff --git a/src/main/java/dev/zontreck/essentials/configs/client/AEClientConfig.java b/src/main/java/dev/zontreck/essentials/configs/client/AEClientConfig.java index 00d3782..5777aa7 100644 --- a/src/main/java/dev/zontreck/essentials/configs/client/AEClientConfig.java +++ b/src/main/java/dev/zontreck/essentials/configs/client/AEClientConfig.java @@ -1,11 +1,8 @@ package dev.zontreck.essentials.configs.client; -import com.mojang.brigadier.exceptions.CommandSyntaxException; -import dev.zontreck.ariaslib.util.FileIO; import dev.zontreck.essentials.util.EssentialsDatastore; import dev.zontreck.libzontreck.util.SNbtIo; import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; import java.nio.file.Path; @@ -31,6 +28,7 @@ public class AEClientConfig Path serverConfig = EssentialsDatastore.of("client.snbt"); if(serverConfig.toFile().exists()) { + inst = deserialize(SNbtIo.loadSnbt(serverConfig)); }else { initNewConfig(); @@ -59,8 +57,6 @@ public class AEClientConfig Path serverConfig = EssentialsDatastore.of("client.snbt", false); CompoundTag tag = inst.serialize(); - - SNbtIo.writeSnbt(serverConfig, tag); } diff --git a/src/main/java/dev/zontreck/essentials/configs/server/AEServerConfig.java b/src/main/java/dev/zontreck/essentials/configs/server/AEServerConfig.java index e5e1637..cda39ce 100644 --- a/src/main/java/dev/zontreck/essentials/configs/server/AEServerConfig.java +++ b/src/main/java/dev/zontreck/essentials/configs/server/AEServerConfig.java @@ -1,9 +1,11 @@ package dev.zontreck.essentials.configs.server; import dev.zontreck.ariaslib.util.Lists; +import dev.zontreck.essentials.AriasEssentials; import dev.zontreck.essentials.configs.server.sections.*; import dev.zontreck.essentials.util.EssentialsDatastore; import dev.zontreck.essentials.util.Maps; +import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.util.SNbtIo; import net.minecraft.nbt.*; @@ -20,24 +22,42 @@ public class AEServerConfig public Back back; public Teleportation teleport; public Messages messages; + public Bottles bottles; + public CreeperHeal creeperHeal; public static AEServerConfig deserialize(CompoundTag tag) { AEServerConfig config = new AEServerConfig(); - config.costs = Costs.deserialize(tag.getCompound(Costs.TAG_NAME)); - config.limits = Limitations.deserialize(tag.getCompound(Limitations.TAG_NAME)); - config.cooldowns = new HashMap<>(); - ListTag cools = tag.getList(Cooldown.TAG_NAME, ListTag.TAG_COMPOUND); - for(Tag cooldown : cools) - { - Cooldown cd = Cooldown.deserialize((CompoundTag) cooldown); - config.cooldowns.put(cd.Command, cd); + try { + AriasEssentials.LOGGER.info("Loading Aria's Essentials configuration for - Server"); + config.costs = Costs.deserialize(tag.getCompound(Costs.TAG_NAME)); + config.limits = Limitations.deserialize(tag.getCompound(Limitations.TAG_NAME)); + config.cooldowns = new HashMap<>(); + ListTag cools = tag.getList(Cooldown.TAG_NAME, ListTag.TAG_COMPOUND); + for(Tag cooldown : cools) + { + Cooldown cd = Cooldown.deserialize((CompoundTag) cooldown); + config.cooldowns.put(cd.Command, cd); + } + config.back = Back.deserialize(tag.getCompound(Back.TAG_NAME)); + config.teleport = Teleportation.deserialize(tag.getCompound(Teleportation.TAG_NAME)); + config.messages = Messages.deserialize(tag.getCompound(Messages.TAG_NAME)); + if(tag.contains(Bottles.TAG_NAME)) + { + config.bottles = Bottles.deserialize(tag.getCompound(Bottles.TAG_NAME)); + } else config.bottles = new Bottles(); + + if(tag.contains(CreeperHeal.TAG_NAME)) + { + config.creeperHeal = CreeperHeal.deserialize(tag.getCompound(CreeperHeal.TAG_NAME)); + } else config.creeperHeal = new CreeperHeal(); + + AriasEssentials.LOGGER.info("Aria's Essentials Server Configuration Loaded"); + } catch(Exception e){ + e.printStackTrace(); } - config.back = Back.deserialize(tag.getCompound(Back.TAG_NAME)); - config.teleport = Teleportation.deserialize(tag.getCompound(Teleportation.TAG_NAME)); - config.messages = Messages.deserialize(tag.getCompound(Messages.TAG_NAME)); return config; @@ -45,11 +65,12 @@ public class AEServerConfig public static void loadFromFile() { - Path serverConfig = EssentialsDatastore.of("server.snbt"); + Path serverConfig = EssentialsDatastore.of("server.snbt",false); if(serverConfig.toFile().exists()) { - inst = deserialize(SNbtIo.loadSnbt(serverConfig)); + + save(); // incase of updates }else { initNewConfig(); } @@ -60,7 +81,7 @@ public class AEServerConfig private static void initNewConfig() { inst = new AEServerConfig(); - inst.reset(); + inst.reset(); // also saves } private void reset() @@ -76,7 +97,7 @@ public class AEServerConfig back = new Back(); teleport = new Teleportation(); teleport.Effects = Lists.of( - "minecraft:blindness", + "minecraft:darkness", "minecraft:levitation", "minecraft:slow_falling", "minecraft:hunger" @@ -89,6 +110,8 @@ public class AEServerConfig "witherstormmod:bowels" ); messages = new Messages(); + bottles = new Bottles(); + creeperHeal = new CreeperHeal(); @@ -100,7 +123,6 @@ public class AEServerConfig Path serverConfig = EssentialsDatastore.of("server.snbt", false); CompoundTag tag = inst.serialize(); - SNbtIo.writeSnbt(serverConfig, tag); } @@ -118,6 +140,8 @@ public class AEServerConfig tag.put(Back.TAG_NAME, back.serialize()); tag.put(Teleportation.TAG_NAME, teleport.serialize()); tag.put(Messages.TAG_NAME, messages.serialize()); + tag.put(Bottles.TAG_NAME, bottles.serialize()); + tag.put(CreeperHeal.TAG_NAME, creeperHeal.serialize()); diff --git a/src/main/java/dev/zontreck/essentials/configs/server/sections/Bottles.java b/src/main/java/dev/zontreck/essentials/configs/server/sections/Bottles.java new file mode 100644 index 0000000..cf78937 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/configs/server/sections/Bottles.java @@ -0,0 +1,82 @@ +package dev.zontreck.essentials.configs.server.sections; + +import net.minecraft.nbt.CompoundTag; + +public class Bottles { + public static final String TAG_NAME = "bottles"; + public static final String TAG_DURATION = "durationEachUse"; + public static final String TAG_TICKS = "ticks"; + public static final String TAG_RANDOM_TICKS = "avgRandomTicks"; + public static final String TAG_MAX_TIME_RATE = "maxTimeRate"; + public static final String TAG_STORED_TIME = "maxTime"; + + public static final String TAG_MESSAGE_STORED_TIME = "msg_storedTime"; + public static final String TAG_MESSAGE_ACCUMULATED_TIME = "msg_accumulatedTime"; + public static final String TAG_TOTAL_USES = "msg_totalUses"; + + + + + public int eachUseDuration = 30; + public int ticks = 20; + public int avgRandomTicks = 512; + public int maxTimeRate = 8; + public int maxTime = (60 * 60 * 24 * 30); // 30 days is the default + public String storedTimeStr = "!Dark_Green!Stored Time: [0]"; + public String accumulatedTimeStr = "!Gray!Total Accumulated Time: [0]"; + public String totalUses = "!Dark_Red!Total available uses: [0]"; + + + + public CompoundTag serialize() + { + CompoundTag tag = new CompoundTag(); + tag.putInt(TAG_DURATION, eachUseDuration); + tag.putInt(TAG_TICKS, ticks); + tag.putInt(TAG_RANDOM_TICKS, avgRandomTicks); + tag.putInt(TAG_MAX_TIME_RATE, maxTimeRate); + tag.putString(TAG_MESSAGE_STORED_TIME, storedTimeStr); + tag.putString(TAG_MESSAGE_ACCUMULATED_TIME, accumulatedTimeStr); + tag.putString(TAG_TOTAL_USES, totalUses); + tag.putInt(TAG_STORED_TIME, maxTime); + + + return tag; + } + + public static Bottles deserialize(CompoundTag tag) + { + Bottles bottles = new Bottles(); + if(tag.contains(TAG_DURATION)) + { + bottles.eachUseDuration = tag.getInt(TAG_DURATION); + } + + if(tag.contains(TAG_TICKS)) + bottles.ticks = tag.getInt(TAG_TICKS); + + if(tag.contains(TAG_RANDOM_TICKS)) + bottles.avgRandomTicks = tag.getInt(TAG_RANDOM_TICKS); + + if(tag.contains(TAG_MAX_TIME_RATE)) + bottles.maxTimeRate = tag.getInt(TAG_MAX_TIME_RATE); + + if(tag.contains(TAG_MESSAGE_STORED_TIME)) + bottles.storedTimeStr = tag.getString(TAG_MESSAGE_STORED_TIME); + + if(tag.contains(TAG_MESSAGE_ACCUMULATED_TIME)) + bottles.accumulatedTimeStr = tag.getString(TAG_MESSAGE_ACCUMULATED_TIME); + + if(tag.contains(TAG_STORED_TIME)) + bottles.maxTime = tag.getInt(TAG_STORED_TIME); + + if(tag.contains(TAG_TOTAL_USES)) + bottles.totalUses = tag.getString(TAG_TOTAL_USES); + + + + + return bottles; + } + +} diff --git a/src/main/java/dev/zontreck/essentials/configs/server/sections/CreeperHeal.java b/src/main/java/dev/zontreck/essentials/configs/server/sections/CreeperHeal.java new file mode 100644 index 0000000..0793f63 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/configs/server/sections/CreeperHeal.java @@ -0,0 +1,54 @@ +package dev.zontreck.essentials.configs.server.sections; + +import dev.zontreck.ariaslib.util.Lists; +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.libzontreck.util.TagUtils; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.StringTag; +import net.minecraft.nbt.Tag; + +import java.util.ArrayList; +import java.util.List; + +public class CreeperHeal +{ + public static final String TAG_NAME = "creeper_heal"; + public static final String TAG_BLACKLIST = "blacklisted_dims"; + public static final String TAG_DURATION = "duration"; + + + public List blacklistedDimensions = Lists.of("minecraft:the_nether", "minecraft:the_end"); + + public int duration = 40; // Once every 2 seconds + + public CompoundTag serialize() + { + CompoundTag tag = new CompoundTag(); + ListTag blacklist = new ListTag(); + for(String dimension : blacklistedDimensions) + { + blacklist.add(StringTag.valueOf(dimension)); + } + tag.put(TAG_BLACKLIST, blacklist); + tag.putInt(TAG_DURATION, duration); + + return tag; + } + + public static CreeperHeal deserialize(CompoundTag tag) + { + CreeperHeal heal = new CreeperHeal(); + heal.duration = TagUtils.intOr(tag, TAG_DURATION, 40); + + ListTag lst = tag.getList(TAG_BLACKLIST, StringTag.TAG_STRING); + heal.blacklistedDimensions.clear(); + for(Tag t : lst) + { + heal.blacklistedDimensions.add(t.getAsString()); + } + + return heal; + } + +} diff --git a/src/main/java/dev/zontreck/essentials/data/ModBlockStatesProvider.java b/src/main/java/dev/zontreck/essentials/data/ModBlockStatesProvider.java new file mode 100644 index 0000000..53d0bb0 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/ModBlockStatesProvider.java @@ -0,0 +1,470 @@ +package dev.zontreck.essentials.data; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.blocks.ModBlocks; +import net.minecraft.core.Direction; +import net.minecraft.data.PackOutput; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.state.properties.*; +import net.minecraftforge.client.model.generators.BlockStateProvider; +import net.minecraftforge.client.model.generators.ConfiguredModel; +import net.minecraftforge.client.model.generators.ModelFile; +import net.minecraftforge.client.model.generators.VariantBlockStateBuilder; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.concurrent.atomic.AtomicReference; + +public class ModBlockStatesProvider extends BlockStateProvider { + public ModBlockStatesProvider(PackOutput output, ExistingFileHelper existingFileHelper) { + super(output, AriasEssentials.MODID, existingFileHelper); + } + + @Override + protected void registerStatesAndModels() { + + + ResourceLocation[] clinkerBlock = new ResourceLocation[]{ + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture3"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture4"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture5"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture6"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_texture7") + }; + ResourceLocation[] clinkerStainedBlock = new ResourceLocation[]{ + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture3"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture4"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture5"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture6"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/clinker_brick/clinker_brick_stained_texture7") + }; + + ResourceLocation[] slagBricks = new ResourceLocation[]{ + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture3"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture4"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture5"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture6"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/slag_brick/slag_brick_texture7") + }; + + ResourceLocation[] rebarConcrete = new ResourceLocation[] { + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture3"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture4"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture5"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture6"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_texture7") + }; + + ResourceLocation[] rebarConcreteTile = new ResourceLocation[] { + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture3"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture4"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture5"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture6"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/concrete/rebar_concrete_tile_texture7") + }; + + ResourceLocation[] panzerglass = new ResourceLocation[]{ + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/glass/panzerglass_block_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/glass/panzerglass_block_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/glass/panzerglass_block_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/glass/panzerglass_block_texture3") + }; + + ResourceLocation[] oldIndustrialWood = new ResourceLocation[]{ + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/material/industrial_planks_texture0"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/material/industrial_planks_texture1"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/material/industrial_planks_texture2"), + new ResourceLocation(AriasEssentials.MODID, "engineersdecor/material/industrial_planks_texture3"), + }; + + variantCubeBlock(ModBlocks.CLINKER_BRICK_BLOCK, clinkerBlock); + customSlabBlock(ModBlocks.CLINKER_BRICK_SLAB, clinkerBlock); + customStairBlock(ModBlocks.CLINKER_BRICK_STAIRS, clinkerBlock); + variantCubeBlock(ModBlocks.CLINKER_BRICK_STAINED_BLOCK, clinkerStainedBlock); + customSlabBlock(ModBlocks.CLINKER_BRICK_STAINED_SLAB, clinkerStainedBlock); + customStairBlock(ModBlocks.CLINKER_BRICK_STAINED_STAIRS, clinkerStainedBlock); + + wallBlock(ModBlocks.CLINKER_BRICK_WALL, new ResourceLocation(AriasEssentials.MODID, "block/engineersdecor/clinker_brick/clinker_brick_wall0")); + + variantCubeBlock(ModBlocks.SLAG_BRICK_BLOCK, slagBricks); + customSlabBlock(ModBlocks.SLAG_BRICK_SLAB, slagBricks); + customStairBlock(ModBlocks.SLAG_BRICK_STAIRS, slagBricks); + wallBlock(ModBlocks.SLAG_BRICK_WALL, new ResourceLocation(AriasEssentials.MODID, "block/engineersdecor/slag_brick/slag_brick_wall0")); + + variantCubeBlock(ModBlocks.REBAR_CONCRETE_BLOCK, rebarConcrete); + customSlabBlock(ModBlocks.REBAR_CONCRETE_SLAB, rebarConcrete); + customStairBlock(ModBlocks.REBAR_CONCRETE_STAIRS, rebarConcrete); + wallBlock(ModBlocks.REBAR_CONCRETE_WALL, new ResourceLocation(AriasEssentials.MODID, "block/" + rebarConcrete[0].getPath())); + + variantCubeBlock(ModBlocks.REBAR_CONCRETE_TILE_BLOCK, rebarConcreteTile); + customSlabBlock(ModBlocks.REBAR_CONCRETE_TILE_SLAB, rebarConcreteTile); + customStairBlock(ModBlocks.REBAR_CONCRETE_TILE_STAIRS, rebarConcreteTile); + + variantTransparentCubeBlock(ModBlocks.PANZER_GLASS_BLOCK, new ResourceLocation(AriasEssentials.MODID, "engineersdecor/glass/panzerglass_block_texture_inventory"), panzerglass); + customTransparentSlabBlock(ModBlocks.PANZER_GLASS_SLAB, panzerglass); + + variantCubeBlock(ModBlocks.OLD_INDUSTRIAL_WOOD_PLANKS, oldIndustrialWood); + customSlabBlock(ModBlocks.OLD_INDUSTRIAL_WOOD_SLAB, oldIndustrialWood); + customStairBlock(ModBlocks.OLD_INDUSTRIAL_WOOD_STAIRS, oldIndustrialWood); + doorBlock(ModBlocks.OLD_INDUSTRIAL_WOOD_DOOR, new ResourceLocation(AriasEssentials.MODID, "block/engineersdecor/door/old_industrial_door_texture_bottom"), new ResourceLocation(AriasEssentials.MODID, "block/engineersdecor/door/old_industrial_door_texture_top")); + + blockWithExistingModel(ModBlocks.STEEL_GRATING, "block/engineersdecor/furniture/steel_floor_grating", false); + blockWithExistingModel(ModBlocks.STEEL_GRATING_TOP, "block/engineersdecor/furniture/steel_floor_grating_top", false); + blockWithExistingModel(ModBlocks.STEEL_TABLE, "block/engineersdecor/furniture/steel_table", false); + blockWithExistingModel(ModBlocks.STEEL_CATWALK, "block/engineersdecor/furniture/steel_catwalk", false); + blockWithExistingModel(ModBlocks.STEEL_CATWALK_TOP, "block/engineersdecor/furniture/steel_catwalk_top", false); + blockWithExistingModel(ModBlocks.STEEL_RAILING, "block/engineersdecor/furniture/steel_railing", true); + blockWithExistingModel(ModBlocks.STEEL_CATWALK_STAIRS, "block/engineersdecor/furniture/steel_catwalk_stairs", true); + blockWithExistingModel(ModBlocks.STEEL_CATWALK_STAIRS_LR, "block/engineersdecor/furniture/steel_catwalk_stairs_lr", true); + blockWithExistingModel(ModBlocks.STEEL_CATWALK_STAIRS_RR, "block/engineersdecor/furniture/steel_catwalk_stairs_rr", true); + blockWithExistingModel(ModBlocks.STEEL_CATWALK_STAIRS_DR, "block/engineersdecor/furniture/steel_catwalk_stairs_dr", true); + + blockWithExistingModel(ModBlocks.STEEL_CATWALK_BLOCK, "block/engineersdecor/steel_catwalk_block", false); + + blockWithExistingModel(ModBlocks.TFLIPFLOP_BLOCK, "block/logicgates/tflipflop", true); + + } + + private void blockWithExistingModel(RegistryObject blk, String model, boolean rotatable) + { + ResourceLocation modelLoc = new ResourceLocation(AriasEssentials.MODID, model); + ModelFile mFile = models().withExistingParent(name(blk.get()), modelLoc); + + if(!rotatable) + simpleBlock(blk.get(), mFile); + else horizontalBlock(blk.get(), mFile); + + simpleBlockItem(blk.get(), mFile); + } + + private void doorBlock(RegistryObject blk, ResourceLocation textureTop, ResourceLocation textureBottom) + { + doorBlockWithRenderType((DoorBlock) blk.get(), textureBottom, textureTop, new ResourceLocation("translucent")); + + simpleBlockItem(blk.get(), models().doorBottomLeft(name(blk.get()), textureBottom, textureTop)); + } + + private void wallBlock(RegistryObject blk, ResourceLocation texture) + { + wallBlock((WallBlock) blk.get(), texture); + var wallInv = models().wallInventory(name(blk.get()) + "_inventory", texture); + + simpleBlockItem(blk.get(), wallInv); + } + + private void blockWithItem(RegistryObject blockRegistryObject) { + simpleBlockWithItem(blockRegistryObject.get(), cubeAll(blockRegistryObject.get())); + } + + private void blockWithItem(RegistryObject blockRegistryObject, ModelFile model) { + simpleBlockWithItem(blockRegistryObject.get(), model); + } + + private void stairBlock(RegistryObject blk, RegistryObject texture) { + stairsBlock((StairBlock) blk.get(), blockTexture(texture.get())); + simpleBlockItem(blk.get(), stairsModel(blk.get(), texture.get())); + } + + private void carpetBlock(RegistryObject blk, RegistryObject texture) { + simpleBlockWithItem(blk.get(), carpetModel(blk.get(), texture.get())); + } + + private String name(Block block) { + return this.key(block).getPath(); + } + + private ResourceLocation key(Block block) { + return ForgeRegistries.BLOCKS.getKey(block); + } + + public ModelFile stairsModel(Block block, Block texture) { + return this.models().stairs(name(block), blockTexture(texture), blockTexture(texture), blockTexture(texture)); + } + + public ModelFile carpetModel(Block block, Block texture) { + return this.models().carpet(name(block), blockTexture(texture)); + } + + public ModelFile slabModel(Block block, Block texture) { + return this.models().slab(name(block), blockTexture(texture), blockTexture(texture), blockTexture(texture)); + } + + private void slabBlock(RegistryObject blk, RegistryObject texture) { + slabBlock((SlabBlock) blk.get(), blockTexture(texture.get()), blockTexture(texture.get())); + simpleBlockItem(blk.get(), slabModel(blk.get(), texture.get())); + } + + private void customSlabBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + + + String appendName = ""; + SlabType type = state.getValue(SlabBlock.TYPE); + + if(type == SlabType.BOTTOM) + appendName = "_bottom"; + else if(type == SlabType.TOP) + appendName = "_top"; + else if(type == SlabType.DOUBLE) + appendName = "_double"; + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile model = null; + if(type == SlabType.TOP) + model = models().slabTop(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss); + else if(type == SlabType.BOTTOM) + model = models().slab(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss); + else if(type == SlabType.DOUBLE) + model = models().cubeAll(name(blockId.get()) + "_model" + i + appendName, rss); + + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(model).build(); + + if(i==0 && model0.get()==null && type == SlabType.BOTTOM) model0.set(model); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + private void customStairBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + Direction facing = (Direction)state.getValue(StairBlock.FACING); + Half half = (Half)state.getValue(StairBlock.HALF); + StairsShape shape = (StairsShape)state.getValue(StairBlock.SHAPE); + int yRot = (int)facing.getClockWise().toYRot(); + if (shape == StairsShape.INNER_LEFT || shape == StairsShape.OUTER_LEFT) { + yRot += 270; + } + + if (shape != StairsShape.STRAIGHT && half == Half.TOP) { + yRot += 90; + } + + yRot %= 360; + boolean uvlock = yRot != 0 || half == Half.TOP; + + String modelName = (shape == StairsShape.STRAIGHT) ? "" : (shape != StairsShape.INNER_LEFT && shape != StairsShape.INNER_RIGHT) ? "_outer":"_inner"; + boolean straight = (shape == StairsShape.STRAIGHT); + boolean inner = (shape == StairsShape.INNER_LEFT || shape == StairsShape.INNER_RIGHT); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = null; + if(straight) + cubeModel = models().stairs( + blockId.getId().getPath() + "_model"+i + modelName, // Model name + rss, rss, rss // Texture location + ); + + if(inner) + cubeModel = models().stairsInner(blockId.getId().getPath()+"_model"+i + modelName, rss, rss, rss); + else if(!inner && !straight) + cubeModel = models().stairsOuter(blockId.getId().getPath() + "_model"+i+modelName, rss, rss, rss); + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(cubeModel).rotationX(half == Half.BOTTOM ? 0 : 180).rotationY(yRot).uvLock(uvlock).build(); + + if(i==0 && model0.get()==null) model0.set(cubeModel); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + private void customTransparentSlabBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + + + String appendName = ""; + SlabType type = state.getValue(SlabBlock.TYPE); + + if(type == SlabType.BOTTOM) + appendName = "_bottom"; + else if(type == SlabType.TOP) + appendName = "_top"; + else if(type == SlabType.DOUBLE) + appendName = "_double"; + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile model = null; + if(type == SlabType.TOP) + model = models().slabTop(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(type == SlabType.BOTTOM) + model = models().slab(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(type == SlabType.DOUBLE) + model = models().cubeAll(name(blockId.get()) + "_model" + i + appendName, rss).renderType(new ResourceLocation("translucent")); + + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(model).build(); + + if(i==0 && model0.get()==null && type == SlabType.BOTTOM) model0.set(model); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + private void customTransparentStairBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + Direction facing = (Direction)state.getValue(StairBlock.FACING); + Half half = (Half)state.getValue(StairBlock.HALF); + StairsShape shape = (StairsShape)state.getValue(StairBlock.SHAPE); + int yRot = (int)facing.getClockWise().toYRot(); + if (shape == StairsShape.INNER_LEFT || shape == StairsShape.OUTER_LEFT) { + yRot += 270; + } + + if (shape != StairsShape.STRAIGHT && half == Half.TOP) { + yRot += 90; + } + + yRot %= 360; + boolean uvlock = yRot != 0 || half == Half.TOP; + + String modelName = (shape == StairsShape.STRAIGHT) ? "" : (shape != StairsShape.INNER_LEFT && shape != StairsShape.INNER_RIGHT) ? "_outer":"_inner"; + boolean straight = (shape == StairsShape.STRAIGHT); + boolean inner = (shape == StairsShape.INNER_LEFT || shape == StairsShape.INNER_RIGHT); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = null; + if(straight) + cubeModel = models().stairs( + blockId.getId().getPath() + "_model"+i + modelName, // Model name + rss, rss, rss // Texture location + ).renderType(new ResourceLocation("translucent")); + + if(inner) + cubeModel = models().stairsInner(blockId.getId().getPath()+"_model"+i + modelName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(!inner && !straight) + cubeModel = models().stairsOuter(blockId.getId().getPath() + "_model"+i+modelName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(cubeModel).rotationX(half == Half.BOTTOM ? 0 : 180).rotationY(yRot).uvLock(uvlock).build(); + + if(i==0 && model0.get()==null) model0.set(cubeModel); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + public void variantCubeBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + ModelFile model0 = null; + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = models().cubeAll( + blockId.getId().getPath() + "_model"+i, // Model name + rss // Texture location + ); + var cfgModel = ConfiguredModel.builder().modelFile(cubeModel).build(); + if(i==0)model0 = cubeModel; + builder.partialState().addModels(cfgModel); + } + + + + simpleBlockItem(blockId.get(), model0); + } + + public void variantTransparentCubeBlock(RegistryObject blockId, ResourceLocation inventory, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + ModelFile model0 = models().cubeAll(name(blockId.get()) + "_inventory", new ResourceLocation(inventory.getNamespace(), "block/" + inventory.getPath())).renderType(new ResourceLocation("translucent")); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + + ModelFile cubeModel = models().cubeAll( + blockId.getId().getPath() + "_model"+i, // Model name + rss // Texture location + ).renderType(new ResourceLocation("translucent")); + var cfgModel = ConfiguredModel.builder().modelFile(cubeModel).build(); + //if(i==0)model0 = cubeModel; + builder.partialState().addModels(cfgModel); + } + + + + + simpleBlockItem(blockId.get(), model0); + } +} diff --git a/src/main/java/dev/zontreck/essentials/data/ModDatagen.java b/src/main/java/dev/zontreck/essentials/data/ModDatagen.java new file mode 100644 index 0000000..32a6389 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/ModDatagen.java @@ -0,0 +1,28 @@ +package dev.zontreck.essentials.data; + + +import dev.zontreck.essentials.AriasEssentials; +import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.data.event.GatherDataEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; + +@Mod.EventBusSubscriber(modid = AriasEssentials.MODID, bus = Mod.EventBusSubscriber.Bus.MOD) +public class ModDatagen +{ + + @SubscribeEvent + public static void gatherData(GatherDataEvent event) + { + DataGenerator gen = event.getGenerator(); + PackOutput output = gen.getPackOutput(); + + ExistingFileHelper helper = event.getExistingFileHelper(); + + gen.addProvider(true, new ModBlockStatesProvider(output, helper)); + gen.addProvider(true, new ModItemModelsProvider(output,helper)); + gen.addProvider(true, ModLootTablesProvider.create(output)); + } +} diff --git a/src/main/java/dev/zontreck/essentials/data/ModItemModelsProvider.java b/src/main/java/dev/zontreck/essentials/data/ModItemModelsProvider.java new file mode 100644 index 0000000..d93453d --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/ModItemModelsProvider.java @@ -0,0 +1,58 @@ +package dev.zontreck.essentials.data; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.items.ModItems; +import net.minecraft.data.PackOutput; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.Item; +import net.minecraftforge.client.model.generators.ItemModelBuilder; +import net.minecraftforge.client.model.generators.ItemModelProvider; +import net.minecraftforge.client.model.generators.ModelFile; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.Objects; + +public class ModItemModelsProvider extends ItemModelProvider +{ + public ModItemModelsProvider(PackOutput output, ExistingFileHelper helper) + { + super(output, AriasEssentials.MODID, helper); + } + + @Override + protected void registerModels() { + + item(ModItems.METAL_BAR); + item(ModItems.TIME_IN_A_BOTTLE); + + /* + Engineer's Decor Items + */ + + + + /* + DEPRECATED ITEMS + */ + + } + + + + private ItemModelBuilder item(RegistryObject ite) { + return this.item((ResourceLocation) Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(ite.get()))); + } + + private ItemModelBuilder item(ResourceLocation item) { + return (ItemModelBuilder)((ItemModelBuilder)((ItemModelBuilder)this.getBuilder(item.toString())).parent(new ModelFile.UncheckedModelFile("item/generated"))).texture("layer0", new ResourceLocation(item.getNamespace(), "item/" + item.getPath())); + } + private ItemModelBuilder deprecated(RegistryObject ite) { + return this.deprecated((ResourceLocation) Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(ite.get()))); + } + + private ItemModelBuilder deprecated(ResourceLocation item) { + return (ItemModelBuilder)((ItemModelBuilder)((ItemModelBuilder)this.getBuilder(item.toString())).parent(new ModelFile.UncheckedModelFile("item/generated"))).texture("layer0", new ResourceLocation(item.getNamespace(), "item/deprecated")); + } +} diff --git a/src/main/java/dev/zontreck/essentials/data/ModLootTablesProvider.java b/src/main/java/dev/zontreck/essentials/data/ModLootTablesProvider.java new file mode 100644 index 0000000..5b6eb58 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/ModLootTablesProvider.java @@ -0,0 +1,20 @@ +package dev.zontreck.essentials.data; + +import dev.zontreck.essentials.data.loot.ModBlockLootTablesProvider; +import net.minecraft.data.PackOutput; +import net.minecraft.data.loot.LootTableProvider; +import net.minecraft.world.level.storage.loot.parameters.LootContextParamSets; +import net.minecraft.world.level.storage.loot.parameters.LootContextParams; + +import java.util.List; +import java.util.Set; + +public class ModLootTablesProvider +{ + public static LootTableProvider create(PackOutput output) + { + return new LootTableProvider(output, Set.of(), List.of( + new LootTableProvider.SubProviderEntry(ModBlockLootTablesProvider::new, LootContextParamSets.BLOCK) + )); + } +} diff --git a/src/main/java/dev/zontreck/essentials/data/README.md b/src/main/java/dev/zontreck/essentials/data/README.md new file mode 100644 index 0000000..0e8c7f0 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/README.md @@ -0,0 +1,7 @@ +Datagen +====== +____________ + +This is the datagen system for Aria's Essentials. + +Please exercise caution when updating this, and test everything. \ No newline at end of file diff --git a/src/main/java/dev/zontreck/essentials/data/loot/ModBlockLootTablesProvider.java b/src/main/java/dev/zontreck/essentials/data/loot/ModBlockLootTablesProvider.java new file mode 100644 index 0000000..b80bc4a --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/data/loot/ModBlockLootTablesProvider.java @@ -0,0 +1,111 @@ +package dev.zontreck.essentials.data.loot; + +import dev.zontreck.essentials.blocks.ModBlocks; +import net.minecraft.data.loot.BlockLootSubProvider; +import net.minecraft.world.flag.FeatureFlags; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.storage.loot.LootTable; +import net.minecraft.world.level.storage.loot.entries.LootItem; +import net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer; +import net.minecraft.world.level.storage.loot.functions.ApplyBonusCount; +import net.minecraft.world.level.storage.loot.functions.SetItemCountFunction; +import net.minecraft.world.level.storage.loot.providers.number.UniformGenerator; +import net.minecraftforge.registries.RegistryObject; + +import java.util.Set; + +public class ModBlockLootTablesProvider extends BlockLootSubProvider +{ + public ModBlockLootTablesProvider() + { + super(Set.of(), FeatureFlags.REGISTRY.allFlags()); + } + + @Override + protected void generate() { + + + /* + Engineer's Decor Blocks + */ + dropSelf(ModBlocks.CLINKER_BRICK_BLOCK.get()); + dropSelf(ModBlocks.CLINKER_BRICK_RECESSED.get()); + dropSelf(ModBlocks.CLINKER_BRICK_VERTICALLY_SLIT.get()); + createSlabItemTable(ModBlocks.CLINKER_BRICK_SLAB); + dropSelf(ModBlocks.CLINKER_BRICK_STAIRS.get()); + dropSelf(ModBlocks.CLINKER_BRICK_STAINED_BLOCK.get()); + createSlabItemTable(ModBlocks.CLINKER_BRICK_STAINED_SLAB); + dropSelf(ModBlocks.CLINKER_BRICK_STAINED_STAIRS.get()); + dropSelf(ModBlocks.CLINKER_BRICK_WALL.get()); + + dropSelf(ModBlocks.SLAG_BRICK_BLOCK.get()); + createSlabItemTable(ModBlocks.SLAG_BRICK_SLAB); + dropSelf(ModBlocks.SLAG_BRICK_WALL.get()); + dropSelf(ModBlocks.SLAG_BRICK_STAIRS.get()); + + dropSelf(ModBlocks.REBAR_CONCRETE_BLOCK.get()); + createSlabItemTable(ModBlocks.REBAR_CONCRETE_SLAB); + dropSelf(ModBlocks.REBAR_CONCRETE_STAIRS.get()); + dropSelf(ModBlocks.REBAR_CONCRETE_WALL.get()); + + dropSelf(ModBlocks.REBAR_CONCRETE_TILE_BLOCK.get()); + createSlabItemTable(ModBlocks.REBAR_CONCRETE_TILE_SLAB); + dropSelf(ModBlocks.REBAR_CONCRETE_TILE_STAIRS.get()); + + dropSelf(ModBlocks.PANZER_GLASS_BLOCK.get()); + createSlabItemTable(ModBlocks.PANZER_GLASS_SLAB); + + dropSelf(ModBlocks.OLD_INDUSTRIAL_WOOD_PLANKS.get()); + createSlabItemTable(ModBlocks.OLD_INDUSTRIAL_WOOD_SLAB); + dropSelf(ModBlocks.OLD_INDUSTRIAL_WOOD_STAIRS.get()); + createDoorTable(ModBlocks.OLD_INDUSTRIAL_WOOD_DOOR); + + dropSelf(ModBlocks.STEEL_TABLE.get()); + dropSelf(ModBlocks.STEEL_CATWALK.get()); + dropSelf(ModBlocks.STEEL_RAILING.get()); + dropSelf(ModBlocks.STEEL_CATWALK_STAIRS.get()); + dropSelf(ModBlocks.STEEL_CATWALK_STAIRS_LR.get()); + dropSelf(ModBlocks.STEEL_CATWALK_STAIRS_RR.get()); + dropSelf(ModBlocks.STEEL_CATWALK_STAIRS_DR.get()); + dropSelf(ModBlocks.STEEL_GRATING.get()); + + dropSelf(ModBlocks.STEEL_GRATING_TOP.get()); + dropSelf(ModBlocks.STEEL_CATWALK_TOP.get()); + + dropSelf(ModBlocks.STEEL_CATWALK_BLOCK.get()); + + dropSelf(ModBlocks.TFLIPFLOP_BLOCK.get()); + + + + } + + private void createDoorTable(RegistryObject blk) + { + var loot = createDoorTable(blk.get()); + + add(blk.get(), loot); + } + + private void createSlabItemTable(RegistryObject slab) + { + var loot = createSlabItemTable(slab.get()); + add(slab.get(), loot); + } + + @Override + protected Iterable getKnownBlocks() { + return ModBlocks.BLOCKS.getEntries().stream().map(RegistryObject::get)::iterator; + } + + + protected LootTable.Builder createCopperOreDrops(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder) this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(SetItemCountFunction.setCount(UniformGenerator.between(2.0F, 5.0F))).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } + + protected LootTable.Builder createOreDrop(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder)this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } +} diff --git a/src/main/java/dev/zontreck/essentials/entities/ModEntities.java b/src/main/java/dev/zontreck/essentials/entities/ModEntities.java new file mode 100644 index 0000000..394500f --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/entities/ModEntities.java @@ -0,0 +1,27 @@ +package dev.zontreck.essentials.entities; + +import dev.zontreck.essentials.AriasEssentials; +import net.minecraft.core.registries.Registries; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.MobCategory; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEntities +{ + public static final DeferredRegister> REGISTER = DeferredRegister.create(ForgeRegistries.ENTITY_TYPES, AriasEssentials.MODID); + + public static RegistryObject> TIAB_ENTITY = REGISTER.register("tiab_entity_type", ()->EntityType.Builder.of(TimeBoostEntity::new, MobCategory.MISC) + .sized(0.1f, 0.1f) + .build(new ResourceLocation(AriasEssentials.MODID, "tiab_entity_type").toString()) + ); + + + public static void register(IEventBus bus) { + REGISTER.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/essentials/entities/TimeBoostEntity.java b/src/main/java/dev/zontreck/essentials/entities/TimeBoostEntity.java new file mode 100644 index 0000000..bd26f43 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/entities/TimeBoostEntity.java @@ -0,0 +1,128 @@ +package dev.zontreck.essentials.entities; + +import dev.zontreck.essentials.configs.NBTKeys; +import dev.zontreck.essentials.configs.server.AEServerConfig; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtUtils; +import net.minecraft.network.protocol.Packet; +import net.minecraft.network.protocol.game.ClientGamePacketListener; +import net.minecraft.network.syncher.EntityDataAccessor; +import net.minecraft.network.syncher.EntityDataSerializers; +import net.minecraft.network.syncher.SynchedEntityData; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.network.NetworkHooks; + +public class TimeBoostEntity extends Entity +{ + private static final EntityDataAccessor timeRate = SynchedEntityData.defineId(TimeBoostEntity.class, EntityDataSerializers.INT); + + private int remainingTime; + private BlockPos position; + + + public TimeBoostEntity(EntityType entityType, Level worldIn) { + super(entityType, worldIn); + entityData.set(timeRate, 1); + } + + + public TimeBoostEntity(Level worldIn, BlockPos pos, double posX, double posY, double posZ) { + this(ModEntities.TIAB_ENTITY.get(), worldIn); + this.position = pos; + this.setPos(posX, posY, posZ); + } + + @Override + protected void defineSynchedData() { + entityData.define(timeRate, 1); + } + + + + @Override + protected void readAdditionalSaveData(CompoundTag compound) { + entityData.set(timeRate, compound.getInt(NBTKeys.ENTITY_TIME_RATE)); + setRemainingTime(compound.getInt(NBTKeys.ENTITY_REMAINING_TIME)); + this.position = NbtUtils.readBlockPos(compound.getCompound(NBTKeys.ENTITY_POS)); + } + + @Override + protected void addAdditionalSaveData(CompoundTag compound) { + compound.putInt(NBTKeys.ENTITY_TIME_RATE, getTimeRate()); + compound.putInt(NBTKeys.ENTITY_REMAINING_TIME, getRemainingTime()); + compound.put(NBTKeys.ENTITY_POS, NbtUtils.writeBlockPos(this.position)); + } + + @Override + public Packet getAddEntityPacket() { + return NetworkHooks.getEntitySpawningPacket(this); + } + + public int getTimeRate() { + return entityData.get(timeRate); + } + + public void setTimeRate(int rate) { + entityData.set(timeRate, rate); + } + + public int getRemainingTime() { + return this.remainingTime; + } + + public void setRemainingTime(int remainingTime) { + this.remainingTime = remainingTime; + } + + @Override + public void tick() { + super.tick(); + Level level = level(); + + if(position == null) + { + if(!level.isClientSide) + { + remove(RemovalReason.KILLED); + } + return; + } + + BlockState state = level.getBlockState(position); + ServerLevel serverWorld = level.getServer().getLevel(level.dimension()); + BlockEntity targetTE = level.getBlockEntity(position); + + + for (int i = 0; i < getTimeRate(); i++) { + if (targetTE != null) { + // if is TileEntity (furnace, brewing stand, ...) + BlockEntityTicker ticker = targetTE.getBlockState().getTicker(level, (BlockEntityType) targetTE.getType()); + if (ticker != null) { + ticker.tick(level, position, targetTE.getBlockState(), targetTE); + } + } else if (serverWorld != null && state.isRandomlyTicking()) { + // if is random ticket block (grass block, sugar cane, wheat or sapling, ...) + if (level.random.nextInt(AEServerConfig.getInstance().bottles.avgRandomTicks) == 0) { + state.randomTick(serverWorld, position, level.random); + } + } else { + // block entity broken + this.remove(RemovalReason.KILLED); + break; + } + } + + this.remainingTime -= 1; + if (this.remainingTime <= 0 && !level.isClientSide) { + this.remove(RemovalReason.KILLED); + } + } +} diff --git a/src/main/java/dev/zontreck/essentials/events/MainEventHandlers.java b/src/main/java/dev/zontreck/essentials/events/MainEventHandlers.java new file mode 100644 index 0000000..9eb2ca7 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/events/MainEventHandlers.java @@ -0,0 +1,34 @@ +package dev.zontreck.essentials.events; + +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueue; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueueRegistry; +import dev.zontreck.libzontreck.memory.world.SavedBlock; +import dev.zontreck.libzontreck.vectors.Vector3i; +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; +import net.minecraftforge.event.level.ExplosionEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +import java.util.concurrent.TimeUnit; + +public class MainEventHandlers +{ + + @SubscribeEvent + public static void onExplosionEvent(ExplosionEvent event) + { + for(BlockPos pos : event.getExplosion().getToBlow()) + { + SavedBlock sb = SavedBlock.takeSnapshot(new Vector3i(pos), event.getLevel()); + + BlockRestoreQueue queue = BlockRestoreQueueRegistry.getQueue("creeperheal"); + queue.enqueueBlock(sb); + + event.getLevel().removeBlockEntity(pos); + event.getLevel().setBlock(pos, Blocks.AIR.defaultBlockState(), Block.UPDATE_CLIENTS, 0); + } + } + +} diff --git a/src/main/java/dev/zontreck/essentials/events/RTPEvent.java b/src/main/java/dev/zontreck/essentials/events/RTPEvent.java index 240432e..d468d6c 100644 --- a/src/main/java/dev/zontreck/essentials/events/RTPEvent.java +++ b/src/main/java/dev/zontreck/essentials/events/RTPEvent.java @@ -1,6 +1,5 @@ package dev.zontreck.essentials.events; -import dev.zontreck.libzontreck.vectors.Vector3; import dev.zontreck.libzontreck.vectors.WorldPosition; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; diff --git a/src/main/java/dev/zontreck/essentials/homes/HomesSuggestionProvider.java b/src/main/java/dev/zontreck/essentials/homes/HomesSuggestionProvider.java index e7f098a..ac823d6 100644 --- a/src/main/java/dev/zontreck/essentials/homes/HomesSuggestionProvider.java +++ b/src/main/java/dev/zontreck/essentials/homes/HomesSuggestionProvider.java @@ -15,17 +15,4 @@ import java.util.List; import java.util.concurrent.CompletableFuture; public class HomesSuggestionProvider { - public static SuggestionProvider PROVIDER = (ctx,suggestionsBuilder)->{ - Homes homes = HomesProvider.getHomesForPlayer(ctx.getSource().getPlayerOrException().getUUID().toString()); - - List homesList = new ArrayList<>(); - - for(Home home : homes.getList()) - { - homesList.add(home.homeName); - } - - - return SharedSuggestionProvider.suggest((String[]) homesList.toArray(), suggestionsBuilder); - }; } diff --git a/src/main/java/dev/zontreck/essentials/imc/Events.java b/src/main/java/dev/zontreck/essentials/imc/Events.java new file mode 100644 index 0000000..938aec2 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/imc/Events.java @@ -0,0 +1,49 @@ +package dev.zontreck.essentials.imc; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.antiexplode.CreeperHealQueue; +import dev.zontreck.essentials.commands.teleport.TeleportActioner; +import dev.zontreck.essentials.commands.teleport.TeleportContainer; +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.essentials.util.BackPositionCaches; +import dev.zontreck.libzontreck.config.ServerConfig; +import dev.zontreck.libzontreck.events.BlockRestoreQueueRegistrationEvent; +import dev.zontreck.libzontreck.events.TeleportEvent; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueue; +import dev.zontreck.libzontreck.memory.world.BlockRestoreQueueRegistry; +import dev.zontreck.libzontreck.memory.world.BlockRestoreRunner; +import dev.zontreck.libzontreck.memory.world.SavedBlock; +import dev.zontreck.libzontreck.vectors.Vector3i; +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.phys.Vec2; +import net.minecraftforge.event.level.ExplosionEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +import java.util.Timer; +import java.util.concurrent.TimeUnit; + +public class Events +{ + @SubscribeEvent + public static void onTeleportRequest(TeleportEvent ev) + { + ev.setCanceled(true); + + TeleportActioner.ApplyTeleportEffect(ev.getPlayer()); + + TeleportContainer container = new TeleportContainer(ev.getPlayer(), ev.getPosition().Position.asMinecraftVector(), Vec2.ZERO, ev.getPosition().getActualDimension()); + + TeleportActioner.PerformTeleport(container, false); + } + + @SubscribeEvent + public static void onRegisterRestoreQueues (BlockRestoreQueueRegistrationEvent event) + { + CreeperHealQueue queue = new CreeperHealQueue(); + event.register(queue); + queue.schedule(AEServerConfig.getInstance().creeperHeal.duration * 50L, TimeUnit.MILLISECONDS); + } + +} diff --git a/src/main/java/dev/zontreck/essentials/items/CreativeModeTabs.java b/src/main/java/dev/zontreck/essentials/items/CreativeModeTabs.java new file mode 100644 index 0000000..c276910 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/items/CreativeModeTabs.java @@ -0,0 +1,39 @@ +package dev.zontreck.essentials.items; + +import dev.zontreck.essentials.AriasEssentials; +import net.minecraft.core.registries.Registries; +import net.minecraft.network.chat.Component; +import net.minecraft.world.item.CreativeModeTab; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.ItemLike; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +@Mod.EventBusSubscriber(modid = AriasEssentials.MODID, value = Dist.CLIENT) +public class CreativeModeTabs { + public static DeferredRegister REGISTER = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, AriasEssentials.MODID); + + public static void register(IEventBus bus) { + REGISTER.register(bus); + } + public static final List> AE_TAB_ITEMS = new ArrayList<>(); + public static RegistryObject AE_GAME_TAB = REGISTER.register("ariasessentials", ()->CreativeModeTab.builder() + .icon(ModItems.TIME_IN_A_BOTTLE.get()::getDefaultInstance) + .title(Component.translatable("itemGroup.tabs.ariasessentials")) + .displayItems((display, output) -> AE_TAB_ITEMS.forEach(it->output.accept(it.get()))) + .build()); + + public static RegistryObject addToAETab(RegistryObject item) + { + AE_TAB_ITEMS.add(item); + return item; + } +} diff --git a/src/main/java/dev/zontreck/essentials/items/EventHandlers.java b/src/main/java/dev/zontreck/essentials/items/EventHandlers.java new file mode 100644 index 0000000..caa1f21 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/items/EventHandlers.java @@ -0,0 +1,11 @@ +package dev.zontreck.essentials.items; + +import dev.zontreck.essentials.AriasEssentials; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; + +@Mod.EventBusSubscriber(modid = AriasEssentials.MODID) +public class EventHandlers +{ +} diff --git a/src/main/java/dev/zontreck/essentials/items/ModItems.java b/src/main/java/dev/zontreck/essentials/items/ModItems.java new file mode 100644 index 0000000..f1ea2f0 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/items/ModItems.java @@ -0,0 +1,22 @@ +package dev.zontreck.essentials.items; + +import dev.zontreck.essentials.AriasEssentials; +import dev.zontreck.essentials.items.implementation.TimeBottle; +import net.minecraft.world.item.Item; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModItems +{ + public static DeferredRegister REGISTRY = DeferredRegister.create(ForgeRegistries.ITEMS, AriasEssentials.MODID); + + public static void register(IEventBus bus) { + REGISTRY.register(bus); + } + + public static RegistryObject TIME_IN_A_BOTTLE = CreativeModeTabs.addToAETab(REGISTRY.register("tiab", ()->new TimeBottle())); + + public static RegistryObject METAL_BAR = CreativeModeTabs.addToAETab(REGISTRY.register("metal_bar", ()->new Item(new Item.Properties()))); +} diff --git a/src/main/java/dev/zontreck/essentials/items/abstraction/AbstractBottle.java b/src/main/java/dev/zontreck/essentials/items/abstraction/AbstractBottle.java new file mode 100644 index 0000000..b8af901 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/items/abstraction/AbstractBottle.java @@ -0,0 +1,146 @@ +package dev.zontreck.essentials.items.abstraction; + +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.essentials.entities.TimeBoostEntity; +import dev.zontreck.essentials.util.SoundUtilities; +import net.minecraft.core.BlockPos; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.context.UseOnContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.AABB; + +import java.util.Optional; + +public abstract class AbstractBottle extends Item { + private static final String[] NOTES = {"C", "D", "E", "F", "G2", "A2", "B2", "C2", "D2", "E2", "F2"}; + + public AbstractBottle() { + super(new Properties().stacksTo(1)); + } + + @Override + public InteractionResult useOn(UseOnContext context) { + Level level = context.getLevel(); + + if (level.isClientSide) { + return InteractionResult.PASS; + } + + BlockPos pos = context.getClickedPos(); + BlockState blockState = level.getBlockState(pos); + BlockEntity targetTE = level.getBlockEntity(pos); + ItemStack stack = context.getItemInHand(); + Player player = context.getPlayer(); + + if (targetTE == null && !blockState.isRandomlyTicking()) { + return InteractionResult.FAIL; + } + + int nextRate = 1; + int energyRequired = getEnergyCost(nextRate); + boolean isCreativeMode = player != null && player.isCreative(); + + Optional o = level.getEntitiesOfClass(TimeBoostEntity.class, new AABB(pos)).stream().findFirst(); + + if (o.isPresent()) { + TimeBoostEntity entityTA = o.get(); + int currentRate = entityTA.getTimeRate(); + + if (currentRate >= Math.pow(2, AEServerConfig.getInstance().bottles.maxTimeRate - 1)) { + return InteractionResult.SUCCESS; + } + + nextRate = currentRate * 2; + energyRequired = getEnergyCost(nextRate); + + if (!canUse(stack, isCreativeMode, energyRequired)) { + return InteractionResult.SUCCESS; + } + + entityTA.setTimeRate(nextRate); + entityTA.setRemainingTime(entityTA.getRemainingTime() + AEServerConfig.getInstance().bottles.eachUseDuration); + } else { + // First use + if (!canUse(stack, isCreativeMode, energyRequired)) { + return InteractionResult.SUCCESS; + } + + TimeBoostEntity entityTA = new TimeBoostEntity(level, pos, pos.getX() + 0.5, pos.getY() + 0.5, pos.getZ() + 0.5); + entityTA.setRemainingTime(getEachUseDuration()); + level.addFreshEntity(entityTA); + } + + if (!isCreativeMode) { + this.applyDamage(stack, energyRequired); + } + playSound(level, pos, nextRate); + + return InteractionResult.SUCCESS; + } + + protected int getEachUseDuration() { + return AEServerConfig.getInstance().bottles.ticks * AEServerConfig.getInstance().bottles.eachUseDuration; + } + + public int getEnergyCost(int timeRate) { + if (timeRate <= 1) return getEachUseDuration(); + return timeRate / 2 * getEachUseDuration(); + } + + public boolean canUse(ItemStack stack, boolean isCreativeMode, int energyRequired) { + return getStoredEnergy(stack) >= energyRequired || isCreativeMode; + } + + protected abstract int getStoredEnergy(ItemStack stack); + + protected abstract void setStoredEnergy(ItemStack stack, int energy); + + protected abstract void applyDamage(ItemStack stack, int damage); + + public void playSound(Level level, BlockPos pos, int nextRate) { + switch (nextRate) { + case 1: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[0]); + break; + case 2: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[1]); + break; + case 4: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[2]); + break; + case 8: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[3]); + break; + case 16: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[4]); + break; + case 32: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[5]); + break; + case 64: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[6]); + break; + case 128: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[7]); + break; + case 256: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[8]); + break; + case 512: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[9]); + break; + default: + SoundUtilities.playNoteBlockHarpSound(level, pos, NOTES[10]); + } + } + + @Override + public boolean shouldCauseReequipAnimation(ItemStack oldStack, ItemStack newStack, boolean slotChanged) { + return !ItemStack.isSameItem(oldStack, newStack); + } +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/essentials/items/implementation/TimeBottle.java b/src/main/java/dev/zontreck/essentials/items/implementation/TimeBottle.java new file mode 100644 index 0000000..2be04ff --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/items/implementation/TimeBottle.java @@ -0,0 +1,101 @@ +package dev.zontreck.essentials.items.implementation; + +import dev.zontreck.ariaslib.util.TimeUtil; +import dev.zontreck.essentials.configs.NBTKeys; +import dev.zontreck.essentials.configs.server.AEServerConfig; +import dev.zontreck.essentials.items.abstraction.AbstractBottle; +import dev.zontreck.essentials.util.StylesUtil; +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.level.Level; + +import java.util.List; + +public class TimeBottle extends AbstractBottle +{ + + public TimeBottle() { + super(); + } + @Override + public boolean isFoil(ItemStack stack) { + sanityCheck(stack); + + return stack.getTag().contains(NBTKeys.STORED_TIME); + } + + private void sanityCheck(ItemStack stack) { + + if(!stack.hasTag() || stack.getTag()==null) + { + stack.setTag(new CompoundTag()); + } + } + + @Override + public void appendHoverText(ItemStack itemStack, Level world, List tooltip, TooltipFlag flag) { + super.appendHoverText(itemStack, world, tooltip, flag); + + int storedTime = this.getStoredEnergy(itemStack); + + int totalAccumulatedTime = this.getTotalAccumulatedTime(itemStack); + + tooltip.add(ChatHelpers.macro(AEServerConfig.getInstance().bottles.storedTimeStr, TimeUtil.secondsToTimeNotation(TimeUtil.ticksToSeconds(storedTime, AEServerConfig.getInstance().bottles.ticks)).toString())); + + tooltip.add(ChatHelpers.macro(AEServerConfig.getInstance().bottles.accumulatedTimeStr, TimeUtil.secondsToTimeNotation(TimeUtil.ticksToSeconds(totalAccumulatedTime, AEServerConfig.getInstance().bottles.ticks)).toString())); + + tooltip.add(ChatHelpers.macro(AEServerConfig.getInstance().bottles.totalUses, "" + TimeUtil.ticksToSeconds(storedTime, AEServerConfig.getInstance().bottles.ticks) / AEServerConfig.getInstance().bottles.eachUseDuration)); + } + + @Override + public int getStoredEnergy(ItemStack stack) { + return stack.getOrCreateTag().getInt(NBTKeys.STORED_TIME); + } + + @Override + public void setStoredEnergy(ItemStack stack, int energy) { + int newStoredTime = Math.min(energy, AEServerConfig.getInstance().bottles.maxTime * 20); + stack.getOrCreateTag().putInt(NBTKeys.STORED_TIME, newStoredTime); + } + + @Override + public void applyDamage(ItemStack stack, int damage) { + setStoredEnergy(stack, getStoredEnergy(stack) - damage); + } + + public int getTotalAccumulatedTime(ItemStack stack) { + return stack.getOrCreateTag().getInt(NBTKeys.TOTAL_ACCUMULATED_TIME); + } + + public void setTotalAccumulatedTime(ItemStack stack, int value) { + int newValue = Math.min(value, AEServerConfig.getInstance().bottles.maxTime * 20); + stack.getOrCreateTag().putInt(NBTKeys.TOTAL_ACCUMULATED_TIME, newValue); + } + + + @Override + public void inventoryTick(ItemStack itemStack, Level level, Entity entity, int itemSlot, boolean isSelected) { + super.inventoryTick(itemStack, level, entity, itemSlot, isSelected); + if (level.isClientSide) { + return; + } + + if (level.getGameTime() % AEServerConfig.getInstance().bottles.ticks == 0) { + int storedTime = this.getStoredEnergy(itemStack); + if (storedTime < (AEServerConfig.getInstance().bottles.maxTime * 20)) { + this.setStoredEnergy(itemStack, storedTime + AEServerConfig.getInstance().bottles.ticks); + } + + int totalAccumulatedTime = this.getTotalAccumulatedTime(itemStack); + if (totalAccumulatedTime < (AEServerConfig.getInstance().bottles.maxTime * 20)) { + this.setTotalAccumulatedTime(itemStack, totalAccumulatedTime + AEServerConfig.getInstance().bottles.ticks); + } + } + } +} diff --git a/src/main/java/dev/zontreck/essentials/rtp/RTP.java b/src/main/java/dev/zontreck/essentials/rtp/RTP.java index 8311708..bd39902 100644 --- a/src/main/java/dev/zontreck/essentials/rtp/RTP.java +++ b/src/main/java/dev/zontreck/essentials/rtp/RTP.java @@ -2,7 +2,8 @@ package dev.zontreck.essentials.rtp; import dev.zontreck.ariaslib.util.Lists; import dev.zontreck.essentials.AriasEssentials; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; +import dev.zontreck.libzontreck.vectors.Vector3i; import dev.zontreck.libzontreck.vectors.WorldPosition; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -30,7 +31,7 @@ public class RTP { private int tries; public RTP(ServerLevel level) { - position = new WorldPosition(new Vector3(0, -60, 0), WorldPosition.getDim(level)); + position = new WorldPosition(new Vector3d(0, -60, 0), WorldPosition.getDim(level)); dimension = position.getActualDimension(); if (position.getActualDimension().dimensionType().hasCeiling()) { @@ -105,11 +106,11 @@ public class RTP { Random rng = new Random(Instant.now().getEpochSecond()); - Vector3 pos; + Vector3d pos; BlockPos bpos; do { - pos = new Vector3(rng.nextDouble(0xFFFF), -60, rng.nextDouble(0xFFFF)); + pos = new Vector3d(rng.nextDouble(0xFFFF), -60, rng.nextDouble(0xFFFF)); pos = spiralPositions(pos); position.Position = pos; @@ -124,18 +125,18 @@ public class RTP { ChunkStatus status = ChunkStatus.SPAWN; dimension.getChunk(bpos.getX() >> 4, bpos.getZ() >> 4, status); - Vector3 pos = new Vector3(dimension.getHeightmapPos(heightMapType, bpos)); + Vector3d pos = new Vector3d(dimension.getHeightmapPos(heightMapType, bpos)); return dimension.getWorldBorder().isWithinBounds(pos.asBlockPos()); } - private Vector3 spiralPositions(Vector3 position) { - Vec3i posi = position.asMinecraftVec3i(); + private Vector3d spiralPositions(Vector3d position) { + Vec3i posi = position.asVec3i(); BlockPos startBlockPos = new BlockPos(posi.getX(), dimension.getSeaLevel(), posi.getZ()); for (BlockPos pos : BlockPos.spiralAround(startBlockPos, 16, Direction.WEST, Direction.NORTH)) { if (isSafe(pos)) { // Set the new position - return new Vector3(pos); + return new Vector3d(pos); } } diff --git a/src/main/java/dev/zontreck/essentials/rtp/RTPCaches.java b/src/main/java/dev/zontreck/essentials/rtp/RTPCaches.java index 1dd2893..ebcbc97 100644 --- a/src/main/java/dev/zontreck/essentials/rtp/RTPCaches.java +++ b/src/main/java/dev/zontreck/essentials/rtp/RTPCaches.java @@ -26,6 +26,6 @@ public class RTPCaches public static void deserialize(CompoundTag tag) { - + } } diff --git a/src/main/java/dev/zontreck/essentials/rtp/RTPCachesEventHandlers.java b/src/main/java/dev/zontreck/essentials/rtp/RTPCachesEventHandlers.java index a837ebd..aeafc4b 100644 --- a/src/main/java/dev/zontreck/essentials/rtp/RTPCachesEventHandlers.java +++ b/src/main/java/dev/zontreck/essentials/rtp/RTPCachesEventHandlers.java @@ -11,6 +11,7 @@ import net.minecraft.server.level.ServerLevel; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.server.ServerLifecycleHooks; public class RTPCachesEventHandlers { @@ -21,7 +22,7 @@ public class RTPCachesEventHandlers { if(!AriasEssentials.ALIVE) return; lastTick++; - MinecraftServer server = LibZontreck.THE_SERVER; + MinecraftServer server = ServerLifecycleHooks.getCurrentServer(); if(lastTick>=400) { lastTick=0; diff --git a/src/main/java/dev/zontreck/essentials/rtp/RandomPositionFactory.java b/src/main/java/dev/zontreck/essentials/rtp/RandomPositionFactory.java index 8d9aa3a..57a4132 100644 --- a/src/main/java/dev/zontreck/essentials/rtp/RandomPositionFactory.java +++ b/src/main/java/dev/zontreck/essentials/rtp/RandomPositionFactory.java @@ -1,9 +1,8 @@ package dev.zontreck.essentials.rtp; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.commands.teleport.TeleportActioner; import dev.zontreck.essentials.commands.teleport.TeleportContainer; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.Vector3d; import dev.zontreck.libzontreck.vectors.WorldPosition; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; @@ -20,9 +19,9 @@ public class RandomPositionFactory { public static RTP beginRTPSearch(ServerLevel level) { RTP tmp = new RTP(level); - tmp.position = new WorldPosition(new Vector3(0,0,0), WorldPosition.getDim(level)); + tmp.position = new WorldPosition(new Vector3d(0,0,0), WorldPosition.getDim(level)); Thread tx = new Thread(new RandomPositionLocator(tmp)); - tx.setName("RTPTask-"+ DelayedExecutorService.getNext()); + tx.setName("RTPTask"); tx.start(); return tmp; diff --git a/src/main/java/dev/zontreck/essentials/rtp/RandomPositionLocator.java b/src/main/java/dev/zontreck/essentials/rtp/RandomPositionLocator.java index e61f6a8..6d12ef4 100644 --- a/src/main/java/dev/zontreck/essentials/rtp/RandomPositionLocator.java +++ b/src/main/java/dev/zontreck/essentials/rtp/RandomPositionLocator.java @@ -1,7 +1,6 @@ package dev.zontreck.essentials.rtp; import dev.zontreck.ariaslib.terminal.Task; -import dev.zontreck.ariaslib.util.DelayedExecutorService; import dev.zontreck.essentials.AriasEssentials; import dev.zontreck.essentials.events.RTPFoundEvent; import net.minecraft.server.level.ServerLevel; diff --git a/src/main/java/dev/zontreck/essentials/util/SoundUtilities.java b/src/main/java/dev/zontreck/essentials/util/SoundUtilities.java new file mode 100644 index 0000000..7a6ab82 --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/util/SoundUtilities.java @@ -0,0 +1,47 @@ +package dev.zontreck.essentials.util; + + +import net.minecraft.core.BlockPos; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.sounds.SoundSource; +import net.minecraft.world.level.Level; + +/** + * {@link SoundUtilities#playNoteBlockHarpSound(Level, BlockPos, String)} was taken/derrived from Time-in-a-bottle github. + */ +public class SoundUtilities { + public static void playNoteBlockHarpSound(Level level, BlockPos pos, String note) { + // https://minecraft.gamepedia.com/Note_Block + switch (note) { + // Octave 1 + case "F#" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.5F); + case "G" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.529732F); + case "G#" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.561231F); + case "A" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.594604F); + case "A#" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.629961F); + case "B" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.667420F); + case "C" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.707107F); + case "C#" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.749154F); + case "D" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.793701F); + case "D#" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.840896F); + case "E" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.890899F); + case "F" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 0.943874F); + + + // Octave 2 + case "F#2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1F); + case "G2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.059463F); + case "G#2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.122462F); + case "A2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.189207F); + case "A#2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.259921F); + case "B2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.334840F); + case "C2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.414214F); + case "C#2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.498307F); + case "D2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.587401F); + case "D#2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.681793F); + case "E2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.781797F); + case "F2" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 1.887749F); + case "F#3" -> level.playSound(null, pos, SoundEvents.NOTE_BLOCK_HARP.get(), SoundSource.BLOCKS, 0.5F, 2F); + } + } +} diff --git a/src/main/java/dev/zontreck/essentials/util/StylesUtil.java b/src/main/java/dev/zontreck/essentials/util/StylesUtil.java new file mode 100644 index 0000000..df7c51b --- /dev/null +++ b/src/main/java/dev/zontreck/essentials/util/StylesUtil.java @@ -0,0 +1,10 @@ +package dev.zontreck.essentials.util; + +import net.minecraft.ChatFormatting; +import net.minecraft.network.chat.Style; + +public class StylesUtil { + + public static final Style GREEN = Style.EMPTY.applyFormat(ChatFormatting.GREEN); + public static final Style GRAY = Style.EMPTY.applyFormat(ChatFormatting.GRAY); +} diff --git a/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_recessed.json b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_recessed.json new file mode 100644 index 0000000..51a849f --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_recessed.json @@ -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 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_sastor_corner_block.json b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_sastor_corner_block.json new file mode 100644 index 0000000..8cf0fe0 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_sastor_corner_block.json @@ -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" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_vertically_slit.json b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_vertically_slit.json new file mode 100644 index 0000000..1413761 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/clinker_brick_vertically_slit.json @@ -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 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/lang/en_us.json b/src/main/resources/assets/ariasessentials/lang/en_us.json index 03ee39f..260d8c2 100644 --- a/src/main/resources/assets/ariasessentials/lang/en_us.json +++ b/src/main/resources/assets/ariasessentials/lang/en_us.json @@ -1,4 +1,50 @@ { + "itemGroup.tabs.ariasessentials": "Aria's Essentials", + + "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_catwalk_top": "Top Oriented 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", + "block.ariasessentials.steel_catwalk_block": "Steel Catwalk Block", + "block.ariasessentials.tflipflop": "T-Flip Flop (WIP)", + "key.category.ariasessentials": "Aria's Essentials", "key.ariasessentials.autowalk": "Auto Walk" } \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json new file mode 100644 index 0000000..827f66e --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_recessed_model.json @@ -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" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json new file mode 100644 index 0000000..186cfe7 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_corner_model.json @@ -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" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json new file mode 100644 index 0000000..b625b6e --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_down_model.json @@ -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" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json new file mode 100644 index 0000000..4460b42 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_sastor_up_model.json @@ -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" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json new file mode 100644 index 0000000..e3ede38 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/brick/clinker_brick_vertically_slit_model.json @@ -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" + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json new file mode 100644 index 0000000..c6ac363 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk.json @@ -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] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json new file mode 100644 index 0000000..5d6c90e --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_n.json @@ -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] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json new file mode 100644 index 0000000..3f5ae46 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_rail_ne.json @@ -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] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json new file mode 100644 index 0000000..782fcd8 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json new file mode 100644 index 0000000..aa2384e --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_dr.json @@ -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] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json new file mode 100644 index 0000000..abfc91d --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_lr.json @@ -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] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json new file mode 100644 index 0000000..5ee1a4d --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_stairs_rr.json @@ -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] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json new file mode 100644 index 0000000..9997eb8 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_catwalk_top.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json new file mode 100644 index 0000000..da4aad3 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating.json @@ -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] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json new file mode 100644 index 0000000..a1770bb --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_floor_grating_top.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json new file mode 100644 index 0000000..f8b6504 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_railing.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json new file mode 100644 index 0000000..c57aa3e --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/furniture/steel_table.json @@ -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] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json new file mode 100644 index 0000000..a518442 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/engineersdecor/steel_catwalk_block.json @@ -0,0 +1,345 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "0": "ariasessentials:block/engineersdecor/material/steel_texture", + "1": "ariasessentials:block/engineersdecor/furniture/steel_catwalk_top", + "particle": "ariasessentials:block/engineersdecor/material/steel_texture" + }, + "elements": [ + { + "from": [1, 0.75, 1], + "to": [15, 0.75, 15], + "faces": { + "down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 0.25, 1], + "to": [15, 0.25, 15], + "faces": { + "down": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 0, 1], + "to": [1, 1, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [0, 0, 15], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [15, 0, 1], + "to": [16, 1, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 15.25, 1], + "to": [15, 15.25, 15], + "faces": { + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 15.75, 1], + "to": [15, 15.75, 15], + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 15, 1], + "to": [1, 16, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 15, 15], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [0, 15, 0], + "to": [16, 16, 1], + "faces": { + "north": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "texture": "#0"} + } + }, + { + "from": [15, 15, 1], + "to": [16, 16, 15], + "faces": { + "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 0, 14, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 14, 1], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [1, 1, 15.25], + "to": [15, 15, 15.25], + "faces": { + "south": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 1, 15.75], + "to": [15, 15, 15.75], + "faces": { + "south": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0, 1, 15], + "to": [1, 15, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 1, 15], + "to": [16, 15, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 1, 0.75], + "to": [15, 15, 0.75], + "faces": { + "north": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [1, 1, 0.25], + "to": [15, 15, 0.25], + "faces": { + "north": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [15, 1, 0], + "to": [16, 15, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#0"} + } + }, + { + "from": [0, 1, 0], + "to": [1, 15, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#0"} + } + }, + { + "from": [15.25, 1, 1], + "to": [15.25, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "east": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [15.75, 1, 1], + "to": [15.75, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "east": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + }, + { + "from": [0.75, 1, 1], + "to": [0.75, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "west": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [0.25, 1, 1], + "to": [0.25, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "west": {"uv": [1, 1, 15, 15], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [50, 0, 46], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1] + }, + 2, + 3, + 4, + 5 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [6, 7] + }, + 8, + 9, + 10, + 11 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [12, 13] + }, + 14, + 15 + ] + }, + { + "name": "Side", + "origin": [0, 0, 0], + "color": 0, + "children": [ + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [16, 17] + }, + 18, + 19 + ] + }, + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [20, 21] + }, + { + "name": "Grating", + "origin": [0, 0, 0], + "color": 0, + "children": [22, 23] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/logicgates/redstone_tflipflop.bbmodel b/src/main/resources/assets/ariasessentials/models/block/logicgates/redstone_tflipflop.bbmodel new file mode 100644 index 0000000..43b17fc --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/logicgates/redstone_tflipflop.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"tflipflop_a3","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,0.25,16],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,16],"texture":0},"east":{"uv":[0,0,16,16],"texture":0},"south":{"uv":[0,0,16,16],"texture":0},"west":{"uv":[0,0,16,16],"texture":0},"up":{"uv":[0,0,16,16],"rotation":270,"texture":0},"down":{"uv":[16,0,0,16],"rotation":90,"texture":0}},"type":"cube","uuid":"6ee87a67-7b5b-776a-921d-31996e4fc4b1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.25,0.25,0.25],"to":[15.75,0.5,15.75],"autouv":1,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,15.5,0.25],"texture":0},"east":{"uv":[0,0,15.5,0.25],"texture":0},"south":{"uv":[0,0,15.5,0.25],"texture":0},"west":{"uv":[0,0,15.5,0.25],"texture":0},"up":{"uv":[0,0,15.5,15.5],"rotation":270,"texture":1},"down":{"uv":[0,0,15.5,15.5],"rotation":90,"texture":null}},"type":"cube","uuid":"70cdfb63-6983-46ac-c64f-5d139ee02b56"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,16],"autouv":1,"color":0,"visibility":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,1]},"east":{"uv":[0,0,16,1]},"south":{"uv":[0,0,16,1]},"west":{"uv":[0,0,16,1]},"up":{"uv":[0,0,16,16]},"down":{"uv":[0,0,16,16]}},"type":"cube","uuid":"1f338881-e5fc-53c8-fedb-910930605af6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,0.5,14],"to":[9.2,3,14.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[6,6,9.75,14.5],"texture":3},"east":{"uv":[6,6,9.75,14.5],"texture":3},"south":{"uv":[6,6,9.75,14.5],"texture":3},"west":{"uv":[6,6,9.75,14.5],"texture":3},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"50950f94-42c2-35ab-b6fb-fedb87b2395d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.1,2.9999999999999996,14],"to":[9.549999999999999,3.7499999999999996,14.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[4,0,11.75,5.5],"texture":3},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[4,0,11.75,5.5],"texture":4},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"0063735d-5cf6-9c67-3f27-bed7e2727e0f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,2.9999999999999996,13.65],"to":[9.2,3.7499999999999996,15.1],"autouv":0,"color":0,"origin":[8.825,3.375,14.375],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[4,0,11.75,5.5],"texture":4},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[4,0,11.75,5.5],"texture":3},"up":{"uv":[0,0,0,0],"rotation":270,"texture":null},"down":{"uv":[0,0,0,0],"rotation":90,"texture":null}},"type":"cube","uuid":"58793944-9320-7334-09bf-db1b54cb9ee3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,3.475,14],"to":[9.2,3.475,14.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[6,3,10,6],"texture":4},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"99632aba-4240-459b-2f50-b493b19d736a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,2.9999999999999996,3.6500000000000012],"to":[9.2,3.7499999999999996,5.100000000000001],"autouv":0,"color":0,"origin":[8.825,3.375,14.375],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[4,0,11.75,5.5],"texture":4},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[4,0,11.75,5.5],"texture":3},"up":{"uv":[0,0,0,0],"rotation":270,"texture":null},"down":{"uv":[0,0,0,0],"rotation":90,"texture":null}},"type":"cube","uuid":"72c4438f-97e0-daf7-bdeb-2d407d7e10f0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,3.475,4],"to":[9.2,3.475,4.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[6,3,10,6],"texture":4},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"3c957cbf-f24a-3cea-f5ec-adf23ca7b13a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.1,2.9999999999999996,4],"to":[9.549999999999999,3.7499999999999996,4.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[4,0,11.75,5.5],"texture":3},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[4,0,11.75,5.5],"texture":4},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"9988af10-7d03-de99-6ce1-848daf21060e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,0.5,4],"to":[9.2,3,4.75],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[6,6,9.75,14.5],"texture":3},"east":{"uv":[6,6,9.75,14.5],"texture":3},"south":{"uv":[6,6,9.75,14.5],"texture":3},"west":{"uv":[6,6,9.75,14.5],"texture":3},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"0cb29969-f4dc-85fc-d05d-7e99798645e3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,0.5,0.7999999999999992],"to":[9.2,3,1.5500000000000012],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[6,6,9.75,14.5],"texture":3},"east":{"uv":[6,6,9.75,14.5],"texture":3},"south":{"uv":[6,6,9.75,14.5],"texture":3},"west":{"uv":[6,6,9.75,14.5],"texture":3},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"080f4854-60e7-f6e0-5338-3ea9a130e7bc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.1,2.9999999999999996,0.7999999999999992],"to":[9.549999999999999,3.7499999999999996,1.5500000000000012],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[4,0,11.75,5.5],"texture":4},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[4,0,11.75,5.5],"texture":4},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"e1db51fc-226b-674e-d348-d25f4a1aa922"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,3.475,0.7999999999999992],"to":[9.2,3.475,1.5500000000000012],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[6,3,10,6],"texture":4},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"16a39391-83a7-8925-71ae-966f1cc2621a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[8.45,2.9999999999999996,0.4500000000000002],"to":[9.2,3.7499999999999996,1.9000000000000035],"autouv":0,"color":0,"origin":[8.825,3.375,14.375],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[4,0,11.75,5.5],"texture":4},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[4,0,11.75,5.5],"texture":4},"up":{"uv":[0,0,0,0],"rotation":270,"texture":null},"down":{"uv":[0,0,0,0],"rotation":90,"texture":null}},"type":"cube","uuid":"3029845f-7d2a-b01b-32fd-6cff43f268cf"}],"outliner":[{"name":"base","origin":[0,0,0],"color":0,"nbt":"{}","uuid":"08890b43-7b79-31ac-b4ae-af59395020c5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["70cdfb63-6983-46ac-c64f-5d139ee02b56","6ee87a67-7b5b-776a-921d-31996e4fc4b1"]},{"name":"input","origin":[0,0,0],"color":0,"nbt":"{}","uuid":"fce1f3ca-f703-4418-f950-f2fddb1d35d7","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["50950f94-42c2-35ab-b6fb-fedb87b2395d","0063735d-5cf6-9c67-3f27-bed7e2727e0f","99632aba-4240-459b-2f50-b493b19d736a","58793944-9320-7334-09bf-db1b54cb9ee3"]},{"name":"state","origin":[0,0,0],"color":0,"nbt":"{}","uuid":"8fd3a6eb-cf3b-05b3-e33b-76c89aaff656","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["0cb29969-f4dc-85fc-d05d-7e99798645e3","9988af10-7d03-de99-6ce1-848daf21060e","3c957cbf-f24a-3cea-f5ec-adf23ca7b13a","72c4438f-97e0-daf7-bdeb-2d407d7e10f0"]},{"name":"state","origin":[0,0,0],"color":0,"nbt":"{}","uuid":"3e88a852-6489-cc81-d9ff-d46768d979b4","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["080f4854-60e7-f6e0-5338-3ea9a130e7bc","e1db51fc-226b-674e-d348-d25f4a1aa922","16a39391-83a7-8925-71ae-966f1cc2621a","3029845f-7d2a-b01b-32fd-6cff43f268cf"]},{"name":"VoxelShapes","origin":[8,8,8],"color":0,"nbt":"{}","uuid":"cabc1e95-9318-0ad0-037a-7acb1f6d1fa4","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":false,"autouv":0,"children":["1f338881-e5fc-53c8-fedb-910930605af6"]}],"textures":[{"path":"/media/tara/Data/DevEnv/Minecraft/Mods/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/logicgates/logic_gate.png","name":"logic_gate.png","folder":"block/logicgates","namespace":"ariasessentials","id":"0","width":16,"height":16,"uv_width":32,"uv_height":32,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"fc146ff8-eb63-70f5-b4c1-f6e9c0a3d522","relative_path":"../../../../textures/block/logicgates/logic_gate.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQRJREFUOE91k9uKhTAMRRv1q31QBFFEP1ntsDOzJCfjKQTb2qzuXGrjONau60rbtoWv5k3TFEattciu6yrneT6mtU3TVOUAQI6am5mbRgYAcsA8z1VOMilgDkDOGvd9u0mBHDFblsUBckA68rUHgBAEwVlz27atchsg1gAIARURYvu+u0YdBkDyvgGiGjuO4zfIUv5lXkDdFvOQ1XwAYtZRhUPMRYQ4gJ9P4f9KlxVQ0lhazwHENwUK4W1wqVchK2CNAsJ5A9m6ro+CGHdsJJTlr59XJ0YFlI6y6l/si6jG9/UWMuDNIffJc2YYhg9A7EZamr38ThzS970DiI+XmEH5lQL7AYuQKCQQq/dmAAAAAElFTkSuQmCC"},{"path":"/media/tara/Data/DevEnv/Minecraft/Mods/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/logicgates/tflipflop.png","name":"tflipflop.png","folder":"block/logicgates","namespace":"ariasessentials","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"ad2c5c62-9aaf-8c8e-b419-d8a21cfc2b74","relative_path":"../../../../textures/block/logicgates/tflipflop.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWtJREFUOE91kz1qw0AQhWdlVTmKEbh3nb/GuPFNbLBxISEQsmXpKDIGNwkktXujY6RPZWnDm+SJ1SZZGPZv5tu3s7MmSRIbhqGMRiNhj3EQBMJmrRVY27Zyu916w9ykaWoRQAACMTbGqKH5AIIUkGWZRRAMCjgmAMFoXdepQQECaSbPcwUggNIpH2sE8AqAMBhjUxSF5WkEcU4Ar0AVLsSUZaka4UwAk/cfwFVjqqr6vqSIAuq6lsViodIxx2luHnw1AwBOPB6Pcne5yHNVqaqX5VKeylIh1+u1f1oMxuOxKOB1tdINOJ5OJwU8Hg6qAHsPRSFv67V8TCYDQBRFojmgLDh9Tqcyn881AO1+v5f3zUb7pml+A/AKvCN2z+ezzGazPifIAZM8iP6ZmN1u1yugI4BuIbEi/V79UYmuAj4dn9WF/QXSv+AD3EKiKr9Oep84jgcAtxpZ0lzz/4lCttutAiiPP9EH+b+UsC+heB6jdMm9ewAAAABJRU5ErkJggg=="},{"path":"/media/tara/Data/DevEnv/Minecraft/Mods/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/logicgates/locked_bar.png","name":"locked_bar.png","folder":"block/logicgates","namespace":"ariasessentials","id":"2","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"b7624b75-7c1f-ec24-cb46-69865ce1f1d9","relative_path":"../../../../textures/block/logicgates/locked_bar.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAElJREFUOE9jVFdX/89AANy8eZMRlxJGqhigY+XLcOXYZgZ8NuF1AVUMWDu/B6c/8QUROAxALhg1YCDDgFAyJiRPVtwjGzoMDAAAj+cyEWdOocgAAAAASUVORK5CYII="},{"path":"/media/tara/Data/DevEnv/Minecraft/Mods/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_off.png","name":"torch_off.png","folder":"block/logicgates","namespace":"ariasessentials","id":"3","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"e424e05b-ce6b-2b7c-d1b3-9ecfcecf09a6","relative_path":"../../../../textures/block/logicgates/torch_off.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKFJREFUOE/d070OQUEUBOCZ4yE0EsVNqNVK0Sg8KqKj1XoAIQqFxjswMndV/uLkdrbbZM+XM5Ms0fCw4Ty+AXrC3779Z2DQDjkfIVDA9lJfX87HDoadAkBGgM35lgNG3RDJGggA69M1B0yqAngqBCyPSWDaCwUIL+EOZvs00HqUWDqY5wEvXoYdZJEG+g/AEQzskhHGFSUQYYDE6pAEfv2ld1SuLxFu9BJNAAAAAElFTkSuQmCC"},{"path":"/media/tara/Data/DevEnv/Minecraft/Mods/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_on.png","name":"torch_on.png","folder":"block/logicgates","namespace":"ariasessentials","id":"4","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"64e004b0-acdb-af16-1327-e8ed2a4c1558","relative_path":"../../../../textures/block/logicgates/torch_on.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQhJREFUOE+Vk7FKBDEQhr+JbAwWFoLYCBYHWltbio2FzyLX6fvYeoedtrY+gCgWFjaHreua9XZkNnuCt7dgpgkJM1/+/w8RBuoCdNN7PoCtGBmDrGpdeWiNY+91G/IBl6BlCJTOEYDP7tqyaaCquFpS0lNwHoLazC+gKKCuyQbM1h2x8MxRiDUbsaEEJlX159KegoWF95AA3zG26YWvfwIWSR/uOLVBQRGFh1m77dXgKxztJoA5sPX+rckDHO85FZEW4IC713ke4HSUADblFG5eMgFn+04dgomwDK6fsgFrXYgpg0k+wISnYTMyzQYcdACzYIDHTAsnI1FFcAYQ4fY5EzD0zZfPfwA8c2QRtqPBGAAAAABJRU5ErkJggg=="}],"display":{"thirdperson_righthand":{"translation":[0,4.5,0],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"translation":[0,4,0],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"translation":[0,3.5,0],"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"translation":[0,4.5,0],"scale":[0.5,0.5,0.5]},"ground":{"scale":[0.5,0.5,0.5]},"gui":{"rotation":[45,45,0],"translation":[0,-0.5,0],"scale":[0.5,0.5,0.5]},"head":{"translation":[0,14.25,0]},"fixed":{"rotation":[-90,0,0],"translation":[0,0,-3.75],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/logicgates/tflipflop.json b/src/main/resources/assets/ariasessentials/models/block/logicgates/tflipflop.json new file mode 100644 index 0000000..2453cba --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/logicgates/tflipflop.json @@ -0,0 +1,200 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "ariasessentials:block/logicgates/logic_gate", + "1": "ariasessentials:block/logicgates/tflipflop", + "3": "ariasessentials:block/logicgates/torch_off", + "particle": "ariasessentials:block/logicgates/logic_gate" + }, + "elements": [ + { + "from": [0.25, 0.25, 0.25], + "to": [15.75, 0.5, 15.75], + "faces": { + "north": {"uv": [0, 0, 15.5, 0.25], "texture": "#0"}, + "east": {"uv": [0, 0, 15.5, 0.25], "texture": "#0"}, + "south": {"uv": [0, 0, 15.5, 0.25], "texture": "#0"}, + "west": {"uv": [0, 0, 15.5, 0.25], "texture": "#0"}, + "up": {"uv": [0, 0, 15.5, 15.5], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 0.25, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.45, 0.5, 14], + "to": [9.2, 3, 14.75], + "faces": { + "north": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "east": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "south": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "west": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"} + } + }, + { + "from": [8.1, 3, 14], + "to": [9.55, 3.75, 14.75], + "faces": { + "north": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "south": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + }, + { + "from": [8.45, 3.475, 14], + "to": [9.2, 3.475, 14.75], + "faces": { + "up": {"uv": [6, 3, 10, 6], "texture": "#3"} + } + }, + { + "from": [8.45, 3, 13.65], + "to": [9.2, 3.75, 15.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8.825, 3.375, 14.375]}, + "faces": { + "east": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "west": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + }, + { + "from": [8.45, 0.5, 4], + "to": [9.2, 3, 4.75], + "faces": { + "north": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "east": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "south": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "west": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"} + } + }, + { + "from": [8.1, 3, 4], + "to": [9.55, 3.75, 4.75], + "faces": { + "north": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "south": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + }, + { + "from": [8.45, 3.475, 4], + "to": [9.2, 3.475, 4.75], + "faces": { + "up": {"uv": [6, 3, 10, 6], "texture": "#3"} + } + }, + { + "from": [8.45, 3, 3.65], + "to": [9.2, 3.75, 5.1], + "rotation": {"angle": 0, "axis": "y", "origin": [8.825, 3.375, 14.375]}, + "faces": { + "east": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "west": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + }, + { + "from": [8.45, 0.5, 0.8], + "to": [9.2, 3, 1.55], + "faces": { + "north": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "east": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "south": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"}, + "west": {"uv": [6, 6, 9.75, 14.5], "texture": "#3"} + } + }, + { + "from": [8.1, 3, 0.8], + "to": [9.55, 3.75, 1.55], + "faces": { + "north": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "south": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + }, + { + "from": [8.45, 3.475, 0.8], + "to": [9.2, 3.475, 1.55], + "faces": { + "up": {"uv": [6, 3, 10, 6], "texture": "#3"} + } + }, + { + "from": [8.45, 3, 0.45], + "to": [9.2, 3.75, 1.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.825, 3.375, 14.375]}, + "faces": { + "east": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"}, + "west": {"uv": [4, 0, 11.75, 5.5], "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 4.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "translation": [0, 4, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "translation": [0, 3.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "translation": [0, 4.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [45, 45, 0], + "translation": [0, -0.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "head": { + "translation": [0, 14.25, 0] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -3.75], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "base", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [0, 1] + }, + { + "name": "input", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [2, 3, 4, 5] + }, + { + "name": "state", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [6, 7, 8, 9] + }, + { + "name": "state", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [10, 11, 12, 13] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel b/src/main/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel new file mode 100644 index 0000000..00c161d --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/steel_catwalk_block.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"steel_catwalk_block","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0.75,1],"to":[15,0.75,15],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[1,1,15,15],"rotation":90,"texture":1}},"type":"cube","uuid":"d5b862cc-db66-5776-00c3-d7e250d77aa8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0.25,1],"to":[15,0.25,15],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[1,1,15,15],"texture":1}},"type":"cube","uuid":"d8710ac7-8af2-e56a-7d00-144336126d39"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,1],"to":[1,1,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"texture":0},"east":{"uv":[0,0,14,2],"texture":0},"south":{"uv":[0,0,1,2],"texture":0},"west":{"uv":[0,0,14,2],"texture":0},"up":{"uv":[0,0,14,1],"rotation":270,"texture":0},"down":{"uv":[0,0,14,1],"rotation":90,"texture":0}},"type":"cube","uuid":"41da8660-914b-a7f1-708a-cdb799d773a7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,1],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"texture":0},"east":{"uv":[0,0,1,2],"texture":0},"south":{"uv":[0,0,16,2],"texture":0},"west":{"uv":[0,0,1,2],"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"675f7b18-5bbc-d79a-2461-d288b04f0801"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,15],"to":[16,1,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"texture":0},"east":{"uv":[0,0,1,2],"texture":0},"south":{"uv":[0,0,16,2],"texture":0},"west":{"uv":[0,0,1,2],"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"02ab1391-435d-963d-dd3d-cd0691203aff"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,0,1],"to":[16,1,15],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"texture":0},"east":{"uv":[0,0,14,2],"texture":0},"south":{"uv":[0,0,1,2],"texture":0},"west":{"uv":[0,0,14,2],"texture":0},"up":{"uv":[0,0,14,1],"rotation":270,"texture":0},"down":{"uv":[0,0,14,1],"rotation":90,"texture":0}},"type":"cube","uuid":"afc499d0-9445-eb0d-f827-41b2cbde0a7b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15.25,1],"to":[15,15.25,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[1,1,15,15],"rotation":90,"texture":1},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"debdeb87-565d-5777-240a-a5ee8af00b43"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15.75,1],"to":[15,15.75,15],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[1,1,15,15],"texture":1},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"404a427d-1d1d-6a56-b26f-992c0ba2bad7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,1],"to":[1,16,15],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":0},"east":{"uv":[0,0,14,2],"rotation":180,"texture":0},"south":{"uv":[0,0,1,2],"rotation":180,"texture":0},"west":{"uv":[0,0,14,2],"rotation":180,"texture":0},"up":{"uv":[0,0,14,1],"rotation":90,"texture":0},"down":{"uv":[0,0,14,1],"rotation":270,"texture":0}},"type":"cube","uuid":"3ac103ed-a7a1-7ed1-1b10-22a14d8e21b7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,15],"to":[16,16,16],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"rotation":180,"texture":0},"east":{"uv":[0,0,1,2],"rotation":180,"texture":0},"south":{"uv":[0,0,16,2],"rotation":180,"texture":0},"west":{"uv":[0,0,1,2],"rotation":180,"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"6f70a13c-78c9-bd0b-ac3c-dcb8eee75229"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,0],"to":[16,16,1],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,2],"rotation":180,"texture":0},"east":{"uv":[0,0,1,2],"rotation":180,"texture":0},"south":{"uv":[0,0,16,2],"rotation":180,"texture":0},"west":{"uv":[0,0,1,2],"rotation":180,"texture":0},"up":{"uv":[0,0,16,1],"texture":0},"down":{"uv":[0,0,16,1],"texture":0}},"type":"cube","uuid":"2470db12-23ff-34ef-2b1e-d4114eebaa6d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,15,1],"to":[16,16,15],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1,2],"rotation":180,"texture":0},"east":{"uv":[0,0,14,2],"rotation":180,"texture":0},"south":{"uv":[0,0,1,2],"rotation":180,"texture":0},"west":{"uv":[0,0,14,2],"rotation":180,"texture":0},"up":{"uv":[0,0,14,1],"rotation":90,"texture":0},"down":{"uv":[0,0,14,1],"rotation":270,"texture":0}},"type":"cube","uuid":"353fedf9-110e-1232-8dad-a39081e58196"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,15.25],"to":[15,15,15.25],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[1,1,15,15],"rotation":90,"texture":1},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"2d33172f-d620-6827-f5bd-dab4e3106a38"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,15.75],"to":[15,15,15.75],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[1,1,15,15],"texture":1},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"710fbb39-ed40-b71b-c4bc-7ab4558b51b4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,15],"to":[1,15,16],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":90,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":270,"texture":0},"up":{"uv":[0,0,1,2],"texture":0},"down":{"uv":[0,0,1,2],"rotation":180,"texture":0}},"type":"cube","uuid":"b071c0c9-d493-5a16-2f50-7b6d7407f1f3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,15],"to":[16,15,16],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":90,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":270,"texture":0},"up":{"uv":[0,0,1,2],"texture":0},"down":{"uv":[0,0,1,2],"rotation":180,"texture":0}},"type":"cube","uuid":"23b77a40-2d6e-32f1-d2e2-6dfc2b5c130c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,0.75],"to":[15,15,0.75],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[1,1,15,15],"rotation":90,"texture":1},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"6c5484c4-99d5-931f-8967-0522c2ffb3be"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,0.25],"to":[15,15,0.25],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[1,1,15,15],"texture":1},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"0a2fc678-a7be-8c2e-12e9-90ef9308cc19"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,0],"to":[16,15,1],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":270,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":90,"texture":0},"up":{"uv":[0,0,1,2],"rotation":180,"texture":0},"down":{"uv":[0,0,1,2],"texture":0}},"type":"cube","uuid":"db3ae7de-f432-a618-ba4c-0dd7eda5cc5a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[1,15,1],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,1],"rotation":90,"texture":0},"east":{"uv":[0,0,12,2],"rotation":270,"texture":0},"south":{"uv":[0,0,12,1],"rotation":90,"texture":0},"west":{"uv":[0,0,12,2],"rotation":90,"texture":0},"up":{"uv":[0,0,1,2],"rotation":180,"texture":0},"down":{"uv":[0,0,1,2],"texture":0}},"type":"cube","uuid":"2d56fc06-7b14-359a-c3a8-23a89b650c15"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15.25,1,1],"to":[15.25,15,15],"autouv":0,"color":1,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[1,1,15,15],"rotation":90,"texture":1},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"56ec864a-65a0-2779-85db-e6a32826f56b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15.75,1,1],"to":[15.75,15,15],"autouv":0,"color":1,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[1,1,15,15],"texture":1},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[0,0,0,0],"texture":null},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"1f6ee38b-61c4-cd9f-4fad-82a095578e5d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.75,1,1],"to":[0.75,15,15],"autouv":0,"color":7,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[1,1,15,15],"rotation":90,"texture":1},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"ac577144-2dea-16db-5bc0-3b386c7ff910"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.25,1,1],"to":[0.25,15,15],"autouv":0,"color":5,"origin":[8,8,6.5],"faces":{"north":{"uv":[0,0,0,0],"texture":null},"east":{"uv":[0,0,0,0],"texture":null},"south":{"uv":[0,0,0,0],"texture":null},"west":{"uv":[1,1,15,15],"texture":1},"up":{"uv":[0,0,0,0],"texture":null},"down":{"uv":[0,0,0,0],"texture":null}},"type":"cube","uuid":"a500631c-3d00-7301-ed1e-6d3ad36abbaf"}],"outliner":[{"name":"Side","origin":[0,0,0],"color":0,"uuid":"81d1c412-7db3-f104-8e92-2c06fefe9cd5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"c2800c02-ee64-6468-a001-7d993df8045b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d5b862cc-db66-5776-00c3-d7e250d77aa8","d8710ac7-8af2-e56a-7d00-144336126d39"]},"41da8660-914b-a7f1-708a-cdb799d773a7","675f7b18-5bbc-d79a-2461-d288b04f0801","02ab1391-435d-963d-dd3d-cd0691203aff","afc499d0-9445-eb0d-f827-41b2cbde0a7b"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"4e7087e1-6680-0dac-a641-4e5a864c3424","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"8594076e-e01a-8501-fa0f-827ea535e838","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["debdeb87-565d-5777-240a-a5ee8af00b43","404a427d-1d1d-6a56-b26f-992c0ba2bad7"]},"3ac103ed-a7a1-7ed1-1b10-22a14d8e21b7","6f70a13c-78c9-bd0b-ac3c-dcb8eee75229","2470db12-23ff-34ef-2b1e-d4114eebaa6d","353fedf9-110e-1232-8dad-a39081e58196"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"0770e265-6157-fabd-2834-d722f3cc430d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"a206c57c-5cff-5320-1c7f-3b5ce0f0a659","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2d33172f-d620-6827-f5bd-dab4e3106a38","710fbb39-ed40-b71b-c4bc-7ab4558b51b4"]},"b071c0c9-d493-5a16-2f50-7b6d7407f1f3","23b77a40-2d6e-32f1-d2e2-6dfc2b5c130c"]},{"name":"Side","origin":[0,0,0],"color":0,"uuid":"9a5756c4-05fc-8a09-c741-0e95dd2b4665","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"ab8d17d5-6f99-71c7-b14c-c544a5c04292","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6c5484c4-99d5-931f-8967-0522c2ffb3be","0a2fc678-a7be-8c2e-12e9-90ef9308cc19"]},"db3ae7de-f432-a618-ba4c-0dd7eda5cc5a","2d56fc06-7b14-359a-c3a8-23a89b650c15"]},{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"45e2def1-28c5-13cc-e236-a75cb6b5c7c2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["56ec864a-65a0-2779-85db-e6a32826f56b","1f6ee38b-61c4-cd9f-4fad-82a095578e5d"]},{"name":"Grating","origin":[0,0,0],"color":0,"uuid":"c04aa1d1-f9f1-43f6-a965-4db32dad9705","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ac577144-2dea-16db-5bc0-3b386c7ff910","a500631c-3d00-7301-ed1e-6d3ad36abbaf"]}],"textures":[{"path":"/run/media/Backups/repos/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/steel_texture.png","name":"steel_texture.png","folder":"block/engineersdecor/material","namespace":"ariasessentials","id":"0","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"d884cd98-5c60-bc37-ab3b-d3595f18c2b3","relative_path":"../../../textures/block/engineersdecor/material/steel_texture.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGYSURBVDhPVdNXjioxEAVQN2HI8MGKkAgS7H8h5EwPp0bVes+S5VR1Q9muVqtV3el0Sl3Xxfh6vUq2nLfb7VJVVZw/n89i/fl8Yq/abre1hG632wC0Wq0AEqAJdq693+/Yv91uQVotFou61+uVn5+f0u/3y+l0itEaGyBJWjB+O4L7/f6nYrfb1TYEjcfjOEg79oGfz+dQl0mj0Sj2QsFms2kUAIEaB1+m4XBYLpdLkXA4HAIsrRkpDACSdYwSjBglWCtaFhLw9XoNogBYLpc16QAcKJYC2YuAb4Jk6lgAbK5G+/3+7xYwTafT8GV+PB6bIrIzGAwCDLg1AkDGALDgU6IRY6qhIJONLFFHRSj0kBSLhWyk5iMC6GoBzefzmKdNcf8VESILKVOyRIER/J0rHkLyGwuqzqdDzHldyW6fTYmPx6N5hfGQXGP+Bd7yGQucTCbN4wFqj3w2tKiBIpKGeTabNR8lr4wdiW5JAXVxHhayar1ehwLIqi8h0QX8+5mQuH+Azf9wCxLzPwDiTUACJCiw/PL5pH8BMh1qqITbY1AAAAAASUVORK5CYII="},{"path":"/run/media/Backups/repos/Arias-Essentials/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png","name":"steel_catwalk_top.png","folder":"block/engineersdecor/furniture","namespace":"ariasessentials","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"c2e409a6-7a27-518f-b69f-4da3fd52233c","relative_path":"../../../textures/block/engineersdecor/furniture/steel_catwalk_top.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGqSURBVDhPZVPXjsIwEPTSHvgrToReQv9GegkJhEN3nwUSZc9jMb4TZ8lyvNkyM7uWSqWi2WzWPB8Pk8vnze12M5lMxnCJiMGm7WH9cH8+n+6Uer2uh8NBut2ubrdbf7bbbY2iSKrVqqZpKmEY6mazEdoR55IAQaFQMPv9Xj5KJf36/v5N0mppZO3vwSyGJB5Bp9PR3W7nnVs2GEmHw6EuFgvp9Xq6Xq99cvg7OoCYsxrESSKDwUCXy6U0m02N41gajYYm1t60J/5XLdr0dPJFarWaSlAu6+f5LKHVYGM1INzRaKTz+dwHjcdjnc1mHhG08AiKxaIBvPaLc7/f19Vq5RFNJhOdTqdCO4sAodeAPwmX8GlvWMES262/mlyvV+P43u93g1axpXRiC6kNaTEphHZtPEGYlwbkStUZzDuTg8blcjECJTEHaCFhe6dXUt5ZmUXcHDCIlThp5Px+Mhn83CSCp1E16C85c6i8Fq/+vw8V6P+bRApFzoTNYFA+Ho9OfLuMBEGgefsKMXEMYp/fEdFOhG4OAANPFRuc8LSRGVPGb9y5YMM/bKwfBJ7gvYeNLuwAAAAASUVORK5CYII="}],"display":{"thirdperson_righthand":{"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"scale":[0.5,0.5,0.5]},"ground":{"scale":[0.25,0.25,0.25]},"gui":{"rotation":[50,0,46],"scale":[0.5,0.5,0.5]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/eiab.json b/src/main/resources/assets/ariasessentials/models/item/eiab.json new file mode 100644 index 0000000..47d2f64 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/eiab.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "ariasessentials:item/eiab" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_pole_side.png new file mode 100644 index 0000000000000000000000000000000000000000..52ffba40a79ba485a1f2dcb5a31e276c1d8b73da GIT binary patch literal 568 zcmV-80>}M{P)w~QLNf;bYnfSQZ&{ROGR!R0Nw{8Kr2b26paHVCC+=S^Jpaj(DUc7060E6Bpy#` z?(g`1^ONB@K03r2L-ugKm+SH6HvsZQL=OBaD(2aUWmy3*)|z~w0VqRYRn^SWHusO8 zpf7IMoJ=yXu5Z1%%UM-*|9mh?=;#XI%Cz~jlSgQP(m2vcalJ13pXx#3&3!?l6%RH= ztE#594jo147w_Kpo6ZKCfu0HQ*Y4?nna;m_W&$kBidj0sHx0L!l8AtaqW--pD-M)I z2!TP6FElxzJ6NT0EU74rBa2!WIxfqy;(A?Bj1mNpMhdKLZ=u^=TSu~y=y$aR*TJl< ztB-?8|dwIUMd3W#sJkjRjEBRv7x&ZhPm=G`P)}7&4VmsdAz?H@4&Jn8C@7 zW5T~(pQB&*JNMZ7`1W-U5JWNZtk1!4fJ2T3RyvJ><}7;7S{GY>ZKw0dPMFIcYVw3&!DsL>FSu^GS5Z<9tEKD@@ZkG5RTx=!_`M zn8pbJ*6q!84shIQQ}=w9^BI30pD539r;Scin$KSRqYH0106>i-YR&rGbqw?5?h9%p z07xqO>SYgMnAX<>c$g`saY7gPHJNefGDyyZ-a^EOoL_U1aTGFN%a%(kdgvumiiqUkz_^!_Jm zV71DK!WnMMC)1k0^a>+ZTynEy00000NkvXX Hu0mjf2*m}A literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_side_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf1e53a88e2dd8e019c77046beacea22e3c1b43 GIT binary patch literal 635 zcmV->0)+jEP)1V8{fit)~&&&E?q>j2oz+LYFDemP|`YXLASN=ob4_5mR! zN=k%~07xm(w;wzL;MV3k0FMt}^XvR~{c^iH6H*X-z`A*LS%H-3tk(r#(l<=1EN-L; zgS?=#f57ng6O+DXQVksB1>4UKQCgF(w9zNSFAL>>qG>{E=Z#UP*_tkB~~@y+=w(AYiTi*8_l``E20;)VU1uf~^oh z2$a^CD5lJ(i#0B}OY68(?R`{G^NxxVfO|lcqd~OrFHCP?b?B6-Sq)i6qqQ!-h-tJO%HUMVT{Jk=V)Vy;smKQe*iz0 V4{rj6&SC%n002ovPDHLkV1n*n6rlhB literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_corner_up_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..74a9b832251716e54fd555fe27de4819c47ab9e5 GIT binary patch literal 621 zcmV-z0+RiSP)=zZrc>s2^9DKvb zI%uUh-%vCSp$U9=^^#ahf{@%fctik<(TL-t!vJt?dy6E?nT$uAo&RAzqpu&))8Pf^ZXTy1SIs5PDayV!4#CJ7^B*lM>JPb_X?iQ)+7Eb{cC z;QD48W*7iJM08++;5Ku`b#?B8Yl?hO}Rfg&K3 zS~#&wxkXU+BqjXY1At%kgqDh@&&<3GYE8eW=q%^XO?~u>3IO9gH-Mow3^iQYNMW|m z^CZh>d%8do$47@@m3fu-e?5`*^b=)oW7>t49;lr?vhE2&Dasyed$K@So&D^Xz6h=i`c0#%uE=%h&f{m3g%X^9Axe{>a$M*u_BBiqg#D*F0${ zuWD5KqO?ZbynE~RF$0w+z+PYcpo@yWe&Mh&=lNKmaR{v|W>eD*f@q?MnmGXY6>o|R zK;_FUPMC&k26a8lb~z}SPq%!Fgh#w}Pm24_RB?TE>6*+<-v8x9nY$lElXj7X#+>!p zkYGGQXiYR>Z%$NwboIq4cVj%-(5Ypl>52Gw^TFkLj+7E11kO1;&%;`alo9~v96|_$ z5LjC@D{EC4F3F6=ScC8Tkmn#J%JWd#C(mXBI;R=ZYrOF$m$&;kw31|^D6(ujgOF%&yDkL{4jKC672$7I&#a{2u&dd(Q+RJ8H zal1Qb=4!rkk9hy~O^CF{TZ_^?yt7CZu`gQ`=r{%;>N7$BsNPh4KuC!X9;CoKj}QW1 zdZdgf%M$NBaj%Cp1^@vFA&|xt6vhw&1n()GLrO^*N}?zNQC(C@;jKkVNfar{5b$M* z`tki607v5yaWbUX-0|!7H_bX4k8sv<@bK|Jx=LnK0MfZ81r}M(qd}iVmNPj!XLZnpGPR1aF^2ID+RYs9-(FGCkIPh`tBax&|gj7Q9- z1%pOL+MX!mJY7SK^PD8ZIs;vLoD92j&}MGuV6OrE0VE1B1a^-(MgRZ+07*qoM6N<$ Ef{J4G@&Et; literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_sastor_upplate_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..79086c706dceaf92c5e2c4e576ceabfc7d1060e9 GIT binary patch literal 515 zcmV+e0{s1nP)i`uRf{QmqTGm(Lt zanFUj@5d6YNoIl>;l}-SbA5auHLg?9+z1cmJu$!z0!g?TwH5&Lo`gF!Ctx_?L?&iN zRblSrNUHupeH(=D%I>Vw*i}uhg(TFCov!M}%r+GXwU}Qw2DlprWCp2j1gyERXNc{% zJ7%_jcL3H}Afe5MwF<|KI0Mp|>@(r+X01hpo(MliCs>fW#= z%nV7dnW}12-9a<1u`jES54I8R`+k$nj5i)l`$hZ zFjp1Kx%Z)J^UDN@`_I>ZrotV%u?W%*$48b2eqI-X4f#m>z^#L literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..913f102db4c457dfd6ec9802c92d9dd401ffbb98 GIT binary patch literal 785 zcmV+s1Md8ZP)Rar@ zu^nfSA{Gc(j97pW5+i}cl1E^JSg}K_MqosID!kYpve4(B~} zvqq&U!=nm-*=#~o1u{PUg~7gM)peYF_=w40m-zWVc;|6x!rE8{Sw`j^Cm(#o;Lj&` z1nycMMqcR-sU$%g1n{r6R4S$Gdx$-iO3~i2Yz^ZyWv(ryO4)gTFt}|s!dh(T8Jd=j z>DU+;6*)v`%mK8%?@`r&wdsJIcu%5u{N)$1iXBOka5OzfD#@~56Jw-vj{F|m@nl4K zJOZP6xu|j8p`=6>SI;;tOAx^A4UINT%YwyT6W@H7;`t>qQ`jp=WlEzB2R+!{o zkdm0^02m)Aha<#K-+deFX7hS20OzwQNl_8ILx(RH&8wXA^9iaN&;$PgaR6??Zxz$e P00000NkvXXu0mjfGsj!k literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..946aace845b649ca4fc84dfe2c94332b234195d4 GIT binary patch literal 771 zcmV+e1N{7nP)lA(+=%!CT)Ohlh!9*%5DW$pg9b*8W|G$KuBxt& z_w%~wOyhyOxm>vCoO`bN^5Q-5B5b;z?2We={q_?Df(ObV92W!X-cTFI?eq6(F7KhT zj2k4IzNa<@=OeckGp_2EYa7`HL4c|^2p}S)Ny4w2n%3Gw>8E9b4S@*U86VR+PwPA{ zWjO$ibGR4)5WvOAs_wYysLwzCNB~}aWr^ekZddbcwMM<5nCX<|;*7TI7@kaVP0f0} zMF2$5JiHIU;~ydbE>VoL4C6e@^9z3e_8ZDHVR3SV1=gKmIvh~<7XR8E^k0o(oG5x@ z_ogHXW!PatV1aPmcI0V7IdJm`QtG~0!nKd>qwQt$H49L3);(jI3PU9sR3Q~1{Cyeukj!2 zILb7Y7y4btah~B~ptGLWfvc)zG8$lF4}gBwbO7wE=ay1by=Bw(3^UCn&!~Ds8Y3|V z^6@dI>*%6K4~GEz94zLiw0#eGfomJK+X{f;U~teppP!PCk8!)2^}2i!E71PYk39M1 zFh@X`6a{~lHQAf*kUV-wAB8Jmgs^iCuTuJ|;_e3@qMud`Cq+(YJSgxYbk?JkVm6!d z^JR%nQ}CWD?zbY5)&~U8J_K6l@v={%_mMhAj1Od^F>Pni3KFI8QAiX7Ac`=aOi^Ed z@u^%t|M!sn8!Q)R*hGWbyZ!(FSjK0)3@5Cp-A22lx`3<9A;=-6#nRae!$b^p$H z&T&vlaL@NQSbKfyyHD;XNr}sC!O?r~_Wg<3qVYXm=c&yhbLQav|ZZg&8*B24=|oVAp1y@P$U z+%oCq*t$hx0${Um5h4kAyxcIz99AhBFDM|OSnn(DozAe<7?jc|tytGJ#Dr3cS_1iS zL?BUlPi_sPevVU$ZQIgHz_|?d;G3_~#fz6H4oN9-x|mTl9fP9@zAACfa=YFkL9oWY z;bI3vZ1wBUjC^F%Hk^F$5f?vv&kFD{p|z$Bf!r9p_q_Y*XI%XBBgPoo+%X^ZvA1X`5Atfp=+*OL&3q?#gqp?a6 zVnT?72zD@}3xQl~GUsR|9z3{nHfP^7koBpy8F3#j ziGT73+h;i_xGrnT&NJ!vsJw@_@1dVP!7Ib+)xk!DJL4ff2JW7JjDE2xxhhI7Hzg7R zBWu_WWTP=%SpaZ-vwrg*v)M6jIKnx{e=N&~6t-It2mk;8 M07*qoM6N<$f@CsXf&c&j literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture3.png new file mode 100644 index 0000000000000000000000000000000000000000..2009db0c75b2b01b01c8559fa915ab6645dfc772 GIT binary patch literal 790 zcmV+x1L^#UP)!1FijqJuCUr^Ybk(`+bI$(v zc2IGk-*mx(#ro7Y@4pi(FKn9z|I({WFa97SB7jOWBt(o>tg4#l-#w!J@q2=?02r;X zi?Tv1Mb!$2lQE|!6?<9AC^dAoBQqL+Adz00a{R2|VA#iMg;5H-E*m=W_z15b&N=a( zPJ|Hq09?i}}qeU?Ry zyz(0Mm+K9~#A0+!L;+c20?KPXSWH=h&Md*#j6wh+3 zF>E#kqkf;n8mzI*W>f57h^>Bj!W39mHP1ahqWSeFTvS*hh0$!9j%hE0w&mdQ5z8mv z5t4+Z(cI~0*xWT3t#Ce|fHp#mfEC=&_daH>ds>?iwb~ksxv5_A*@Oxp6H81N)v*P1f@`4e)dUx@r5~+b0ottUAZOCH~dTI1uw$> z{)A*O#8)L{QSBsB3Tw`e$czG#K_CDDW}IB6aGu?8ZNgLbEC0ZDJn0tKA<#MwUem}kz_Dp zRaUqz;s3-CNCso>GUqPKLiE;0Ou-j U&W)>>O#lD@07*qoM6N<$f+HkjGXMYp literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a9510344e86fd3bd789afaa8f8f20d3b101ede GIT binary patch literal 802 zcmV+-1Ks?IP); z6Ilv~86_ZONI8>ICIc=;s@5Zfz*~p-`isvqz`gMZUG@ld#p~-80w_BMfP;exwy|{g z#`t>6YPBH)S}JsU{)}PQU{5swYu7R|9V+KI`1n&^AOA{yQhN~~2!=L`{?!Y&+H+%wk?CBN2ouJS-un~GEqu)&NDCu?;USF`h?$}KIQ$x z3C*d-D1qL!9-9(ABm{6_J;RQs@eu?lA+Ry9YFh3CE@n<{wgAjWef0URCgx1-1Mg_X z>J7kwF?5vVvTg_|6H@|H(!_{wEW?h$`iS`9t1t6>Hl?x_(;q@>SzImwXxjFU{B%0T z^oRIr%lTqS*(q+B_`m+-`c;Qa=5$+=q(G$1<+ft}@QB{Y3xZVGGl>OOwxw?jZSYKw zK182wDn{MFrg4N6i5W9Egaa*vbej)Bp%{;mvd@GN!>_X~w~A#&5)RuxK;d_+sh zvTk^HZ^W{;)Lz|%l@Mqth$%6i&Ja(&`zBvpE=lqKrzs_w&!(8c9=n^{{TEl)h&TT1 gaG#<-pePFd1;mJlj4uQR;s5{u07*qoM6N<$g2(`K82|tP literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..00aa4e48c8bcfdea799857faf8a05eaf6f9b0dc2 GIT binary patch literal 796 zcmV+%1LOROP)fVAlOW z+4lGlnH}u${G?{Kv%|GqgS80Ihe+=N3OHF++?b3oi9#ubxompsen6p!X-;W9jjOpS z1prt5fQ=Cl-qRW{!r+DF&~Hl~fAvUW6z20OlI9F`$=Py^0`e@yXw9vo>y%Z+W&c3(aNAUVqcxU3qEi!rb3mcs|1QT_T0&FKq7gmWM0y<78e|a~HEH zTi%(BX}W|ba*bsPiRg-DWbd+O5WYY~qi5Qcio_zO>oG(`l)-qU!NMttK$7n-3F32R{LtuHa zq8}W2mIA`@ts~61z;sW4Vi(2hre%8n0ndN@fl?b9Ysqv%qBY~x@TRQ!;ERXI$#0+% z%F_i!sxj-%q7=xM6sUw%*P$XL3cL$%G3R;4-@PL@2}2CDF2S5NEdZ?x>?_4p+mWUk zK|mBf1`-4SGb$(t%Q&Vq1om=+di>=hdH41ay|qZ1lu)+Rm|-{VZeC5A1#PDdw#1 z*wG2gs-+$r0C}SDL6{#-`R7l|#K-Lshru$Dm0vsYo47=up#Wj*NsLyhl}vctfVoH7y>ea zk_kQpR!xsok_vDkplx8&Yak*%|M2|?P#%;FBrx=JZI6#!3I*W&9^_i@EBgqY^JJ3(Z9NyR zW11-r^DzS0^qSs!(lkSS_1VYq?0kg}0p~o{ITnjK##+)zK`tUnN;aD<)_cZThIO7v zF(EHY)af^0;{#-wq`Z4V_~{42ql7XMIGL~=ELA=xXiahVgy#G2nB*hQTFr7cMYYB; z%`nHBaDndf>Vrc-ea{I?bU>Fy3>~cBs~Sc6G<#Je3fvb`4j+^Yij4 zmmmb`q`-v8rq#F@5lMph^n>@}a(Re#9w$?5*RZ>(`TxzU1JX%B96HXh%iP-;! R4T%5%002ovPDHLkV1nUzY2*L^ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_stained_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ba339fcd7f717a9ac210d3d53c90e4d114012c GIT binary patch literal 793 zcmV+!1LpjRP)hM(`}oSd8_ zPA198s0Bf!ZrVj%NJRuUqTnsK@(RS2dJ8UGcs+s$LO~I+2s2%jsRgHPW|B-M$@zZH z_v51D=yL%t?*s2EzWw;U>|$bREXD1+jGi2$a-xlyUe)7Y*4FXnhab^C_z6*He9V+e zpwD(KN&qP{9*=mq-Z8CuXeDTkBLhl+=_1a19$jvk4*KMrDWpU%_m+?%LI`fp=7^kG z8B0_531l|T;bS7^%*5<*8Y zIKb^UoS(1A06C-0pTDzno^@F;?3G-!hFRU`VsE(n$*1gp`I+`F4FWu{GLB(ca%n8# zjknQfJHsozg4N!z*tTdXI5m!xGS)jDZ?+7}65~6z#vuhLr4UMT@75emPHb(50CLWR z1OkYF?DcUWvTLtM8K%SjbxVtj5rjf~_th8q+4FM>t>{7|rNq3M5MqR~qDP`COI|FN z{GajRh@u{$&2JAl$bwzxnZ5fyPk;P@MqfCL;ib54w9QdM+06XNv_=FNndGHnE%I<7W5l#(~TF(zisgmN$>Tf=g> z!TOiMdVlhe_GwM21*wZHtYg}**m{qA>kfm{W6+v#Ch2nK%6TUJ9%gTt-~Rx;YAs3# zoDTp<32oQWg~Y99!s)T6(h)7i^)Cb~<9N0;G=R3g<19o5R!iY X#b$-B3yY4L00000NkvXXu0mjfG%swn literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cb115cc0c6fc8fe3e278d38583a28facb3efde GIT binary patch literal 641 zcmV-{0)G98P)O^j6{VLMM#7KiH-&d1@RQA@&vRfFF?<;q`?iMK(d4)8V0o6n+Penb@$%2yyFe} z0EDNSaK_@M+a!n+x=)|+`9qH{pE8t?e3uGu!$TU&G&3|GJi<8{PS{>wg_#V1vvJ5M zN$CPXYEZ^PX;G?R;{QTOL6%z{Z{NWIh>gY73V#yKi=??_#cN^X3=2ph5TZaTNt#;< zz|k7<_VufBQB%zWm@@%bc4ozE;e_wsVaFlU%y9q3OQyYJh6917L})!{VrERHy<-f5 z@YEp$oFGm>E3&v6%a1t2)v9`C#wCao{7FQ2F`wtv6#PjHku89 z`Mhf;)w=Q5p+|=YrOG18qTohnn?|#7P4EAF;+T_#sWB)5Z7kr?1_V5OMgw}+o zEcJ=AIJ!FOztQcq8T2#U1&>^1;-tA{S&=li?0PLOE{7;7tDmP7vZ4QBveXAxHDC2X bodfs-i5Ewl9;YuR00000NkvXXu0mjfZ|)Uv literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c83661200a9567022add0bbe16b00065cf49b04 GIT binary patch literal 652 zcmV;70(1R|P)O8g@0^Y11!C%=O!N`)NVXb;v7;031iqk26Z8SptsolE8H-qy(Vr zyZn$DgR)}f${e1Nl1w=`KvGFOM_?>yYYD;#Wemy~jCGjnwE-BE6_wI>zK?kO>ZQFb zGcf7|xU`objPSC}_e>14Ek1Ziy0OmbuE574e4l<%B5?oWKqAP#dSv4q0Q@ZK5d)`5 zNy~GnwW6O_+ywT{3TCy2T~i7s-o77SZhlz70MWv!-%w~fErhTG8Q2k m4`Z9imvS(kd7OiD4d6Gzl}`bP;JHHp0000 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..5748e5f684f79b8d796dd74891b6bc6eedcd8f96 GIT binary patch literal 666 zcmV;L0%iS)P)sY5CtyW<0d_tEOfbSg5n=(gKr7LKimFm5gtSfK*goI+ z7@R^074LGxPp5mI-#y~dts4$t_b6fM+I8gTPy857@TEr~BvDNP;IPEq9+R~f2;T=F zwE{IvGY&OaW9hV8ynb_lFKb8yP%w(Hima-dzXKX}1W%2t66`ZGXVY>9kvzqM*67@=vb9 z?F~{VNp?IEV3=ksH|h-2jJVt5VC^Nzj^fKO0brsFmYX%2zM#B#1+_jHvC^zV`sc-; z(-GPlVqkM{L>Txp9ESr0CH-;E>iKi1KnkRQhA-)lr)cYtQemt|5JosxGR|{qN^-Vd z1K=>r$&E$%KH~9%`|dPm;CCm$sl5bYgi7AN;>?Ua?)KPx`h@QYB#u&eq{h%ticzMy zdFM7Co;^oNkHq)sghAy2Kw8+@dIiooDq655g>}75gUN6pK zamx9R&dm3pf5e-Y&pg0olA<2$&>Zxs<1v6!5sSJ^QhLu{Fgf^uP^vtamq`jhqAk5{ zhp%78wCgn*Dg=|3jfu7Z9FE3pt*`wZa6X=qnYs8VZjl+w#bib|o;O{kS*dRWnXx3= za+PKPi2c1?53t$o5XCL>$qm0QhAh`+w}a7|wT-*~=rSJk0hk^urUmPrM!jSn9eiYZ zECI+Wy1V}n`F(gpGm3zex(o{5DOYJm4>%g#(5}~Rz38;iced^!qfpRP0Sy&$^m{@e z1OVPUq9spiGAsuze342a-oAe2S1|*nC%{TyqPT^ee*VOIWzVC5K;aQemCU-(f4+Z5 zO-W7;LpB=fb`Ai}k{s(7_vEC;F`Q|%)%1YGIh?g%E#o|&=YV3r+XWv$yIy0aE!U|= z29TP$C%HAOsjx&5`+K{-%3S6BUrwYx{Km--$xIu@nMON{3PNNU(0%fhc+f{E#q^k! zIgw}A8M#Xd1UTn0-l2uZY0u+she1E5QABz9W1Wv@^Z@BRWY%D;10W0n3>N1+QQRss oP_4{ZqPVp>2UX^34i*}~AKxcG^cm?SF#rGn07*qoM6N<$f`BRq-v9sr literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5fc867a2315e177a6acbce0b2316bdcb41a6e GIT binary patch literal 624 zcmV-$0+0QPP)m#($ID*(U8a zwi-+-a6L=M0z`L&?_yh{tOQBFKh=&%*L27K(Bu#d*J3G5G z9(EJjHTWIp8~*eEee;Rej~_aKL7X7(ZE=3EPk)lokRDD5Vw2O59>!W8J$*v7_Z}f7 zGx>u!0U$Ox-FAyFu}0JcsdH$P0}!Pd);RzUe~nqI2dFe>CGhb3lPNkYE^dZRvfKio zP4PlafOU@Yn8a8v$Z%LjNsf5+{Fwvjv|9vWlQbIh^Xxa5)oHiLjA42G#y`HVJ|ECt z4p2RbDzmuWs56KYx;wiJ_dcL{ez8@>x3}-(|IwQBxY&0k@K|q1PREK-qUi!B!!c|1 zr7Ihqn!?}OxQU-+j!q~^GE0A==}$CX4FrxLY@)NAvuMha@688|5{=Gsd?^ucUcPXP zn1OjFz`|UDu!*nsKe1Y}b$51&_TDo*7DyaI$~m(s{f}?o@t}PT)$>u+9svA^QyS7M zo+-a~5GV8}Q@Vi8EhobWfQ{99(E|XT<=iRxMhRDVXMPYiG1fAQ4J(09Y|0)~nXA12 z>xpl^9-?}60KP?N4U)`J6L1zy*$kWW4pcSEWML1g%+(&uJb=GX3rz{0_ z02X!%r$I_XM-#~%4T7462S}ACphbBBdL9Dt0HMH5pg^(&DNNx8vk5}Bvwz<4%~m1B(U4UzaWS~i2>@3!pTqs;W`XNROd}0|?X*xP;U#jMg;oJ@}_DoY4?~a4ZSetoIxB zf_XOhNH`V%s8TXD+tWLWGx}*x$P6%l99+mQ`+J4VFbiR%lAe z&)bOSuU--iF3?znV?mgEuzk-7F!5tdnzCmLg3tgOcVjZF^#0000>twy2+s-b9 z?F}&zrx|I^%&+O~0IL z(mHybHpgF5YQiJ*YJdh{xfvj>1K>1CSzB7T6}U*p=zP-Lj9Td2VVnazLQkNb<1$q= z1K0p`?vU0oR1VuN1Q;q)9kQ+gy;p7(z_@$Kn1vO$B( zscL2ni(yD+46EDEiTWq>uQlhh3$>EBhmCn}MdC->%Ho_Rh8vmU@7w`4sk T3EWy900000NkvXXu0mjfKLHS* literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..d348facd1ab6f8b8e423f2d0f8fba969d2086d61 GIT binary patch literal 619 zcmV-x0+juUP)6~Tl&#%Zkh)a;5KMf6t`%RPd%s21wH?aRKN2bn0|;fQNQo*ZjpLl1JD)q? zm^7f?c+aal{hsG}owqNZ7XXn;k=q>_=co7-7{E%G*@;w2dvBld@kbmft9uct6ab}j z+N~zvzQ(Ni9(7p*lU9RD=K!1yVzyS6Zy)Hz6Ebrn?gk;5$+;d+XazSz!!)b(r$AL3?7>U}_zPiOI>6wrIjaBw002ovPDHLk FV1f<)5I+C_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_top.png new file mode 100644 index 0000000000000000000000000000000000000000..90c8a86a38d9dab239c89fc8dd72235fc42eca02 GIT binary patch literal 570 zcmV-A0>%A_P)(zq; zrvlvKvbhq-a5kW(Y=$8NMA%_>aC(r10ZHr$=Wdqaxz_&&4G7VDIH%bYc7n?y8AdP@ z%Hs1_ygR(EO$#!^4xszV?;j5)kO?b5Pf!9DC9@OGZj5*?BNtaUyN6}-x*8H>v3{(D zEZ*0~C8nVqK2{-gADUsw)Dl+@Y4IpC9sKI%nn8jI9A&N!^iUSRJ|0+R+4S7DBe-_c zf_2R>42np?Xl{FDx(AhRF>qL{IskALJggh|LWA5{dAxhve$cZv*-7={k` za}~cF2T4kK>?t`3g{(=gLCVm93BFb&(cho9HR z-k$HFX+Jh!c27o=y*~1XZkZ-8|10#G`l&b%Y;{X5v07*qo IM6N<$f@Uf8%m4rY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall0.png new file mode 100644 index 0000000000000000000000000000000000000000..3495d10fe28b6456b28771a6bf1aed0321405f9e GIT binary patch literal 625 zcmV-%0*?KOP)vpf7c1xc^6uVJoNb)M z)6LHA%)akD;_cCaZ>WGk2o{kU3qVylDkRo>cA6o%v219?YN#*(?<$h2e&js}0g(zY zUZRB{5)$Jq&O4Hs1L`_}auqZJNl1N=%qp~m%y={&>nohK$RHq8|EIfZ{)6qqX8=6x z?h>}z%%)eIkN++&UX4d|cD4w@knW?$x9X}jH~}CXYEmH13p!DgI4|fuf5GT;pR*)G z%Yg4epS^o`Fj+xnESrZ%sME`Y{ml)qZrSzERm!9&=>e(pNH1{KVTI(^@C+#>mG?Z^ zzl#FMjU&pkI;JQiJ5ycJ?>)=q(emts5mds8%<1HPddwIM7mz- z!k0KN7$q6K)w->@QKKZoV7u7>U{aLVJgM`>Qi}NS=CwERn95aj z?mu92d+V0oRn50JFsEPXM9n(;cFFG*4)oJQT7wgW)}%w$a-vpOw}?0|$c>}d-DPkx zBU)kPrYEYjj&)5+>o{n&8ILcJa}K0d1X1IfCu=#lsre=ciyFW`9V7i}yc z7ETIRNEASUqEv_`O`e2`CqQ(F$KY9@APp6gn-r#S6+$FrN4D2{nafgac5#*!e>eI@ zzvg^%#QWDTOJ9~KA=p_*Jwu}@Y=KmoP?ks`&{8(}&N_xhqg`+i1WuOt(lgKs02dqx zNm5v(5Cj5J2qGy^QWB}^jxJmvQi{R_BB@BM2OxwJ1861bDMjHyNr?{u=L1?*uhEC6 zuK+ljjEUkA#dgiFo8Rou(PWIXmf^$0e{vnqX8-@EssD_i9!$B)qfsr3wu;(D`dF6GV> z#Upa(x!LaMY1J&c&2n<*(Z(P?eRx-PF#}B}KxZ#eJVGbmzH)HKHa$CMd-0joTwo{> z#x%@!FSiJig(d;?GR>$l0Dh(g15>$B_p(egt~WcT`?;&6(=~VQJWucVZZq!j?srn1 z|CTB~zI{`+ncKYo^F-Ur?<9+UzPi*%x49I zJxAJ|=-hd_mgLU!A|5pkbmdVz>h_?`-1eZ(0R8|d{3tJ*M!<*w0000gj9hvf=FxxW059^mNs61l~)k##LMs^#7b;zY(zvzlOhtfF^5Ij-R$h_&itp( zVh@@%__gnMdR|`ja`&!y5jw+?TT4{{oDV1k-aAklr6AD}BkKXECo!{%U2t@U7At|w zlvJXKfe8SJ0ODw-5r%-5KoG$=!HeKTh<$)KiZCvaMj9UiA}}zXL;;b)6hf<}Nh1w_ z4?^K5N8;t3`z!00000NkvXXu0mjfP)RI-Pq2? z3c-p^kqQY4B7~p-A(}K4&>)@w2`Zid(IFm#w?MQsgaQOY2qZvAQ7S@itR2UDoy$*Q zV-#aC-RO+|Ip3Kx>hXn(VN4TQqF6QT%+I2N_0Zyif< zz_9YP7lP@TU{HES*5f?HK}Z~gRL)aaPbdl#?O+(~2~?v8>;@%lqdq*a-s8cM>WfElO6J z4bq~-pS^(ID=H!pjYA*nk z))R~1JO~gcZM+x2ksG0xGyoWs6_s`9C_+7Z@<`?}GZ|2ih5&POiIX-ud-IB=3ESGn zO-7q9>3>&52r7z5i;~(YvbyHtt=o(?Ut&;X+nNl}X)$Im%(w$PMNKmb$G7%#T5(8W zJi}@n^0z@wH(3B{$FK17I0vAzj&l>f-I36WB9v0>jY_n4;5>2C#^gDNb;aV+A^_^? z!v`|UJj?sPo@n#s16!Z}_B;-Sm1cvj^qAEvSIIuU z{fy;COj?-fkbcw9&;h+}ht2&Iw8oS*ht5quiHJ-bI8SK}fs#p>!hTlay|A9NsjC`W tR%jH?3>^B2L=#doas9+k-zEz;9NxM`DX*dp`gG002ovPDHLkV1g$vAq)Tj literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall4.png new file mode 100644 index 0000000000000000000000000000000000000000..532c13140ad28a39f346fc79b4463f679ed74581 GIT binary patch literal 623 zcmV-#0+9WQP)kUpJT%$L{_sDZ9O4^aiA@P zD9|<_*LR)(aJ#)p)@(5upY!|l4;N>vy~$l`S=qR8C71f^XWA zI(z#J4&I}?5&*N1hdU3De~sa+u$7c7Wuu`uIoAwJLkBn>oU>l9U3$@pt@54io5<2d zwwj941$rYxZ)8Xl5Ja+O3*$Ve@ew%VH<9ZqOW zUCid96KR}hc1W5)=^}}M({awjW^3Mo#hE!-+Ji;r#U9Kufd2tuP;nuait_*f002ov JPDHLkV1nDO2|)k= literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall5.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8d1fa32d89c92bf1c60ed8e401471eb4a51f5e GIT binary patch literal 611 zcmV-p0-XJcP)e$99Eje4{9IJQJ68%Lr51-S@`0`EOhB`Bpxm7=tc#k92mAU*`Dx~6Nf`DN?bxZtuj^nf3uF}F8bH(qpRXZh3J`v^c~J-JR9Ov>ew zah|Nx#W>H!w4^2Jvgool80QhKQ6JvDjq8|!}#qpJ6>U&U4CRo?%3BKG7PMSlZ;@1ug! zTH0DuTFZmIXLL@FQCd^)Rq7M002ovPDHLkV1jP{4d4I( literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall6.png new file mode 100644 index 0000000000000000000000000000000000000000..35b14c04733bd94c32663e362af2404df3a80a0d GIT binary patch literal 645 zcmV;00($+4P)EySd$+zZMG{ zIGARVd1v1Io;UA^53imF7a$e_?>z_sKxr+lNHBE)A)ph-6wU!4fKHMCAgyx{1U3qU z0KtRt9^(VvLFJ$&L3vN0*3vk_dP`v)kq;o_2V1-yp<$S5KN zP{!c{$i=Of06bn>ApnzdfqMbl#&9gUe z$@jmb`VxTZN?&fzF)T{_=2PThK4xQ~Lq0AWSM5AgV*&V`U-DqCb!(zOMlmWYwl-Fg z0EMa39hJJdWSl3>x>VM2KAF;zabq+pD=O=dNrL$NaWCA*3^bVl_vVsjUBuq&?EsL* zf!@w8ll^ZP1PK9=B)6D*JG&fz{lapm#jtX$XDy`Cnx%HqU|a*(i%?3hRQmg04Em(0FM^i4R77PI+K9sd{Unk#vwkve-~z%XL)Zj z-|2xl{DtbzadzdZv}Qg{QChRQ{etZ1fTN3w!S#bEu(`a@WFk+;Qvm)>O6JoTr5&Kr z&a=L@!p|R5(m1*`&GB$dX$?I literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/clinker_brick/clinker_brick_wall7.png new file mode 100644 index 0000000000000000000000000000000000000000..4dea71f007167219a4203bdb0161acf798f1ec1c GIT binary patch literal 636 zcmV-?0)zdDP)6FB*+B&X7onvKnnQp$|$M zvfAJrIA`cdNoL#4UFid$t;RTm3_YLPS*!zN+tWj@HCba3(nI)|f^a9C6UNW32q%Rn&42uKcbUbA(>M*S|X)(_sP;{hY z@BS9DF_2kogxtZ&;!%s8_@_{4=WU5NWs-ZTPJ`hJfn?VS` zS(*Xx^G``*4Sis!YPx|By3Iq5vZ75`x4oT|6_XOyq7IStn3NU12ijV~IAKy&Kxcs> z-o1M1mYJ7%|2HSH`Ef)(hyci!`W!skBR)As1OfTrrrzH__=hl7&9xgD~L7yaZNLL^F&f&BgRI}oS2uumaX%)M}T3b0#zk}U$2{8LRPZo z8*hy{7nwn3;k|cMh1Y$trl5LoclNiVbrM8~2ucmaPzkJGR0e8h6vCJTNP6q6y>Sy_ zZ!+Q;B#Af=Wc3&pc!vT5CiUtzU>4s*0$hW{f!zHT3&#dQOl98ISdO z5*4A;`ONW%frupYJd4zERmeoE3O8k+Kme&HvW(5^zKL@<1!@gdg91ph61?NyoD+$e zlNsFijr-GcGXx=GBck8pLJ$zaR8TXgHAl@*H8O&+7N*9U6A{QLDw7pSGe=d~b3HN6 z@kT^ZbM`s73R$2km?>37R&q|^=A=Mm(t1NwP!UDds7ijkE=0iH0Qii_UT;i|*Xsw6 z#5v3{5E1emRNW92&RU2%sFIogK{9Ko!Q78!(FgZ^63kJuFl$66b57bfg=&VIaiW-G z(^N54&e>!oLekvuDu}&!{rpKqFy=-?p2Lbfb-z#oFwEP-MJ8hmw3+f*lR5_xrMYok tH=p<5oB)yMl~ajG_L{suZ>YjV_y>Z(Qz9l=hS2~3002ovPDHLkV1jfg2weaG literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..5645eab913003496386dfa32c734dda5009b5da3 GIT binary patch literal 623 zcmV-#0+9WQP)!RQBWjlBaAAST@eM4^hkk{L;sU<${0;jZWygB`(jebc&g953cv zG>7&5FMDnFnq&se9ihldL?C0KP&7A=;~@7Y_F^0Z#F74qsPgsog_@I5L8%m5$SeeK72c+SlA`X;7y~uq_3;5!6vgO+JtwNl zb1z0~tSox#%(=*bLQAQDN=9#}sbkyOw670c~FYE7l;s5ocF>r6Hr8js;utL zoWb7fT}41d82un)Q3N_! ztq<1T)DA{_BW=AAJ5Vhul3+p=3e5E;L?v$KWNZqE*i;pf$nYd)Y|ctjxrs1LqD{1i}OI_g_C7agL$vXwKpM`}KvIky$*BK{Tie_kHun>rdvI z9PX$oE@F&h5PKscWEbakA)=Tm@AsSQyijTE`C`s*L=;h_D$&T|*ROx@V~|xu1hEzs zn>iFnhNEiQoeIdY_H)~C3a8n|KIVV|#s|qS$=439q03aLA^P;etSnRnvBAy&5n^vL7LZ)$Mg5+Mz0olSuEty&Q{iyK-I(_` zZbs})i6CNt@cq6KX;g(0L#vYaoR~Rle_ZTH%#7jAb)G1V2+)n2LPKUEU8t$@e7-Pu z&huigO;%xQADmsh-xKL35%%7UG3YE*4P9$e`6m(~tQ6nO8H_pQmz}-H9?v2oh2+zlp?t*SAHhXWRK_9OtkLQzh-wba7l4Dv;Hv zD$tzgL1ps#@dH!A#z4&xF^=m&RiWo_?!D;GA z8Lc@H4Pi(i75{zx;hGoC9rGY_)7(f2&c@e1?6oj6-nH0!Llx`!MiPI0KAbFM;(5N1 z#6HQ{i}&3`L?8+Gpm`!eR^iR*ZtT4o5#%nghFN2TI3=PPeq9#=G8cUW5gh@|ov-f) zx#h8Nd;v-UBdwzjuVlFDQbqQjo(iK!&-}7n{GjXsU{h|j)g^lH2J(S4=RhE z=Gq$-5!N~Yg@USL5C#Z$)B;nb_VCouBcMX812e%Rg4`RWS?6MUxSj`B;r0EEh?4nW zrU=5Zg8MG2iWPyof9T=P{rwj+$IV$Ds14nXyRoZrhWozQJ-9p7h5q~ZVnl%=Oc)9i z`1`teU2l4Zoykv2^Yb^@FO!+!b80eimyMe*Yi51A+^iEXOIL-rA13Snzb_?#o`}IwPbG>ht z8v__c=S5|rYH00;oev_yuKLuT;kqu&{1Y*P>>*Sbh6X&G+=*8;B8HmcCaiGGjIN@( zQ2{ptRg}-2ZV*?(9be}GJ>-3JeEs0QFS?4EM$8clOq$(8H>fY@VZ<0Uw0BVr)&0>H z`7Da!s?eL>g)+S zyYKlYV_TxgE|L>GJV5^a{Zk@F?n#MZ<`jjhaX$~QF^GbQMP)L^$%;iY!`x6oQ4>@I zD(StES@dx*j)QwnRD@Q=L>gdj6osv)*_x_w$gskOC-LYqaKM71x{`-C427O3Z|v8;@O31uN*yP;qi6^SKFY zxG9;5yOWtzCK-W^fvce2obz=;Zp=HG_0xR^<__wN(Lt3RfxFR1XD2+7c*Z6$=2}F- z>li$rH{KgDCu)WwKiFzy6%m`PqWggt0vWu%zKFH>TsQi=YG&Nmje5gLW^7!YJ{oGq zS`&Yb&i6CXXX33P1ZyYvJrMyn`>C`G3PfPVLia`}{sVtGSU+t{0Y3l$002ovPDHLk FV1g~%2W|iW literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..99e6367d26bd269bdfdae3848542517411d3d58b GIT binary patch literal 611 zcmV-p0-XJcP)hzOUmzeN>`17fVpEyK zUWkCIAv8rX#sEO861tdkqSAB)hbgL#`gm@*Qw_tMhyZn}n+7x@L6rOYFw7`~%w%Qp ze!ppiu3`?QYon^TIbDSU+TG9vC|QjFJ_g;zIUZtkbMGRn>1y1Ss-nbD8%`sL8UW`x zscIsEb57izobZgBDH*{SPUl8VjWHZGqZ;nDxFh*`eX;I^s*q94F<4pb`^Hts9Z#j) zH|xHErT|l6n9<#s8)^n3{9YG_Jq@n=gBfHciYS6mRm{Ty=q`jNGuih=Mlk2ZOp%96 zRr5MeT-|VUVlA@Z-ht^ONmMz{iC2@=#7f)-B2XB+8Z}WwjKBAr%;e|$8=;wVB0%f~ z)li9>V(wHI84DHgh@{u%`{##@;Byrsikk9zovb_1^FX_}cQB8WZWxDA8R#&fRan=B xs-XgA&gXrxR)9e4O<`0P_w`}NhHfg0{{g$@S8%`sEFu5^002ovPDHLkV1h(93pW4& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee5d608a3a31d8572f0d001df5bbac9ea9ca81d GIT binary patch literal 615 zcmV-t0+{`YP)Hy;~Fa3u_g0*W{+`S+h+?PJoFoG8|C_BpI;u}`4gU`}Rm&f&-NCsj#h zqNb>-;bTw@b2z9VX52d%V-Ve#Dvve!@py9IFX#YOx)QI3@7IfYEna_qW9FDBqDpt+ zD(nb`3v@DE$rEI65W}mAIUO1lMQHe#mMy9UcjN4Xxl!Gi3ypFO!Pi}Fy{pYXK%6#5X79U;`w-BK5=s*0?auPWEFbf8}otD ztn1=bVWRA8P6lSi-W%$WxmjzW>I`>=D(>zG@U;(upuz`JFz4j#gSz25F@elN4WJ1W zAJf@8=qiRAYfeN2)nd5QS#%efjq+C4dn%2BGTfMJp{m3Q#Ej|A*YE!jf!M)xClE}G z?xrFUQIt+H6A`#ikd^G$3+cl(jX4Km%J(_AKuM!!s44qweD9#U@zKm-WHfUOzP|p@ z-8|HAbHogxs4Ox9bLX)ZI9@ zH*+qkg6n!$aPD)t&x0&PbDtp@1dPNvhmjaU--~T-U%JEh=Z7O3 z*I5e*0JfM3mPiH^I?Y-&VyG&r3fpERk_!x{iUBM!2}v_)JVAi8UM5>>+b~1bAp@CE z_5yXiT)Y+~x*H^9(`o!X50fFuTM#lKh?}Jikhca2zfBpiwcXR}e`a7&6*Ei5=yh*c**%rA?wvESj4cnem=AL)9NNJ3}nOCq-ykjM8`}nEm-H-G+ChZ$DV(e0>2!(%inws|VZl4hQT1weZ_etEkf~ z-@TwSOnDU`F*CbaOCF%ANT55E7V1o37NiB|c`lPs=fH&L?(J0@Z?UiO4IRDqCeS|* zhlKCXXAfv2l+5SzP-V)+u~AYoYPEh-G-{d7GCQn%pBG-l9>c+n7ujOq?=@rgd~!HKs06hPST=J zV+m|Di&he>#6qMw=fM7onYW(k%VQ@Gcex-zC#x{g_jorG9k$&kYIvs zW(Fi=6U59Qaeb-q0Nn><0K68Gk%c85Rp=vA+yMJ7S%NB?ss}e%OdqhZ{j-7YV2c@e ztV<;z1BK>J!%R0-MfV3=kV{K{ntBGwKzN^~`V0_e8e2auX8NaF=zgHwx0yy343w8a zX8DuU!^|)riTVhYgfLhnaJp$i%?!)8JAfS0`6OPN@J$rt{|+Rm>D57Re>@ zT99FKKbEZf9XC#(i>}s@00000 LNkvXXu0mjf!KK^9 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d451996fa3b6137ff7c13626e4939f92f31e06d GIT binary patch literal 532 zcmV+v0_**WP)21lxQrwwK^dMsSZ1b4j;*qo3^OnZ z>#D^!AOs8v0KY&%TwZ5vU~(o#!7hA%KIcYqBwqhgF|S&tNd_^Li_Dx!yYaOyWV5@G zpvuQ{Z=@67pyLs-_XdIlBjKKA?~P<;-WNIN%f+ff?*;Ov6POv4uxxQ%Ur2(4?hO)_ z$u!t>5B4cqx>?u7^dS3uYx860r%Y8Q33aX04f{7v)x}I$3f!L$A_P$`5PY7EebRWIO=Q@c=zWBTW%EBU W)lHqbk{|>C0000pNI_{@;}fj}gF-!FY;Iln_yF>@%3ah$`XF=Zz(@i*05D31`A&Z=Zw}U;!QqLJ96_5}4ULS&#%}u;A4$P9UgNRPFf3wwu|^VFA~*=vr(tBWMeT%{+A5VEMMn+bG>A*vd`{(8}` z7nwo2DZ8An_pZ9l59&+DoLMHJ&lz@>GfN>X*xBbME|Q%k+;mo%-RqbLeSQZLTxMoS z7O|9!EoSx#oMn^e=1jFY-=&%1&-X(~Am77I`2B`Tp)zNNO_<-I`bnwGtBU^sO#5Kk T{kSo}00000NkvXXu0mjfWY*@j literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture4.png new file mode 100644 index 0000000000000000000000000000000000000000..c7010527caf8ca103b6148cbc577924ef68b6c85 GIT binary patch literal 515 zcmV+e0{s1nP)ozUtFta!*=N!&C zqy_n#k8XUkkcY}t!k1`C%HI3#Wg%ZTH2?1oAYEbZ_1=e^APe(d<&>F0x~)XU5|wWH zGQyk_)_ES@Y>Z%rA4hr)Y4}=;w(P?Dd0Ah>Nxw@p`~j^)S>kJnot*#x002ovPDHLk FV1fr(+Zq4> literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..1d343e12fa29004812682c444e22f2af0f016338 GIT binary patch literal 534 zcmV+x0_pvUP)D~{hIIkCqKs%Jg?r$t}BPG24NsFU_lb;2o%BY5Rm})vP7K&GP}#}0-!Xri!hNUGZRS& zF|$Zu2e3pYAYiF#Y$F*Mx*H+EhSHtZn5bhA63wag6pJP-9eOb_r;VqJ+J(9T}I zE_AwK7t471Fg?hoyV-5D*ThYpS(ct5!psb_&7JI$Rn1HzAVP>_XQ(RVBrJ9>YA^ORpog2#?qTOjoP`WC)RjJSL!;YBOBXcDve@7{ z#qN+1h~=DOR>bp-=XpRv77jCC(T;~Fzrl)3iCWIR{ezl>h($07*qoM6N<$g1}zj*#H0l literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/concrete/rebar_concrete_tile_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..e2663d5907e203fb4f6b6a7575600aaa6f9c1ae2 GIT binary patch literal 518 zcmV+h0{Q)kP)ZL*?L42rx|NN7l!4f@TRq^aiRWXF+Vt_smlCc((hQK}#3yFO;a~dqp zF_X|UNbvXh54l)nCQb4n0y59utR6V~V4Ln?XoMJ=Dgyz+Wa!fX_dlEcYz)CJKqTA( z3rT>m7n12S1aK9T0YsIsBm&Gd`c9ufhM6H5rVkQGMi+ys0>G9CVJ%~aq^WPQOx60` zuxw@qUeEx3&VfLm#`vWYx`%x>$=#+b$Y2|LkpzD?fc#FBgnTV5iJ4&nr@xefeLF_R z*d!p;%WVMgCf(TRE%J-h^bBh)l6f1rHc#li5s{nrfLK03lWk`lT4+s))62vX~T9aHwx|=zD^;ipANH`K)C#D{rmeTu3~yK18Ws~H&sP zlzNy1B+$9L)}pE?nTE{4SHjpvu%*ATiT#l%k&pDa_l8 zL0D&s^Z;T(=!EhMup2TgLpi8ScYb5lNk$2MH|u#e>7%;J^lRmQZV+55Y=d7qGp8F8 z*LC4qh3uE~d9?QsL}Df;goN`(#x7=H&#-zA!tB|Ep{kg9xUR30K=&c0#y-7Bh7hKk zMTSgMHV`Ht7Xe(RC#+h)uzRrdcA%(gR%Up5BZ;boB6c^~LzR)t{XECQ-qbpFt1imL Ye+ZvX$u3vlZvX%Q07*qoM6N<$fa>F1DMV|y1CzCtm z61o3VgOJ| z37@{Ysm6q=dad=|QB_3bQvNLv5n5~E)!jLcBN(NW0LYKWgE?n-T_esp8Dp>*i3qh; z09tF9*#)up9(TUf*THSusI@Z2h@AA^DWx#RxPStBjKTByL_{VEcb`bk(7F2uNj+SzSN6xuhzQ0QWab}HYnZmy zreFnMRZsQUql*a44BfWv&=FvaacG#CQ;%x8EDP?Ao~^3{J<~%~X|0i&pEcIRySxh0GgNg_jR;<^ z*GH3xpf;hZm>KK3GRBxuMA)_s5ux`!{Sgu9`~9ALB7&mSduLe|L}Vtf>w54&MDPQ7 W+d{ET|1{hH0000 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/door/metal_sliding_door_texture_top.png new file mode 100644 index 0000000000000000000000000000000000000000..f9fb8d0234626c05bc36356d2b476acfe06deeb7 GIT binary patch literal 564 zcmV-40?Yl0P)O9KZko010qNS#tmY4!{5a4!{9w)`k%oYm>tCyFc2}2KFRkfd3bopQVIaAHQXIDqm)8K z0FareDq{>(m59LI_p_?X{rx?q6qaS7_l}6nT|}lpW&$wA;BvX}{QSHN04&RbnbCWv zltOEbF~JJlZptqt_bX+nJmllzmntfxKaghSt!?@b?kc?XJGI97`##ndITcE zwr#v$`yk0RhQ!^c)$WcSBRUC_^SH55{r5XTGn*n2fgbRB?`+$KAk(t9%f`!$BLWfG z1>Bv8;D8B#;^X5NdhaaDg1b-O4^FDe?d|P+Z2tf_q&xy^3(BPc0000f9>J#zmGb=3qJjBSzZf-b6!2uUR04`uJ~@Adfn;B9_#bMcr(WPt`Vl9$DJ&cqG& zgm0_ZX7Rb)dAZ+lNxW_!ysQv0xf&cK7X{BOt{Py$)t%=t@f2ei>-@vvZ%7h*L1eK< z06;+&7+@FxdrYzl_d#Wmz!(En6^nt)Fw?&*W_3_iP%wbuqZemLVqm5J0fs|uuM^ZNP<7{f%-;uuD?6b$vbQPe3eRNsy9A3+(I8LM}~ei~wC zR2Grhae--YBt!&_<6I|OgmHC8W@H9Zn^|QHH65xNK_?VLLS{UVz|=5jCZL`P2`HYk zsVpw$oIOZs>h1{(z&gd?CZs)`ndnUR@{G4NCE<2axMGC=gU8n-zCLs_`P zsp%=Mx7Nr^K0ZDWq5xxE3elrswr(VlmUvaQ#6OM$GvnMxbA$-*7>2u}5>=G`P)i;U3A%ZoD;fPLSYb27#tGpQ;7Y!eZ5 zHxWTqG3Q*`H7NE!KbeLyJlYVV+I-%Vw@2|blDDIHN^w~D%U8z!L_`Gq{=r2}_~1F4 z4=O&zXr~k=S6tTZw(&i7^J) zOdGrZdEV1>7tny&#(*|GCspP;#Ov$pA}GYj00r+vv(_mE24+KdGg3&R+l$~h4ut6{ z=#vk#jU}uuKnN27(jp`RfVf_-h$S}5iqNux2_=$g_ww&G5v(O1$8kzQ5|<2&F}W@d z;Wl{9+n`8}hN@z507vx-KoE$dngqIw2%YF61KbVvA^-@?J_Z>O*w8!}>% zo;J1-%sE$)tXMCcALkB2Lah4EZrnzhL2$Mt4()3H*P+^Ch|U#7^!896a2p*G}fGXayNi z-HhAq#{TU)WbzzAM6ewPxozxouJ+kw)O00000NkvXX Hu0mjfqfYa9 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_side.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd5e7b5947dec18e394abe8a0fea8ff33d888dd GIT binary patch literal 369 zcmV-%0gnEOP)VGd009w6L_t(I%Ux4j4umiW93EcH`=18| z_QxS~O&XQ9^P-jezT3q0G;gm$w%!I0r zM1oz{b=aXg-N9rg+! z)|CAw!)_g!yL&de`&gox0KAZ!jSgi z*}3fJ1JNVt-FwzKS5=b*gZ0hwzxbbxRw81^d?QE1T&#V`_C@1S=C%I;T=rnVOYv;k P00000NkvXXu0mjfgm$Hk literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/furniture/steel_catwalk_top.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6055b5c52f774b2939678593381f1a84426a09 GIT binary patch literal 593 zcmV-X0VGd00HqyL_t(I%VkqrlG`v014ub?>~wce zwfDbCJ8c}lM4}&#J<}=wC=N*wfcX9WEq6yopmZJfeTSLh43Z#uy+s5_A~Qh}#ogiV zyxnecca~B_k`W=2T-Q~7-;<;yk)!}nk}?w(5da`b{PpwaRV<}YnHq-SYR*iNq?yUx zX=VokGa~?fetl6#aNl>;TK{Xlh93dTOhjucrO?a-fbE^n^Q_F|GS33Q`Sp^!Ga{6k zj0jjppu63e5jv67TG@4-#&P8IeCj?7?7B`LpPw`{@d%k2%-lgzw_3T(vq~uhAOOrv z{rLExyPq4Cnb#QrU}gqMY^|yGJ?Ga;060z4b$e#=HBBdRlEgRh$AEdB)pZ@GY0@x` zG&A*m&uN-uX3R{Dj|Ty$wMKUrNxD01-*@zV&vjY!cswrFC21VTOO@8z#I8-~F zxGsw#g3squecvDUz2BLc8s1Wlj|VeT=Q04iPAFZ+%+%veRIT;&Ix|!EVYu?=^LcSl zNtySux#31Hhc5p+7n5ZT=`v#P3!WL2H#nN{WP$8i9N2*K_SKpc`J z0j%q4W|^4)Brhe+(DYq zA~*TSQ*J^Z2i?ONfx~{59lFPEROy|?& zcX}jK?M8%vhMW8@F(Oi8-Nri~eLFpg{;Km&KJQCisLwf7(|_T1dSeWduK&5K{SLPk awf+GyWm*S=0~=-l0000#us?1E1yH{0rhorSucf0#_T~!6%%s7BFv-`e3pHEB=8cDRNcQ;%hB}G+9s;a7r zh^op=U`*4!@B4S9LG_%&84sF@AXJffsPixRMzKx6_S z`WX7R^Z=k^bnh)G)>@faRr8VF{>IWI9+?>tC=%}bw?@Rgy1Qp)NZNZdIv7^s1?Rs& Z`UNt#FY@RmA{PJv002ovPDHLkV1h%djne=C literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..da6c6f16f2dfda537e038b6e7ba51945b9630b91 GIT binary patch literal 591 zcmV-V0iA@hHr7pm|I!37bR^yjZ%f33CV@qAjz$F^r?b`q+Ty**X6C26k(Rjl)x znsS`3>YB&n@i)nbq&3}_q)SqlYE?H?bpf84vrvxv@m{Lxs+pM<$x+oMF-3L6S5+bD zZ2$s@m883KIiaiGzpnFbpgv1FC6EN-DAht*0t6lXPhtWEZ2K`iYk(b?QmsOFq%VoP zKp=})@Ict;25jKHyWg|d∓2*S`W@&!WB&gak=KLZQ#d#IJMjcqDy58dXc2f))(0 zC2m3+iO7~SgcjN*)-iKVh(s@mjR0v=+EP){LPCKAT!DDW;N%w4BlH9E0ksqkk&V?< z@^YmlnLtPuP63zD73i_OyL%-e()r!QenlWcKw2b7BC1VH;+s&Wsyfb1%>|kyh+r3z zk+d8)34u-AAws(BeV-(vxCjIm0`v0y+K>@!1NkON!1mjDejNi`whwim;DczO45@@I zX$Mx4gO>~^*+QSU<9N)rGt;MSs&o>aseBhA;%_PB%qv%tu)Uvlc1hf9KLgmgC&AnO z!aYf__c+0EJHhswr2n?B+t|tZ^*PVy^XJF;b-dl~pOVgV`!QXX_+k5_RL^bS?0kkG d@<*xv`3-xxcw@4@yP zZ#xmOZF^SbaJvHOvMkGvZAtgYT!33fY(d;>sgaq#?Cx5Yr%;{Gr+*`2W(HN6JGdfp zmmr8cf{6H#L`B>%M8@4VRr=jF8L@5q9)&`Ih6Iw3I7{(FLV%zw1_nf7MgX(>OGJ!n zsE{h8vrr=4B~s9!Mc4unavK8)%*?!5Tr1kB7{Cn)NyO&_Z4%f{Y(g=u#%;QNnbVX) zFYtoG5+PUwZ@^9BrNb4%lQuM~P-n!0fv&k?f)owgk@1dq@Lm1;DI_kEWqw&KXG4HU=XNgu#h4+l>L>A!&d%VA#Ec z;#nD)ZkG~3tL;q~6Lj|%APp1yW!vC19!UEb`=yL`K701D8*LE(H)8}e2W}WPbkDar z2I1o=E(h4d?s1U%+&wP`*|__H`;5KVM#M)|Wp($g%13t-A+T^5!BY~ReI$S%_K}8d zX3sxodxpe&cV7+6*_|% z>bZ|U)}^LHUq3#ceLkHZ-HtI{e;GzbT<7fdKc5C~OGNhpq5uE@07*qoM6N<$f`qLV AIsgCw literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..b76fa99624a3d3485f6da39c2c70a184926775ed GIT binary patch literal 616 zcmV-u0+;=XP)Cq(xOz(kkhpR7ToYRe;?Xqf5oy&1J(i=A2{1c^PB;kf5k5f~q=8 zV#1XGVoAanS)4Gc&i^jUX+r%yN-cpTBp#(YBOyR=jJVvJoCu!N|_|58gvCv=kZtWh@!6!t=ls?XgRx7qHopZo9IK&~Jtou#6rM!G4Gm zGPHd}EH%gM#9u%td{rWhNKPcP?q&uKBqy9_fKpuoW7^J~^Jfww{i*v75}!yo-fjU` zNkj!Pb{`2Tp{MSCg8)1xf%uD^gY8os+Wi{))f@I6f~qcwJwq~Td?OGzBQW}@Ey4sN z`0g#{1U|BPqT70#1>Dx|UveiW-iYzL-Cq;1L+p3r6UlK?sm!@!wyinGU$&_dM5Kb? zLlS9o*Yc77KP#c#Cp#*Mox9%xbo(_4z4psi*JBdaUSFKBx}Tlk?q^A#Qm&Qca=Bht zk}vJP*gZ)uYxfMfIi9vJaSnu~+vC=~+I?KtKK%!jSb>TYW{Eif0000Jf6XpGpi?dm*K+-OW0q0n8Z_5~c zq-EG2kA1&R$x8^GMM!LtcO(P|M#cJSGAK19?Pbon8=x>GWBjY+UE-Tz6M7a5!^IYo zt~zbnjzlMAcxVYg`bQF$enPG$$AEQxcVT8q!>amIckqGZbL7h30yKlwX>%vR<3K z=FGj7BI(|C&9tv$_;1STf}p!j3Dd4k()R#uDZHQZE>I@$xz_roIe$Q&zK~kbrLU1*L|6FQ<^BK9YDse`9JZAvw*qVBxh-q0 zTU*v~Je~1zOUuf-r6p^<0FPwN+4flJG371Iu3*r9u!iB0W~M!yKBtsqtmF`VNqYPT X16yoV#np4%00000NkvXXu0mjfu6_!E literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/panzerglass_block_texture_inventory.png new file mode 100644 index 0000000000000000000000000000000000000000..7e71cf3ba1b740b56cd5085a09bfe6db54ff0eca GIT binary patch literal 658 zcmV;D0&V??P)Yt{gWILm#DTsb@ay z4+lsVxySd#ob%*bfpdjy5(A!@Zb`)~W>&Rf0VE&w$G2~P-tM=I*v`Ifr=&~kJ&}rY z4V!NJ0Li&9;B=2I0QM-g^f~5VKmPlXwbr@TDiM)$&VAqabI!TT1-{W}v7LVg75p@c9 zK8y0YASAGDYzlfr5?wzy}!Tbm?L70^X#pE*|zp>yIn7r@xHZrf86!y^QSDO s#uhP-bCh|#)`)GWNV(SK?d@&;5Ai8_l?)1^X8-^I07*qoM6N<$f?pyiGynhq literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/glass/window_glass_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..4281eafc0e1115875982ef40232aa5e0b0df27d5 GIT binary patch literal 560 zcmV-00?+-4P)<{A;z>k7R5;6(QcJEBK@4-^q`K=Ny%h){u7J4z#hBrB<-?-8VYYac zNKx5kTd4e*mF;6ltd#&%M7kRwMbM(6(yA&E0aZnJQ&pQvs&DQ9va7ng8$eZ6ktz|H zqS9-vh=|I}RaF%czcVw;jY?8TGBa!6_pxo8tE#%YiHMjP0U$He&bz$#$K!EOAYURP z03agL%y=;-PC2(SH2z`EIjbrus$W%As;b?c$8p3M!vv59U}mZ!s;a6Y;$v85Rz$>{ zb8_3Z@5gbho9&WUb+J}etEvJ(WM*a-0EmbHAiMiBNd+L?-D3ziUE#~7v;jHJkE#GG>jfVEb1cUxvwclWk! z{_*j#+?{K!#F-WV;Fj0j{d_(@ZUq3KW=0W_s;Yh8M?{p7yqT|Ky8GXG+csZoMODH` zYIk>L_FC(>-F{_WXT@LVB+05CRMoF_wdMBUhPzV$sqWtQeN~iHMMt%&gZwL_~IX-(68v?FMw5aj>fDek3AZ%K~0r+`GHmsXE&(Gi={?%PKV> yt12NNmGI$w{(7vpx3?XDu5|>^GUxQ;IMyE%(QC!g{s@Tx0000z-CFgJZZXY=H`^UDPvw8Mbnl8#oht5A& zX6WE>VOhm>w|A?U$D@7uDQdfqElYuc2F4 zmA#LPJs`KlQ`)&mKIP8c6|3H!&QbMjdNS>KuV$rR);E74!^t}Ted=EC-~HcqgU{s4 zKTpPA|9W6|Yy7jlABEkIe3tY1eD6o6eDI8CH(yS+_f_kh@p)Tg9kY6UlBdV{@?CZJ t%~fhY8ec4YDE;)gW$2tgo!6s&Fkj3pJzQF=(+Ug;22WQ%mvv4FO#r?7l^_5B literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_side_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..db55c5615bee26adb4bced5e427c84f1272f5419 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=DjSL74G){)!Z!;5tti#}JFtZ~HCz4jb^Ww6{Mz*Z=9i{o`}(9?OK9uXsu_F=;w( zK0USezPF2kv5~Og%XO<>BSYXJZN literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/hsupport/steel_double_t_support_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..3d928b5e230ea70135a95f76ca386a96828982a5 GIT binary patch literal 376 zcmV-;0f+vHP)e literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture0.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef8172b4c27e9dc2f47ddca07531650854c62ac GIT binary patch literal 581 zcmV-L0=oT)P)$_RKvp84s@QwyxCY)jmC1<7?oMQa zgb)B`hJRd>%p$AEOeFF1ym;R>zJI)sL=`;8SZxweNLmB7X0&cpt)e7aGcuDewyh=; zl^`Ip=q_d~Q9oypIq}x0DvCmgE8Kr9mlZiau}I|3T;i~yjUFxjni z0dUP??`;ue;7xez_`k379xtjAA)b}E8S^F(H`NRzTPRbsHu3k}X)>}B%E%Ir&Hs>t z&TCAN__X)+q5^-70D@-Xye6$Rex8G7B69vQ2j@Kg&%x(6CvS7y#O6lB7k=Hj!LZg) zCFh)sNFKd2X5b&ka@)*^OrGb&Ot;-dWzoG+<01=6A|knBEP~dI-Hfd_@-{7EGNb6N z;U=Pry!Y?kkT#yjVA~v@5nNdubK(*ck+E)HRb)&+n2F57GqIcG92frev9omt;Ky;G zDBd0$zy6JI5*RaRGSIJ~#lG$MKd%!V7rGl}BvNo(lV)q@>!TT&tCp~09xwg_%@9c1 TSQ;-?00000NkvXXu0mjf&}#vH literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/industrial_planks_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..26fe686741720283f5619fb4bc9dd88d430b77a6 GIT binary patch literal 596 zcmV-a0;~OrP)q8^q3ObfbcDa`K-j+ZA_`T0ah6%$ISL2E#D{vch6*Gg~ovdP2 zvzg(hhzR~(K~-}_qW~gQC0}Fk_jw>9bi-#(T$SwRT#1OFs`!^1s`sID1+Q(;fC`ui zDuStDDgZR_!``s==G;F3s z7N*LoLPgmAC8+);xiayY#kJzbel*A|hAA_Wa|HlzfCdEQUT{_X*L`r`4aW*pg`t9q zG7MbriKdPUT-nfx3b+mY=W#vlLU$nupDtXL=zeyD?h9x{^c%%2@LzVvM5!)lU;=9*sUT{*!~vQ0`(g#oeeZ z+!X=Nm3$4u#OO}0NX|%JV=yD}YbN>ln^kZwR0S>pX}X$W#(Q0?Ec$V2<-7@gymnS3 zV;I$q2vjCBieZKbmJ%=P)+LkVakVP=E`@B2pgwJC{_iA&sZ1eh7sjZ1_( z=U8|c=Ul`w7FA8S)7>-d(#avLHG4p6?-~wTM&B$TNvj`LSi+T;QfA~3OB|| zHgf>7>T3#S74cZfF(wTdSEugg(TnWnw`xG3Yaz^tKlbg#>X`|^X2N6utek+5jBqit zp$lljH{#MgobOIOoFM`S}>QiLCYV0cXB^@c%i#eQ>`y^aUzx!%et?rkSg`g#g3c zQ5WZ0G$QO$C(e=NQ{SwDYRvScyE$gFh0|kF4K0zmurCCEzU@>M=9k-67OrovLo+f7 zU2{h`(v5RWJe>GA9<&V67*H}Qi>7gRG7}-D6;+L`dMTrv#9wdwGazuT$;#&bb^~B$ zvhOi#mr!LC#ygNK>$!y z{Lc!in(C&i5D|pN)cE($8xf%!jR81Ds%^?3J7N;f=~%x zxrnL@r04EjSKwoFx*L^2b+Mw^TmVJQkS@*$W;Q<`8#59=&LF!{)eF^XROODld9P-; z(Q{D^Ekb6o@?ye&Ja<+kV;I#VGd000McNliru;{pi{B{-AiBuoGR0h~!h zK~yNuJ(63l!!QU$c^D_LQ*~9{|5932iQ@(v?g!HSLw>-_8SwRbrIg$~r8LF>004-B znGrFiq^itpW{8+X1ORf*DJ5nmqA^C!834>IZixsHd+%mO*L9hhyEC(@B4VvoL=X`G zR5hj{Vtk`giipH%6!(22;=b=GrFC5aV9uFyCL(60F$N-*QdBhz%sEBmIF3?E?>*E; zmpLcJIA)G!%$##(=1{ord(OGm8gH1H=A4L#h^;jd2_V;X5m5j*j^nzn7^|w3b4J8v zSwv)6mUt9S0#um%hejd#zVF`q7-Qe}Ip?x0+qS7{bp3w6IcIk#A_|mdR%-=-)|#re z)&Su5`<>_ccsy#Y5$>Fmh$!HwDiN*gno@c`pCVF9A)?RcbKkeSyStesW}b6K?5(x1 zK}5%Kgy>RA2zGZ7p*g3!pXbTU+qRk67{km0V$Qj>773V{suDAY@BcuE==b}%dx$i% z_xoK+8DlVW8e_x?j4>kYm;eCo-dYQEkqiK&u%fEHcM&nOKoK8e$D)WO`UAb#ODa19 R!+QV#002ovPDHLkV1m?9;k*C< literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_framed_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..63d0ac695f3354b90b63184bd33cbd7f4c8e4e16 GIT binary patch literal 504 zcmV}`1edvcXs(<0!2x1U3OC_=!Y{`&KeB;orsKV!zBN=V><9Uznh5+z8W1(R?9etjQ~ z#H$6se2S{*67LDbAaSY~;K=;_V-5s6jNm$S0fLqoLIxy2B7qPZ0m6Ywpj7Z&lEmra zrgk52LId5a$Xb;%p_~x1^$C)gF)xMpy}!>;VTU`xhSP@34vcvlh*pQ$ScBmF5;S2$)3IV4#2?LTSfYLgBZ4y=ykc8{aEinP!1CTWq zJ|6JM6Qz}VXZ?6}k>n|QR3YNfB`SbzPKlOaE#T`MNU)8h2P%+)_C2mmt;6Du@%Eu= z*I}tkLRSOf&Jsu!-`)Fw*z6Zqo&*-AS1-b2ll*V)j6X>&_x+FthQNEmBqTiF07}?U zgs%fXRu7gxhWI_t4___0#ih$s3EML8`iOu`fMb`&uV=u-Z%+GcB u=WUXqO8k4hBm9i*6F1)fak_r*C*eOZ=qi6WQuC<*0000?z literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/material/wood_rough_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..207dc7d161be256463f0f4ba8dd5ad51dd1b2742 GIT binary patch literal 585 zcmV-P0=E5$P)V-Rs^4WK<2I? zLyVvEI2K_8P&35uyV;S1L_{EoOi>P2Bq69V2}B0AneX0_Nt|hniEk>v`zn4cb63%0 z81p&~x`y}XrrI32@tDX=GK02RE4gb}8C+%dO8z>NT*23;klWSVMwf%jEAs;BZI4k`o6F;0JwXwlkNdb#PcY8*AnqM7X}aru~%^S zP$PB*YX#WY!x(zRAUt3osxD@Ra|bI#O6-*!d*Ly16CrGYMFvcp8FTj#R|zEUf;L<= zNbtFe@^BUOJlTM;A8i9mL7eOHzg7@}!SoD!2WKwMB{GwqVa6!)3A!FxTm>QM89*E< zWcb{}Jn7Kggg~ihGco5D!o>e9Nl0+D$xMFiL=vBxhc6L|CmV^^abQH8$Nn?2>fz_H zxVu4*>~(BHLVEtg*ZX1&U+r|_6A5r*T0QjkOf zpKhKR1}F(tp@e4)fCuKiiHbTc;*h|#ne2N}|ZhbZE?TFA_*XDrQ0qF`Pccp`@LtZm7b}(gcv`SNbyp zN+BkNz0pc4hj@7CKzu8q4eTDgaeQRfz~Pljrlv?REpe-8qhf%)D?_#ZXlMGLsgn zDnx|LTuJ-cTtuJ%RYjkj*uqtXyYm;Ps*Hv^keQ4z5E15_E1?B>-A(J@chdJu?3}iu zh+t+^6=sH+F~&euF|$ki&1L4V2VF5U5fR*-F$TwRtg+1O!mSZ@S6lslzhh?1Ial>> z&djcR5D{z30N(HSWu#7SE+QDcT`kn@^~&x~wi~*((abKc_73b-_7AjkRmF&i)m|sN w`|1GTJkK@CH#hpSf9VF=i-=eq?VOqM1KVY3zjmkYUjP6A07*qoM6N<$g4uDjxc~qF literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thick_steel_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f670c4ace5467d2dacd97606681f0448d4f43f GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=Dh+K$tP>S|=w^@Q zBWv)d9_`#zV`heq6I&jfn7U@xCKs0Hl};`TR>jstPJ4Iv%mE%37Ntj=|4xbtP6@IK z)%SDBs?Rm@eDk|6_x7r#%IZq}O(7E}ZN6S}Y1hQ!@BbyAY`C-cTX}4_Z%O%ztm6}1 zJS~3vbf~=hy{>lomub~+9hqM53NzTQH+AcrnG3h<_WP6?{Q9@Jd+6I`R=1{bn?BA+ syBp#@`&N_iJIg2X7Pqd5{drXPS|=w^@SCTLV~EA+(n*1REe1T!bC(Ep6rcUO-dNt`Yt5RNr8$mH3tp*i zoO|o}XGMk`)^}uQa!yj{e7)~h+<)2U zO;h)%^&4KOo*#7IV!h_;4a?&9zTcr1A1dbQa)c+~sP($gh9`5Jg!X=ansa=o&~$fS zwa&*D%if#k?PQPYw+TC$f9K2sFL9G&4lZY!WS=u#iG7$cwe-F9y3}WrviAO;X<6%i lc5?CCuaXnOBERo@Tz6C=RMpA4IRF>}44$rjF6*2UngGs!l#KuY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/thin_steel_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..8a14fa402563933aa1c1782c62ac9aaf2f26e9ad GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=Dh+K$tP>S|=w11EZ*?i(`nz>DnO2z7_+X&6As21Re$d`L7+5=H{evR?h7tn{JNZ zQj2wOTW)W&Wa!{XWq$wlb>cj;BLSd^H`&ma3SZ`sT6NCUR)kcPz`ht4o4=uY~R=J1J0u8nbP(+`V2 z75+nEhl8&2y!l$SRJQ!MMW5%BcbS16aepSAX}DH;bd%0Xr8To6S7n$ks8D2D6{;@a zRm|_?np;->=679S$kdisVV8T;LXX;<7f+ZgaPrLaP3(dXo_{`AFIrZ__4Vt$>PfAC zcC0Qd;tvshUb$#%TWVxNnz-pyjRI3+!_7XXZ>|_#y=ePjU;D0k{w?J@IsZw}FB86rqw%0FeMN<3#q~E`O#uk=1j|4wHZ`@ZgY?AQjzUY7wIO?k!^X62C zj(}Y#gap(2R%;|ISk-jG>HrX6RS|a6w5jUn*RAgxOp9UBUD#sPqS-^oFm&jIF-&*< zhY*I%$GjaF&Q&oI*5g;8FFuV}}JcsDx#S;NQ1WT;+ zbw7p~5?zffB;nOChuGSMRlQ$Gs48w_a+~8p*xfuWs)MIRRgkz8-&qiq(+Qq(@@yj^ zfDZBI*oA8qIvR5zJgQ$EZsWzq&A(S0HfL_8ecjiQlZOqqMR{O6d65V~{^!tmNu%GT zYvb%G!vhW{-fD1KqeF)PwipU??BC*Mi&Bv_D6kvemFve#Hy->{j92q5EQ|dvo^1Rt>=T0bc4>FOZMHUfN@Kjs{Z({d zGL!jWv5>T3=7VF|Z^; O00004%w}=UF wREWd#C~Vz80iLf0FD&sq4s7wNro;cKKmAz9Vy7yoYXATM07*qoM6N<$g4LqJO8@`> literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/pole/treated_wood_pole_top_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..33a66c4b37cce7ebedcbd54362474f1f495adfdc GIT binary patch literal 452 zcmV;#0XzPQP)W|w)Um2_r8KS$05W69qw zxBn->WCU;Pc4R=?tQFW`o7)N&9=$7P)+OQ3y+)(<02l)|kTDVf)=II<5D*e8G@C+1 zh-wd@jXi!;H3}h#*bOViEH=BE3}K+#q=Ncj?10x98Y@JVk$5^jhUGI9nK>+9RDeg{ zF>mDzNx=nq%S7UX`_<-_Vtsx>fJYfVGd00BHnL_t(I%Y~C|jwB%nh93~^^nv>R z=c*E6e)QnlJCj`!ld?c~KU7|?SMnX1iHMMydx;2VzM|@^_r8D5Ir-n-%y#2BC+6;C zCapChf;lIuimC$O?f|sb$V}WFRi(9th@dB=S|`MRg{or3)!m5*A_7$B?Eo_g-x9TE9Mp^~LTiTJlR zMWfuX;$A33WKXO8iLflZ@B2-m_fGGf%;dgr#u&8LP*v7i^xhGXZSnK@+|Aq_i-;eE zr+tUo9}W~fJMH={ihpKqdq1=&IHwMo$()mj;JU7lCg+>TOziP^a9tN;j4jYwi!sKY zRN7QjeMG#ka_La-qHbiNJ8OzoX`}T}&TD&$SPf4>&)gTq^GfNDqW-M_00006Z-NE~qv=BKRK({vxj@F1?!Wsy2?^ySHy7 zfh#aCfGEWg&S2vGhcEWGemDjoP$qMN$AZl0^TMtUC}JgF12Q<-?I;dC5(CT}A%10U z1D>D1rq2y81uKPRzNOvVFrGeSH%;*I>)n7KSC<6Pm&7E-T9_B%CR|$mz*j3sQGlrq z6nAlwj-~CCrRe5^;}Pc>L_; se%@L+Jv(EbXO`ATL2omB{o~-ZNOTPT#^VSelVDr%lPk;HI*1!?g%MM3KF>t=!aeVTC=Z}A&3xT;9wK{RC zjcNt2mDPI1YPsN#^DVhlwo_oWNK84i9(n*uF?QL=x!~@^dCm-r#Oqv`rirN-U5KQV zsO}Uq0L&@?`(ogYVwJa6J@U=hU$y3q*hSXsH2}NIO8_)R+ze5rxpVFMb@tBf)N(>#f zRuG|DCEh-|$G>qPPnmvL(%dPva`W~bZp<^)8$pHtCd5E|@$3{)K}6Yne8R6!zC{FL zI1E_4ky3nfKl}N+16@#_KRG478YhAZsq1iaM3rpL#cm|Th_*&;jV6i}Lsi-5!uezi5 zK%?^R<`@micsVlkOXADl&ZyNCJGR1PM}l@mD^K6&^V zv6!*l&u9p=*4`*vn*%WPOa6SlL$8p5tCu?ac_zjfDBc(XNQ{IKuu@1N(RCd$C|&BH zHEON6J53Je0>qoQj(BIvlv+qBfjg+O=sHk%?}NKo&Uk~8XH*sU16{SsKU^4MF27uT Q4*&oF07*qoM6N<$g4{Sz3jhEB literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e56869407adc39e092e737a5912cc28048c2eae GIT binary patch literal 707 zcmV;!0zCbRP)U>nkjCI*CzeE}cDnIH(hffL`sNrXlMqS%Bal7ZkjlhAFh_uO;#Pi+Ss zI{tv)q@Z9e7K*cy_uam&SGqtcS#uGn>^CfKn=BuH;;BcWjr4oaY zQlhz2Y6YOy2Ee{l@J^|Xi|Zxw%~xOa)p|oP!^{v7ru|5nCe#eC6;Z`vVzC(5?{?H$ z@eT;sZ%>X%K>(rDO0+;nu^?Q%cAW?JzXM>mpJ?s`RRGq@1@9kzjF||}UyQtQX+w6% zb0wHD&h=cl9ryg3?YJkzfO&UNVakOVBkm4>h>*jk*%yPA$yHi@@ zgTs%Q=b7f6pz;rcU;+F6*JDHl5#`Fe2OK}V4iym#c=ufOaT6BdnNMlF>WrzZfcE?mHy6M~X+=HhFw(^_L1ckKS$ zv05&$qoeN$DzsAm)AH@R_jvfz5sv(=z_T>1HE!Pd1WN+B6vpDv3WWIT0-}LhDoA)~ z&{4oU?B^NFwK7gKsJ;@vB*uuUFboNLr?rN=)8%Zr0CwZn9i}N$S|O#xa=D@d!;sJ+ p@#eJyYR-6vl4n%)d~B^Y{sL>rLE72U*`fdd002ovPDHLkV1o5ZMza6_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..8832f881774cd89fd689884e0b7a887092048796 GIT binary patch literal 728 zcmV;}0w?{6P)YwvRl z*bW>EDr!p;4Cz2@0_s!v0zQZ{K@fZcCq9J(b>Iag88n6NKq6Q#7s%INejcm!21|*Q5+XwPN}VP&C64<&qDsmGi^a%cx5M4(0SKf&etX1V z0tnTeoQyz8CcJn4fIlyP1rb!0V=1hbOWYe~%ITd8QW9Z%tc=Mh-YH!$gZ(tWf-1Yo z@m9z=alJb*;jymE4a znc=PB)yYF9TBEpg`~F9`JJVFCwJ;8|nNulPGSbt>j}R3^l+(Kx{Pg{|3`waiP(Vaz z5tu6X9(>H@FFzn645s|^?}2o+J7OvfITIn&9z^ZzrWx0I9Ek`@>xdev%Ar)Qck^4i z9A<*cWGWYeP!OP%{jWlxCc@GT1=QnPf^HGDOf? z0}=M6&N&9sTW9C2)*D0xd#QpOeDKEEIbI4qpq2?$rT2alr2hcS4?`m2$s7^E+&CF}E)NSsUpTCdW)5Q^1ORGn?AOM+R<>i0F3U;=G$)dF%(bx@dM*wN z=FWB~)MhNz065eJ9@J(u59G5?K8j%&>G~d3MMRhnd+I!sRB>}eK)b>)^i0!)w}uBG zpuapmqhtYu+8Ui^f`n$_-S$dtQC&{pf4TMenv#NcmF+-itx{FkBG1|KiZt# ze&NNJZcxpc=7rXb!?JR|yP}%0)JpC$$-^ND^I93k4U&}L{QC$2tiLtnl5Hvh?ibzT`a1L00J!P)f~3USoZWsRtCAwH2tpE)GAShvYvt+G z$Vt$#DAk;`uJnCD0CQ)*HiiH#h4ABkA_$;1qsxg-GxGVTABT1Y?UbxatBu{$a{xBm zEpAS$6*J@7_3K>jb|iu6YGN}E=pR2l#LP(&G!G)2lrkQ{=^MBC{+kC}+isYv@#oJV zBBYd9*UCG0-$iR{Tpkuu&O`*Q9WQI)#}?zj-xqsQPS5Bk5zL&!vY@J&>cJ+1sFHK0 z)k?{QuItd8=t>6>m>KR)$nm)VdgGOwJU_2gtCUh0#|;7WeIfOQmtTL2wyt2f%7KOQ1R?`STYn^@V)Y@=&^6^-i7KJCZG0!t|>kKJV zO2OP|y#vs@0dQy?JZRl`=3+!X|McSs5Au*%tyTc+w_5--XS{brm2l_Q?b{r7J9_VU z00Q~Z!!H4t4+lg90JD?YyYGL%)i)171XX3Om1!L5-AGBfytgI;?6zCn>_i}Pq9!=m zP}#jBj%lL1pOV)^0IeHC(o<|-eD+BI45ctm6Lp?3Git5WS^-$CR-~LsIpf_B z72F&Z$bbBHg_)xgbPpmN)r3cIdG`$-fBS%EZ%xe2&W}2EqSnUxt^4HGJDbB1O^JxO zsjP(qFpW$8da_5)mVxt2ow+q~&WYy1lt6MOr9^Lyk_y8xkdrc$0U|In+?}{78{`-6 zyv%cRrCFnt0`8#7Vi-W-&fVA12sCAm#~BeJA{fqj{11f5U+GS^s+<4-002ovPDHLk FV1i8MOQrw- literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture5.png new file mode 100644 index 0000000000000000000000000000000000000000..baa5672d7a3391c37f6337c5ff796d4408a6e384 GIT binary patch literal 729 zcmV;~0w(>5P)`lfe4UDkc};~Gkb4$RW-rP z5^&N|{ix1&>WV`j_;iE@VhVR9RgvqECj-k6K2NElY9L9{a2Kfn494q-Kxk%^oOs-JT+B1C-hG#|uRjM7RF$b#R^y17lag|La!Sr3JbAt&B?X|*#V6vtDk*ye}7$4{`~C``RR5dsW6m6?}DgOEqK1$l5$3S$9t!XBAQTDE^6c1)<`Po zIAlbG+A531fB+YBr6aUvxF#%O&q42WU@V!d>m>m4*{7d${-=4K0a#tRLU@ppQfuXf z7q8;(OuH@H^DV1!N&e%PGu#7}jzy>UKs6D)bA0jd`v#Yq&eY9<0@7L(Vx7hmZg)76aBAgi=ajnkK3RW(FO?gHj3r zyYqAMjaP2*(o|{Q7>0pyT+t7MbTRPG`yXJn5*=EdQB~p)Fo1snF~nMV47dP*00000 LNkvXXu0mjfJU~jx literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..6895552a90f6df672bd49c30ffb70a82209ba348 GIT binary patch literal 751 zcmVkq_ZZI8rB3gO@wR)cjJ46bW4j*o zR`K3hF6S&)8^&6hOfpCUcY*-vtmX@9ZJd`zDHV4|$FVS&F?PrDfT*CV^d3Oq5u}tT zw z9t?vaqP%$HCilO)jfgNL<@aCiVT-dJNrfS2A_P&TG^eye^*|%&5rim{y(y~7wp5m9 zjiiE22cveU)WT#kAV7B~+_9w8P{KPA0TBdHTPG*QBalx&`8aB8m>K(rhqT)0y>Yf) zGdnoIyOWYqN?|^KNEt`2UVEO$tH;cyd)SY6?+_k{z$6f z?N5I3VD*SnD(}4aJ~pw$dOM;iQO8Pa7hn%(v6wTP?(z5P98LP9eHEd1XFHCVS)zK7 z=|sR}GSF&eNCT_o97{?bGDOgO$K45$iyZ^@^2se;s1?f@fHD?>3!^;QW4l??O2Gqa h8BtZ-{olQG{s9}HY&2FWSkV9g002ovPDHLkV1nF#Ub_GQ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..966aee469c9fa7b77c264e1d6ee01b14ca13b631 GIT binary patch literal 742 zcmVizq* zX~CJG*hU)D(qIz=#eowS;RalYV@Eo11%mrf5o|NkAcDEmr3gSNm8WwCcgzgkwjF?qP@9orAcaT>3hscT0<|^()>5(7 zD76tnK)(6vOW(JQhCnGh<8)xpnUXUS1AXccRbuKGhMskvskLGb2*h76zeC*s!EsUy zI7$q{t9Q?Mbae?Ls498inZ}V?8zCqs_b!N0gk>v?eaD;&u^J|V03jUa*68i>#jBk_&XbDqb57!!Tp zvCcE|vhe!pIY-CGtjmG`>#{Hm0{|fg;@^)SAS#F`CubM@@ym~hKn#&BZ&Y`tv1i#T zuf2K7KYu+!MCgL@_~8}tdd>tDx|CR#m0TOm9HD?HUK`JrOf#n+CsdVnFKh)w1RcAG zh_IKP!_g5_m#DSj?uZ+t4n&?Sfdi#BYBRP{k*~k_+)J(0S_vUwZj^n;nlT*?bp1ft zH=aECmuWii((%h|>q2YBG!Dc+f4`zNL&d4)xErbgbLZskcX{~p5A;#lO5-WKa6*84 z7w;2Gt*qNlF-KKjC|hdf1c)(mJ!drN|E!!ShP#vc9(9~KXB0>=5@P^2hAwgE&M`44 zsY?XC{f4zhX-2i%y7<;R_c@In=8Y|9#&N=dzVFb!!;)O{!Q1I-#Dg1fWc+|X*{ YKL~Si=sh)*xBvhE07*qoM6N<$f>D!Ai~s-t literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_top.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6bf0d87181fe58b6d37ddddb4a5d3a869ce263 GIT binary patch literal 506 zcmVhDFF-$7@QX{0VI&aFZ1~b+%6n z(916(5e`ZIA8f>uomz_)qK*(E-6(L5&;(5rb_x<430|4>rfU&8kPJacfX^a$)opx= z=Xvn^*2(UrGgu&YSzo81hvQ(IuTN1LaxXuB6fmTRG8^>Ag(W_@^9@>9f*oUxZM!A0y2P>gkcj|t6OV! w7nx!DZcXz3m|+Gw!Sa8#?j{MA2x2n)1&Yo)Qoy=V3jhEB07*qoM6N<$f`357xBvhE literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall0.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4c3064a7f39a0c7ba57198be87bfcee40ea07f GIT binary patch literal 692 zcmV;l0!#ggP)O&BzE^7UN)u8W-2M+`WE9RUui-J@CKg1E#_>j$}_zVQtAj4>RVDRuP$? zNpBqy<<1peES6=`yj3aAX z`SkM}=6UA-n5KyY)Rm9VpQEPCyP1>i2LI#Nx5uwa(H}dmsuXa3^))}ee#zMf8?+6umbSyk*j|$P7#iQ9(tC2vCJc)P$;{ zs-TLSy%3t6{@&96(hW-Fq4$s0gA;Rg!1l zq6Pl&ok#pv39QS?{;;Dm*&=v!{e;u$L}Xzqul7bX?*4g+|MA;xk4}vT?>^@Cm#;vC zEsEo|p;atfV;ToOym`v=AHSihkSyjF_=|bLRG7w*Dq(HG{TgH?gDH{4G&m}XsPX6B z5rD&CkB^4$$AOl~);6YTWE`9=i_Go=6spn*txmz{hKpf?BVT;}S@|&HgJbTrt?~C? zFZz^=3o;TjWnEWZf8$Leg5`c@zMDDhclb{~e1{2VG{HnEz*M-pzTwxOzolhiXP9~@ zLT2*hqi47QYYVnWq!P^0N=o{HLTC{kv~y|yXBU%vMN%d)b?#yF1b_Xi4?rV*V+-nx2BTUWARTTiI|4_mb0U!&7P&60u2 QWB>pF07*qoM6N<$g1|&RL;wH) literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall2.png new file mode 100644 index 0000000000000000000000000000000000000000..02c3469815a7ce928298703385c11a9be06b74e9 GIT binary patch literal 684 zcmV;d0#p5oP)LPfb$x0R6 zTe|m@eE03^>>db-s3Ib$3YiHbiA*FRMaVI*VvJ;)O(;GFK9Vs4(?nEAha8ERG9pk_ z#uzBT81xv7kxWw17>S6G2&qPDVE~ay_drWUR8Uc{f{z3QErmf+t{y)_MX_4g@Am*K z$K&Q$3eh{F3c$tXCG+8cyK~Z^{C;zd<^T~8sAeQWEy`!lUT|~$3kj$SOYfZRcDN5p zQLestP9c+JBpHFIum+e4^V$JO6%Mx@kD%7Va+qng!0K2vR0KqgsWo3eMM+ zR*W8j>1i*@vN{0af&B3Oo4j}bK4ykT;N7XMk`b)#Os(PWEXzvoD^qI#%=3}Vr2O&g z^_H?4S5Kew^Siev*R3`YAu=&lzJB?NoA*DFnaD^E9+bZix0ni3Yh((2B-w+*vH);C zO=Ko(3`7kP<+iV2h0+W?YZX_3TmSt-JAQJ>U21Sfk+m=D84KpKr zOI}0(u-X_SnA(Jz5(z58ayv60XLeJg{Q28QA_gjnpBPtF61aNu4IkeB$S3DJmOf76 zY!~<7(??%Yx;y{Q3u;DY;vN7D5`f(_@z*~`)HWIc&WbVj;NtRvQi`Ew7$Bu=b-FWI zq1H+*Mw=Qrk{Fx#arHaA%frvVVt;;ts9>inxT_ByJbH?+D)McQ)u?ZDU_#gA9t4`Um)b_{T|+!6-P{ffXo_GATIUX=iU|-s^4$b5cP= z1x?XZRm&g0|CY5mLL#b&2qG+q#50kE6d@xhR)}QbMX(k@izLHQO+*D1#oa*_i9m}I z8Du6z;E_ZGh@l>dh>!@Wg;XO*JfSrwixEJkKrs@4g$Ie9KKhP~#5&{X=m>!QZU=yx z5v?JrWCX`2C+x=&Z;i-B$6mdBfo6aR2y~^82%RaL&%WT@o7e28iO58NzV8_K2SkL& zPoAP=a@&HrHm2%KZJC?>#FzIUFt^5dm}t$}Pcv6HJE}WVt(2}{A~390h&$SKL^v9Y zf%jG`u6H8|RChA({K}-L;?1$M^B?$#0OrHYdb1)UsP6po_zBZA;gJ-TPrL4o-G^)J z^*=9`=(KRUz2NfiXFy`55bo4S`mP{aINM(E^3P|>C6SEHv8(YwQDNx&B`Ou>8rw2s+YO9=XFSz;d3V_Y=G2ub06?aEU;j3@9sKB@z*{oOCn}08H4^)zN*Kt)Pfz$J! zxcuumC-+uNHF*1Ksf(&otMlW}zhbpDKHN@dDP$(C`CTGQX;;I*`|CYg^iu*VLPT;q zO_*7sC9DB4qm)8xjiDG_*U?#_A9^wp4<{pV1kpv%9(?_X&kr-zD}CRyUT;WP3>|tN oe!Hd3Gm%i|2~}M_5%A{x4^@P1To)8dGXMYp07*qoM6N<$f2uKJ>2@tq@y8GQ*RRnM3tb)=x zNA;bO=g+>YJ_4Z-RYU|;p{gK@s6q-#gv!L+$YPsK@R7;LA~P^8L0f&BQx_nQ@vz}#()0)W<#gO&68W+ z{`L|m+>DH%XE8NH)cEwtE$?2vq^giC4kPe?4kt{7d78+Ppu*ad|LzW$J6c6#f+nL6 zM3hrs!5p6q-AxTurH{_;VuvC`CdVF(5ri61MMPq1ATT0vF{UuHT~C)|Gh&^KM>fE7N_2EcViUn0CC667-KM-(^{js zG0hW|MPyK!1cK-$=pTLZh=-?@9-V2LAQM!XTLXoUAAf;Xq2`>=r|t2oXzt_){s#kf VVfMw-O+)|y002ovPDHLkV1k&wFj)Wq literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall5.png new file mode 100644 index 0000000000000000000000000000000000000000..8d30e34486ef557528475adbb3f8ba8cda75afb0 GIT binary patch literal 693 zcmV;m0!safP)L_t(I%UzSPjvZwTg+JT>%-lQN zjgl%|QbxPYCQ5{06)LJc0S~}?@B*pw5IhK>Ku9RXE)-Bu@B#$(&fb~%f7=wZP;e?+ zIzF;}Z29Kvud+5rNJJG8L4*yFvjJJ@dM9@#-}q zKtym4UVQcirMAY$X{PH6nMrGY@5okAYh_+5%d%2i#oZAERb@OJ&{B*Pq1Hxg&M@?t zDT>f_9rLoV)=Fz_6ZWk`fV<<7^7PpykLQ)@mA>!U??)20g$_NhzkEYmS0bUV3#z(( b;ywNWh#gTApPGEG00000NkvXXu0mjf9V#)6 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/slag_brick/slag_brick_wall6.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f210f839419960f97629c39fe713eb7f9a28d7 GIT binary patch literal 697 zcmV;q0!ICbP)<)aZ~;~vf`hXC>DiGUSS3!W>qwN9!L37L2G6$4fXl5+O&G2u?BmF;GOyK}s~#mul; zNq0mQ5n;RAF&~e(JCQ4={Q2x>Gy_CHpxU})Ey`Q(J>sutSL@UaS_GSEqW7Q_<@}=y z3Yi3Onj2=y;nYwORN(!4_ed4?uTEqpwH6Nh0|3Pgt40w4wZcXWtrbouszIU*r7#pD zfnrKTFxH9)^a#8=<rA{nY7YP|dKV}8H7Br}mnQiXE;>V&B<4#TQSg{1{cUuco&op&@Crwt;? zsV!gyK`5J{(j#cSF^&U@;1Og7Rh13 z$%Jtn=)E&qVgJudYB7d!AS3Z`G6F|le{MN@e8D@dQECNXnHQ23RL6ehR& zlSa%KL~2@)A0>!Jkzgq-fPJt5Ml6E8FvtKRBxoTRpomc-5~Zu^Rn@i4paf@b`y8Fm z^6fWY=hhq{5miJ45q3r5nGi{eKqgw0M92tA5v)bfB5`jNRZzjS;O?MGy6;07kU%EQ zoy-I=%p><}qEHM(2==Av4eL6PBm<-rk^qEM#WS#{UwnzXV`kJ^DWx!vBN2g`A-P8* z;o|;1=5eI8MkF9$zy17zXd8%NR_ID05js;ox_-i|+h0gPRamx-!!XcVV5VF>zQM>O zGV$iD&9PDlgrdTS=QCS4OG`YQQVQpBqIMn2;;0HL0*B)f>w4;NAXO=nWG1K62>~{D zRD_72NWncoggP9s>qnpQp8_!JsI_MvN5*O5!Kcr-xV&VZCIpzLiD4LUZ`{3qhyDHM zuZRk&g{vnw{QmLuWF`{H2G~F2nW94Nd**3o-Wnc( zu!1Pr8tC02{aEf3u-;` z!}s6i)*7ufN-0DJ+qx1S98V|uI<&~F72)yCSJ>7X^RluP4#xPz5q;kJ>is8ZD~RizA;x_0Y7kfr}ZrVd>@wNup&m66;e9oz&v z9_-=++`}A);Q$+hG2C5;D7@4A4v!wa&-0P~_~D78>L!2f6$uAC7|jk}ug6h!6M*gA zB9R#n@{Msyg$kB!v$>HXn=6n>#t_+Dfy!wc$AOa3qJK3+)lD36jiF^D3qd9sV|ILO zBvy5kpwG==xsH-a#`y8K9ol_~&p*1&V#vo&zyHI#+1yBxKWXrC|Cq>(hr@CmfW?rH zY_5P%b(6K_1-}0>gc zE(SQ=F71m;s%8gClDHe1rYpuct(=bXkmC{mQ?1rUND{B|71kfzVQaUD>~e8oK_cu& zmL$GPf52g*i>?`b9FHI*3CnR%!T}Eek)W4MGRCt%i(HchZY&UB*)~C+o9(?K^ZrS$ z554Rhlv%kK0zk|KrYKdLWM8YOx{0gbAhUEEfS}LKi#Nw8vOukvXhsX$c1F2qMhitV zTBH+EhL+9tZjn2)UWV3N*O&Xp0BA;whaX0G{-(s{MhbwRxAs`M7ec-}>v=lsbMxxo z6P`R;21%k)ZD$lZPW`-xOOaV$ zj-K5Rrx>ob9A$V;wZ`h0000>223dM2_pI1T{W|y_CeUfT~TXQMaw)RJlI6MC^R{yp5ib7sTQDda0LP%fFefIG09fPZ@Kcacs0Gz(NpnlXr zcs$syOGc0JbhFCkfRDsfnEaI(rE(RYSH|=6Hw!L6cuFB33zE|m_TIE{T$g(HJwa!{ zZnMp7B8EN{W@tNH&_&MyXIxLB@{zY+t$1zuDwLIEGsN{IDJlhSr$ z)DwQHEerY2%?h{XQUDaoHIizCYRjT#y(6mxY5HCI?*{+`FL_B$hxstDu?OeKl0g2X z^83pJ-X3-E00+lCY}?`FNU*w;MG}JNI|t~o5ULUyn*s=cQtg=Cy2VUFC80*R_w5pr z5G>E97}^f?mW3LfU|I(+8lC*O4WGX`S)fI3cSmG>*F1jzfAT3V;@$WHu4! zmp?W~24<(v-PHxoF9yhx0ATsc(PtdTWqE#7C)Ef(uY_rxQEge=`)+9zrkmFiJbtpl zPv76bFuSh#I<%MM*si-07*qoM6N<$f?)xLKL7v# literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture2.png new file mode 100644 index 0000000000000000000000000000000000000000..65c39b9b0ea4e6353b2f7412578202b6456607f9 GIT binary patch literal 850 zcmV-Y1FigtP)DoH5O6S6D*>gBh?GUM>8^`LSyWy2A9UAE|3@ly({(qnDw3O|i;%{ykzy); zpfL;+9A`}8V6bQ0g~KR4%PZY;-}9X3O80Lsjn@tZG3@o0#JWR#lOVd%JCvqC=0&~Y)_XC&hqEz@Fab(UXt z_V{uoi(%O)exHmY3#zR)uev?7$j4-2VRTKUSZe$)k*=w1S6YCCVcF=Kia0RZ%*7)B zTn-!z%cigR*{dG0c`L(*b=(`EF5Y1@8hK~Z{o6N30lyC|97NYt%y$mu{W?EtS_fgWWm!HEdXBHJubuqkM|F892Z$gY~IRnYQII- zR1C{zAsOYjKg#0--``ys=`)i|t3ia2JZOEzPgV_}$bw?2;c>WnXl*Hl~d*0>UziXs4mBC=hMlQ{t}y5X@~utU+MPxD6&9*pJ3>?=$gvq z<$&Gib>z@BzMP^`KjGqXh_0y|opveLObYod clfeN00S~`Vj`_(`B>(^b07*qoM6N<$f~TB}&j0`b literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture3.png new file mode 100644 index 0000000000000000000000000000000000000000..4af6eddbdbaba1cf51834511d7fb4688d75481f1 GIT binary patch literal 809 zcmV+^1J?YBP)>IdNDImZix?S{Qfw!+ zN@pKYibbUo&$j024V&UF04Qj3zp4q0x z+D4g1`#%sDIa*xXmspBZlb*xXmt#6eK4n@KM-l^;pg2S;=O2S^CKSejlgi zh3=%=>|&V)0L_B{W&8}KdJCseVdx+6)72C!*$n^e?DC;K!hG5Y#Z|9^nlfTIuQyrA zX0U-=vBodg((HWNW4*Wyz`zg4zpryjz?*k)bKxRRp+Y(lN3D7tW|A6Dp1+~jKjczU zL&`A}DM%;cn0l1;;x@~R)4bZOp-6$->;j-jfmEbmYH|W01gaF2+!n9j?@-_EkuqZ8 zFu?UI7I$x5qq+A#sw%1P_K*Ni3!j)u9kV_7?K<85Ax3;0MM~0NQ*sIw5R$cxGJX(X z=@ZBjumuKwM2#Kjl==X`J3jcZ?mS&UT>#8Dg3YD-IgRhB+hxdLSntC)G z060AwVQDsrs>tuEJ@5nOES-|uqUv=>88Kw<{12$gacxiHnNJ(2iUi>H(hLCg{UcQ6 z7{Mu27z*XsS)}zAd%@yyE+58odNcw++&D+oD^vZrhu>(koXs%s1GXA%#L&k!HN>C4 zXNM<@wyCk2%d@;VO{v`{digd-TQ4xrjw6DD5b@^1#Sl-nfHZh#Bm7FfewG&@UC<n-B*GB1x# z`Q_w{osaGj1Od9RaXp`&^(T>UzS;>iRY8tQ05sp6lf5;M>-m`WnAWLHD!v4OrYZ<) zgy~F}zPse<=LO`HwoLUvXLgGD3`XC^bS7N9y`;32p(AWc`7{8+8u9T)g1y5wy0DR} z2RiXYjE$8AQn5vJVUvt4(&;+@c)m}!?}W^ER&KI)*ru3U13)h3)-cQ=9bx17K886Y z8CxV3UqVxr|6HCqk%}+jdOoj?4WwB>Qxyzz$nU3D1S+xULKdvn*Rlna#d zX@oUm`@t&mj9pkGO8GSVZ5t^PA$#W*1AENv<@ZB=|DO#2B(xZYFo}Hk^%p^-)yElM z{O_yTY?6Qo+I%!reSGnj`>7a)IYd(xWWyY?v3eUhDuuko+!`5enHO%BX=4{-45l;T z((`a#pXQr$lxtDe6Dm@t?;uB|P*p#;dPx^HD`!7qIukm5hsTc|hK80m6P!gqXmCPRYI_I) z++oOo$0XQAVVEw6SpL$dU!TtTTu;7z=m7kD`U-$zK2684X!k7+wo-Hqi!Gk&eVUIbrgIuXgwdDmnwmqa&5+>NgD%jv}; zBa{jm_Hs#n{QZoYW&qGJET;Ah$8m^(kI~HpM_5MFhln4A zypKoY30|+4llm(jq+?vYyXE9%i@jVDw;&)cd8xMsIMWGVeUanhazI2{K@eQHKg}v+ zl@L#VdX5|mVIuXe?huAVKKHE&t>l%pI z46etdVrwL#67sUZyW0u6Ibv$hs5ZKUB|l%6w&of;hDGaxN>LC1$faWo|NY@xzWH(+ zfX3@S%S&!fUbfKmA&MM8OoaoFbD0=#uE(?ui?(4Qt$O*_95EXIhZ>Oxt$LYEZNlpk zu{9rU!$NSms5g7K_qUP@+M*!v`TYcLQDDg<(&=9l4+r`F*$Zwbb1ndTxg;B^Or_SG zGXOX&@1X9MF(>nh?mtKpUGwwj*(JN1Dxx4z%%?dl?*O3bLrR6roIx?4=7)yE=bhJ>vt&UwmCYk;&Qog90!0UkI4TW0!n^1n|Ff%0000XaN literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_dirt_texture6.png new file mode 100644 index 0000000000000000000000000000000000000000..043479857848d0a321ab168fbdaf48de10cf53b9 GIT binary patch literal 857 zcmV-f1E&0mP)cZco`5w)p>bl!jQCFy=h(>8r{bY-(3f~svuru zE8JgjvKjXC^Y3qGo69wuCz~sLii>)SR&T(MzrN;SXb}L}HN2tP8}Ryl86g~u#}l-G zm#bEfN~4P;1gWDu^;VC`1cHi(SR{xn3CcAap#{7E%)9Rr4)_2_XG`p^N4OuHXLmD# z5Dp|E*nSiO;88e0xn=_(#aDyRzTI0#k_5`Uo6wREt9?z~?%{FYK?n!uHJk7D)@gRH zIlH(*mL&o{4?Ty30Hze}?o^W`xaf>|Q?O`!9Fxsg0r=y%zz7L|%$Z5*?;Oi>GP15J z3`b+kMw_VS=lO4c@pWPa>t@2GStk|=^1gIQXvqhR2r3?KdyGtB%0P0uDOQ`Lj`BRX z=Lg{A^qj%X5VO(7uPzeR{1}-6#cFfr(_SKm9M$~fObdr&`ZTg6W@p=pg{k(3y!~L2 zKdW$fuuaaiFfs+4PML~XL(&&Ndv=^NIXu|rq~66P;N`m_$#@i)aFRC}^t*hu^N_1f z9{^olfXM`1Ri*;~I!H9)#|W^FD-u3!_34D!jXaUAb0zdy~Byy|8%EyA7m##l?0Tgs%^? z6pvuL4PM#xuC9zC;*&Lttj(nWxbZ=hjqQB^R%Vh2w%b5c6%vCIk|?0YBYgYm0#Bb? zIPWe1Ser}ns(Re#(hIg64@p;KEZgZ<$eKljP>A=%Hif+k1)%K*0Q_MVDJe3GX`P-( zmgAwuBmDgE9{`p!Nv6g}5rh!AJ)7A{l_$B^{q5+AjCI9ISLAL7Jz1TZAn0`XcmIfI zFDn52`MkvH%mjyLZH!3`LyaK{0@?^t?kIeB-1_x6J2j|@8gCDU4*f?ebE zyv55>9a*BEd~M!9GSnEGJ7vm_M>s5Y=Mn`DoMQl{wKxDn!6mZP;*nWpDWee|5GdI- zM0|gJF|D)f`iv){WVBJrM;^D6W9$?UG52iBjz|6UoaIcC&lU|Xn@y^3PPz;L+-AV{ z_iph^cAKe;h9HCh2myEJ4g4U$I`WW2fd`Mb`1;;FJ|f^F=wnews7!Py%x@bn5QPwGJi<*i#;Hh1>9_Bf_XwmiqvSyKM?G}ovWs0zowl1zLz;xxSPPT}LJqbQJMl5L_dLqwhaYQI1yi<| z-QUqa`i6Klp%ezhG0)Q}1GkCl?o&idPz8>($*{0Y0}*&WhAr7F0~*pH_3mku1-1@Z znRD=>i_#r1x&MT}jOe}?P^k(UF`LjsoV*?}orXL;E>X7`x@@u4bf)7c+TAX7QK4)T zdi@@%Vp7F1(bJeX%~=N_Vm5xnDL1s*27AXNP@vsuqc?3D4IM=&T>tquS(4K4>iqS` z74ub!R@an5L4cq$dW*Z;XMBA{k(DIth_cuc1|C~f4o;8JY)MuYeELw7MW(JYculIJSXh4rpmLQC^Ug0wwVgrtH!0b_nKkdczSyH%Rl6@#itBZqe-Y zSg$rr$B#I+ffs~WN=+HA7#trXK41P$5``4CN>lDo6&bc67`}4R?G_(?{*?+iIy>X) z`j)Dy5mF*eos}OT+{06>ogU4)AdQ~M!T{YcX$=mjvJF4HyTGwb!YHQeSO`&}8x5S{ z5uzc{g4r{5Zj+P(vle7|!EEl~b~>yofu(}K-tg7Qkl3|o+AX4ZOBT$roj&65;x)5} z2fCdmlaDu~g@T?(B;Fj`X%R#j?rxu_n|~>?lFiB|n0z76x2*g*qR0w{-@T!V6V{sq z%XCmJ8`04C?WbR$VKM*s53Ric$dveU;joOVf;(5?Q!E{H&ci)LF zf2Md_BE&?tC~9}(|Ae&A)1aR2=UwXHDR5sEuz_4JH49@94+hUf{S z5LGehih}lSM{%gJy(2{Yv|yxEOd=1dSv)?h@O%%$c93<6A{4%U{)ehO5RDCPZ=cCq zgRaQg#7hJS@=hfB%W|)gYUex^5}Tl5iFx>8WJH>DdHNm#o$)vh5K2vSt+e ztZ#3y{0VPQ-$~*P(eaF4_6TEu>G&ABfjRVf-Q_IOj*+Eu6c~sg4CtiQ=$>LaHJq+pbwXEfDRVw3Jv% zPrkTgdj1Y^|LJeaEX59H^it3@6@lk68L8-&L%c2NfYXaJzWukP>w1LiGMS%|#A~$R z{70<7rrbPZg(3TNhdrG$nx9goTeK!a>sq8T;COa~>)03r9dj6PC?(o1exa`&N-0qC zoT_e!*IO*Lt9hV2PrF1OwcXXw>ONY zb7YH!|@_?Lr0)=q??$E0q0jg@tUkKy#QxA+(nC^5!=pF9liZH-n~(QYjX}1&N2vXCil;k@q^7Dugf39plD28-4M%k60a=nF^8#lyCQoCW;fN}Y zsoNG&9ShEeL!>Scnnu=k%r0+f>Wb}pgDEv6Er&E^?DjBCi^KjvSLQgrkEqg^K`^4t zGTN%ak{U&xkZw18xO-%>n9|e*o0GyT$ht3F$V#s zwx&*Fx}u=og*Z~75fXrncKM`HC|lp^EJ_dn37I%U~nN`=ijqCdIf(`rqU zmz*pQquQftO~v65GroOIS+*RHEu6oiNjCor=1+X20l~$L$zsa-{ynYfAk^WQ3%mG? zrKyo+1^*3p^X(fxZ6egVBv*9mG)2`URlG+uRf(#c$f5|xG*GPx$Nd`L_df^Ic6)}? z3Fg@uUT;F4hIm21=HVZNDkQQ#5?oF}S|pnlvzr^%FKc91vstcif)RQYQl&9vUf{Sc z$1G+ra1jp=D~1CLr_0d2K1dVIu(9kOjxG4=JDs-3sHB7EkEqHcFON^SeTU`yd(`W5 zhbBufEEi!2qHWCIzrRH&D$?$uO9#Ul(X&nJ_C&TnP~iygHU9$iGjID$Q58)9 O0000G_{>HUS!#_wS3xn9_h``KQu`$ zh*lx{Cr9YEL9|#Ah5@DAMJZO;J&!o8D60y?)M(cY^QF(gagax&_jI}zZ4K7p2Gg|o zFn(nAFr#N`F1vk z1U{YqA)6?o$^>`6{EF>3tdfFOE*NxGq*p(E-?Z`sY>!L`)TTyLTU6BO-2peh{lV3< z6GSS|+%6s0B`Yc#+EnohIbJQfdsxy|8f?p8y4Vs#Ig)DP`%8w$$81GT5D69^=4^rm zMKDFzbr1=1+wQUBITS^Wl%@>54wh-4+C!S6z;ZOw3W79eG@eluU=I&T))N}JKsEyT|z92HEh=5aEIwt-_SxC50UjVX!})9I2WDRNc87`BIF9d^_}DDiASB-4+kBn-AHQ$2 zsvz|CbZv(?2)KMTBQ07QSu?*lXYYFKT@O_^v7J78)8hI&rjCPHtv+Jf7Q@p8h9YTO z@ZCL{rqF5z@9*xAJD2M(-!PuqOqW-bd5CHb_`^$4Z(iThC>@$`hZhzsM<&lvgUCv{ zU6uKAiLfkW5u?b8I9Q|GHhL{-rG|);6x|#!KD}W5;R$^@qpwM#Lqe~q2$KST?Xg`w zq1$7+U6rOh66ZClsvycZ9a37uB;ETMrhzh^GnBgb?IXFqzMJ z`1u$7-JafbO6TsUA6ip`?bDhhEje3`X^#yZ(P8WQ_uj5l#IoQ_BvHWf5l?Ri3dpJEd+Q*luWwl=Uv*;qEsg&qc}_fuc|}f^_fGw`@}1MH`M7 zPbXw?L{+yK&H{U}WH6pEFb!sxOLR?V+&54^ySySj1iX8v$>WGDI1q;g z=JB5^qoKvImIx`~`NJo^{^kv})@8T)oxt1E5dv#q^YXM|`?&t!D}Mva$(IXwtTWaC O0000e6LhITV)dHsKF?pZ(E8A`l=w#GF;1I`Q;JU z^Qn7Dl|7I&DvNJRgjDc+2USz4F;M9tO%i_m-P$W?HC4i>wnYJ3!Y1L|!2} zkC8hdty}U|V$dQFs}ND% z5+aM^fjmA^_X?JCLcH5z8&fNpzaRl`2cn9i>F=kW#I9H56IhL*{0y+PKdk9jh} z>T8PlmGT&&8w0$vDP5T|kUh3&*{-*Qu1S@r9Clm0n|I_{iPUJg|MQN0)l(!1WmU7@ zY-zHDqLcJZg?lw)U?`kkPB@*-$l{bTJu;uKk&ZvaH4Q@FV)ydOZg)hlV*0AZc0HoF zWbwQ~Gd;RIr|W9Q=M#EkjN_U}O$a8}mvmW9+jXR?EsAL)HI=)+?ih~G(WuFbhPtpU{DPzP7?z1)Iz-8eVzZ_AzJh_xZoXpr_J%gzQ|1Ys5Nwl*q8FSEhx`u!`+#NM SaVpyY0000c~rgt&KP-_g^V-?2ex=O1X zJiUKUy$rdyf5dSO{Ig4n!v@WA_!MPmUp?N_s0z(yNwmos_AI7*4Y4nfQe!Y0A#9tb z*wIy6j(LoEHpV&@v~`Wx?lL--LvV4;DqNFmT}-_uUGL~NC7WH&Y8H{qLppANlp4p) zie#OlX)2=FZg~3r1CuWy505w0Wx@FFj<%^uN(IMvSZp$i3YxZ}NK;;)-;kDz>>3E& z?a|aFp0884Egi?>u*)!gAKNjRzRq~OzhrQI$7(hw%}Sin6~$(WZ+nQYqA<99ht}=z z@_9nCOjsWzwpL*qIz8J!lP0X^oQ{U1>y&aeW4+B;ygZ>T)0}{c_SoR{1JXF=VHi*~ zKFf7MT1kvXW%ByQt!UAtM707=Ws9aeXtLhZbZ-gMi1FQ+vaArQq}W7c>n&z)zo7}7uSSpGM~w{3*f`1J7~t{xs(%p(r9ps8~-DNvObrE4Iv zC_;2hRHY%$4^*{+XWMM|d%9BL=U;xJYQWMOnml8+-0}JE3278k*A=4Uc;t;Bi&vPo zOSTHpdp^NQpZzwatXd3jh&vqN1brOK;B?fdqjv~Q1I;@-C0i$a{J7vyDfs7O!lw`9 zB|QA_9Z9s{*s7TAk#*V9zc{Da9|)&!_@fab-=&zIhi)0zN{j6J1h@B`zq?~TeZ#eF zOpX{QCm3qO7ry`TTPj_WE}luE7)1zd$0dokEM8}1+k*Tk lxcT}U4(SfF7qE!8{105rd@y6)C(Qr=002ovPDHLkV1m7gmQDZw literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png b/src/main/resources/assets/ariasessentials/textures/block/engineersdecor/soil/dense_grit_sand_texture7.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5a7a01ad6855a763935c451a6468d518e9e1be GIT binary patch literal 856 zcmV-e1E>6nP)TvY2xF=`+o?O?xom93PPli&Y|!?;h?cqzc7x$M%@e%Pt&K8R2;-ii~0E2(v?; z1W0*G;4RT?8!gL8RSOZELNvpoIsAc3E~B+OG#du~;Y77aIi3>S<(Bnyj%GJe6q(|D zA&4_#-$R^(BQIZ{nf|+B)N_afpLVxRS>$+W1*>7PK8Bn#D9Vhp??dg1)@XuK)e)*) zr^r*BhDvhDC}f@Z6jEz6XtrA{W=kIKN64CnyL`tFQ(m6_Wc&Izz5WeCN4$cK;eFI#C7( zKHhaPx;f zh;X|_Xf-rVB}rnkynrZw&pR;O*;6@L zaJr1J;@K7kZf0iY=Dw-=ho>gb{&>s9So{F5!tt_KyArN61R5-0U~qQkF;Ldt@&afI NgQu&X%Q~loCIHuOBG>=` literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/logicgates/logic_gate.png b/src/main/resources/assets/ariasessentials/textures/block/logicgates/logic_gate.png new file mode 100644 index 0000000000000000000000000000000000000000..12774a59cfe84ad30ada334546bcabd493ab34e1 GIT binary patch literal 265 zcmV+k0rvihP)Px#!%0LzR5*==Q(F$iAP5`>?%j(E?8gSeQrjgVHWlW9x~}UARfUKkR}le8WJCla z0%nH2ccqzuB(c`2>`hP6>zQmPkPb8fvsOtKz`w?b_+=-dB64HT!a0M<4&bX``kD%6 zb|8I|P7>~Zv{N&9^PSC;`3CSbu&LmrLOa9s@9uDSJjGfIdh(bn$@-qNs#EAbb0gK{ zUjH}2)XZ+aviMCwSvUb?@$}#K>J%nGe;56dO^^cEd*7~ZHoN0Ct Ud~mdKI;Vst0MiT)d;kCd literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/logicgates/tflipflop.png b/src/main/resources/assets/ariasessentials/textures/block/logicgates/tflipflop.png new file mode 100644 index 0000000000000000000000000000000000000000..63529375ac91c89126e9003ba9abe32cfbddb6fc GIT binary patch literal 341 zcmV-b0jmCqP)5gs499IJkArmk%_nsM@h*2KaT_a$M`2@VE76yLh^Oe@iP#;?xoN6;h$83z^H+>* z+j{Svb9y@GhzI}xKtx0&#<)K%#z;hjPct3-G1HKS%oxK`SOuQwNb;XlM1H~(dFNaj zUZ2w*((nM_wZ)7vwV7d*mOhT7h%mFBddZSdR{HDps_M7fO)tx`tm_&=*tQK3JpjDl z?*Q;J3`#Py*2&Cs(|n#zzvep(gXW!^=IeZ}>w0b)0JwDB$K!G7x)6e?i=x23@2$#d znyRV-03u>$tvmZcpLSN3B{L(UIuX&PY^0AdrgKmQ5veoFfQUJu3auw|9;=Z8wp8|; nDRTh(zNhP;YVE|fD1G_{H$UF?U6xZ?00000NkvXXu0mjf*HfBe literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch.png b/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch.png new file mode 100644 index 0000000000000000000000000000000000000000..b460d8b28c419ec8b6befba14afe9b8e5ee019a7 GIT binary patch literal 330 zcmV-Q0k!^#P)Px$1W80eR5*=YlTmWSAPhsFS$dNmX77KVE$Rmnc$1k-5+h{EDE0nDqo4!;OTK}R zTrUtXYQOtI70g%dg(^U8QJ~Z@fuGgL=4>Q1Rx&eT1tC;DhV{6* z!pv!|R#ZAV2Tf_;cTY`CL538WU%quuAoUf3<-mkGof9f>Xp+<>A7Fl57|pjDAjw?* z$nau){?U$D&BCK=jx`oCuX(cHrxY@)Sshbfnc4)y_wm@|KCd&#Soj(D*NoS6?Xhlq cHs1UG0UPv@o325liU0rr07*qoM6N<$f`qAyxc~qF literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_off.png b/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_off.png new file mode 100644 index 0000000000000000000000000000000000000000..18b18c2a45a3c2a1e9e74b80fbc40a8f67ab22a6 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|$~|2iLo9mV zPB_SU*g$|KU6pmV$pfo9_1r5}c%KMI*!wXmHb1=g(dOveHSf0MA7yHp`0%Tl@GN<^ zTc0ngud%BXin(-+Ytn&$po@ADQXU_>Cu#FLuD+<#=v1)tv!}pw<=wwDK1}ePT7FP} m^7*z0pH1CFj>_i!o5U=sAROHPGiwFV2@IaDelF{r5}E)?yhrc= literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_on.png b/src/main/resources/assets/ariasessentials/textures/block/logicgates/torch_on.png new file mode 100644 index 0000000000000000000000000000000000000000..5401dbf9adf45e00f174f26b5bd0b61ba2aede39 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|4tlychFJ8z zo#5+t*g&9l|MOc1eO1LgLc?uYWO|#wh|S^SEESBo?kOp@Ovy1&<=R{Io82?b^XtCs zDOPikFsgWY&ETDrRw|k65&v=h;+;5xTkvWT#@z*>NW$zz5m^>36H0T|0&)AWW zut9VGBN62%Hl`IH6s~H{X$-E7U+Ugu_WY>kp7^Whgia*X``DN<&p!~Xxu@x0*<6V$ zpB?``xMR|7eO}_mRxyG0pe+mL8}2yuKh(^~g11d^&MVn>cU11{RhXH6S*ueH^bCWi LtDnm{r-UW|K96X- literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/item/eiab.png b/src/main/resources/assets/ariasessentials/textures/item/eiab.png new file mode 100644 index 0000000000000000000000000000000000000000..128cf9cd514dbdd43227ab50b12ac0dafd01e728 GIT binary patch literal 2553 zcmVEK|00001b5ch_0Itp) z=>Px;vq?ljRCt{2n@wz7R~5&9b;geCI&m7Dq;ZP_D7;V-SwI`9i=vb$8zfl78^ktO zs0$Wh$86c9OBO8Os*7yEY>p)cP4+D5@^H*Ma&fPCx36?f_6 zSvYwXPF!&_U|Uj)Sodb5?&g3`f#V^jkOctazz8q~{Jj?i!$3dqJ>cbD6x4uK;1Tdf z6$LGqxmjQc_=<1qcbUsD2C}H2i2uGHH~|a-XUlZq z0I&qC0V}{WuVmF*vVp91@Fnne#|vuS>^_Xyu$E`bWo{8@pg~;CdDA4_Ta*d;Ld#`t z#lN`*G}0s;wD^P0ME8`%c(;jm91k9M;K2et;6Z<*?wV-vtcI9k3I_diFIp2O#oW15 z(NZr8p8ID%aIA`gmdo5dHqOwR%iKIA@n9a|!M{-7pQA4HTS_boUIeZnP;L6Z5j5bh zmg&MBgn_U4ZVaGt7{!gs*9u%qld9yBn;zGP&6Aj=EG@V^94B^4N|NIGpHh{%6 zN#82Ugz%sf#ur1vAq&83QETfI} zb^p1t0)T5MUj9ZE1$n6ZIdY~NFyeEFQg|=}e1SIDRp2xK-6^klgA!{NhS2~%_0O;R z_B&qbrd_yrgV)4Pp zXd#UQnI#;uVBL}myxT-Ojt8?Hc#zTq9vp4d-6C4bJ;ew6&>9$}$8diDA<=%cFIHBt z?5(KLBOc_ng8`t==MbgvU>V3z5}wl_@W=`>tXa5^JaVwm{uy}jD-6s0K!UHqy zg*YCZ^7X`Jl);$^cuc`_v=&Cu7H?9_oj;&m7ONEQ=QM`G{k;*M=u%!q8|onHPSdZ@ zXeq4aGWQrEkwwdCk`8yum8qe0(rmH8nuSOH?`TKcZ8V@~ip-V;w^4lXz<>S{;p0=_ zYLPiKh*PK-J&2GfLH$2il!?_77rYhIK$0fuq{Y9B2XQ=@>%fCKdccEwjk=pb`$3Rm z3Wkw4g0?l2V!rTi;2uJxu9A2e3(lb>omaR`3N7U&|K?HO_6QhGlXRdc6RIC9(C$BI zTfgbD?%4=+Va)h$(P9jpFD$UJ^tXaMa;V5`DY%O&c*C?Sn)z-$T4W9lV!ojqq+Q8; zk+ zF0pABE(7oQ&mW_~T%rP?On4<9b+jEuDBVRNJh+G=ls8cg={`W3r1hdqC|~%s|NO)Y zAF_l)7OY!Rfp?o|$MN7|2OeCa2Rt~_sJrv1ntdq56!XT1{&^Z>374_pq!*k<3#zgO zm%U&@B+Lon!3^>VfK$Lh%ay^-7ji$Cq+Ng;N8b3LxW$FW;2r-QLZJEua_NyGqov@C z7d${a9>_D8yG3Se46Y&sy5`Mq`u1VqdXYI6ALO~hEBG>i6(5A~U;+(VR5)b8x+N8O zw~2Nf57MokFZ`iVclT+pN|R#V_)Fx8mx=7oF$+LP=nrXEw<=k%fKuP!@kmHPehVg# zO6~!P%WPn^;)BPY@dv(b7=cP+j+ENm~}=@jw#=8aGf94lq|_wr1fb+LgbBf{G>oc7Pw3 zQIMbL{1w6ZafC`A8oXUy$hY=sFEj?EXsf?(l>|4dA1wPWJlU-$ZoPicQ@%i>?(#}@ z65@#|NNASMs$Z=lFzKZ+AJP$)h~ z{pb5$Sw`T9AchAiLgsmZ-T0t4JUGAA_<%;;T?GDuF1wkuS-x--UAOOPdw<=LrlS z$SGP9^@6uBF7?GMXt~UtM}5Z&9}CqFEIi2l;5hJ8qOJ2e%8}{qz`}# z7#I3FX|qxoC{FkjFlODBwep2|l=|lfbNf)B(L^EdhVyr;3o9rtdWJIi{0>s-b#NVB zojAb8TTxK*_X}6CZ+@&%@xF3?i7CIlfOY>Mc3*iBLD(Jid!{bokOk|ORN&nv+HpLX z*(x3kH|j3Ks3n)N0CX_5h~PaKAH*y;jWA&%!V|S%6y*&2>G6DF2_+l@!0T2i&{B{G z7oh&Hb$(g4p7~WBE8B%zD5$vO|IdHhbr|FH*HSP}yOs!w4f@MkkY6>P zrCs(I#Q%<^45;RmXKs5@A?oDr?-zQ*gT)R!=(;hVQ_LIpH0mzJC_a@{0Pqtum1`k} zm^ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/item/eiab.png.mcmeta b/src/main/resources/assets/ariasessentials/textures/item/eiab.png.mcmeta new file mode 100644 index 0000000..5cc283a --- /dev/null +++ b/src/main/resources/assets/ariasessentials/textures/item/eiab.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 2, + "interpolate": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/textures/item/metal_bar.png b/src/main/resources/assets/ariasessentials/textures/item/metal_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..16d4335e96df46f4752645e16bd4c6cf6b18d5b8 GIT binary patch literal 300 zcmV+{0n`48P)Px#=1D|BR5*>rlfi0*Fc3v=jCsk%&vF+i@8F-%ua+FGk_+PfNt zoZ$>Zfd5FEru43(r?4@Ggb>hL)8heoo|AJ9Qc8pno*86WMoKBXUN1-~F^(ex0CrcK za}Mu47-MLfX6G&qs;VN+IRGF@k}vS3L0OjMy+<6!Sl1Q9FdW{W8dz&-+cqerAcXi4 zJ~hxUuC5Q;iviu4kR^oUmZpCbRP_Vn}+KO$6sickqELt+FXssf2bL|qN4!x?ZU`~+%1O-Rg< z=&ucR;4G*M^&l~EqK`hD0}bF@I1d`a`OpX&Lld|FE`+9V5j2B~p*j2%TEHc6DO?6W zgUg{Mw1O+(=Wr!l1y{p0&>E7V4O|Ot;W}ss?V$s7gzMo3=ma;yFW{HZ8E%4K!Od_B zbb(vpHn<&r4PBud+yQsOZ{RLSfx96U?t$Mz8gz#q&=Y#Wy^s#QA+Z&Rd+G!CLtpqE zJOKTmKRgJ(hXF7U2Ekw$0z+XK42Kc$5IhVcVHAvp3>X7rArtFgP9m){`LHc~=^rHK z90%iJ0z3kLfJfmmmQAHoLs2tJ05un9K97Wf1{h0ow~_yV>r-{Bu{0P^7=6u==Ugu`$Iil7*d!ZG*`O5l4ag%eN) zEM+S?z{vbxAUc*2ru# zsnNcc8qH-rY|~F~3`D)V-e#lh>s~mvlInj%k{lt=dBVIHI9Cu`%Jn?p8?jv$k}kCFMTlm&Y-U%D_~aXr`kZ_Tm-j-pq3qVb^ehci(4k7w|D z&-&sbveu|;KS`(>s@i0g{jzT^En#Vpg2s=lx0KUs5|nk^eo+1D>sZ6^^-ow^SFM~e zwee>4qoQBiU-yNypI*_OQI!b6%v7BTLZO6hkNE}LA^CtK1evuk0;hrS!9lvT7X+byx5 zRh*s~_EhM|I~UX>acx_anaHcOFt%k)Tolq2y(=5!!XY~?2StagGCr62m~-JhSBb%J zV>qoN1)OUY@)U;(**^!HdfSnMx;L}eOI3|%KYW|UQ>Mfpy-u??u5JCso-?ahH+xP^ z?znN|Ip+1zWcK5P!1R+C!8ySyfzPwy)^yNSJ8S`}U-wP)Ha5+@sj( z<*nmz&%KeeM@m%=sqVFL7VUpLBBe0zPDP~NvNm2w{w^+Q%fZ~r;}x-q68#gQMWV|w zMLw}%)oQm-jPIq^A62BVIy?N(M7Ih>we_GtD~z->z?fr4TJ=bbhVg^QpPC$kG!~R zgY$P;R47>Qf6>9W>i&{d%b(iH*c)v|-bR*4bceNR7k1`VvT5HRPWCA2mvnp1AJ%4A zm?g4g8=S@D{IuN}g}Jd+S!?5*I-(jn%K}!mzq)zukLe!5?!$Qsg6yk5?P6;W9V}?N zWW(hNqK;&GrR;1V|8_5PUe%>Dj5(ohINMj<4gT zX>Fy)?j3q1*-@R_lH%T+Z5v9`1Z#9}@5rHGR0$HA>lowQB?4uX^wGeX?&$ zjH2&8HqCj)j!a!@94Q#f^&WU%Yc-?QFq`=@W1@4T=t}7qy;}UVWbO$KN_3cG??s0N z_Pxtyw<#9;eP5L|V^rI)S3GJy;$2eI@8rMRoRzrzcZ1&kwc6sDF~|B>lsNS0kGm*% zHwg;QaBfWn%k+C^hz95}C%b-3J6P}G$0;+XlIb<$*6J!%4vjI-HM4K&_9%+|bc#Fr zvLd4v8ix7Z>esGIB!-PYmx`+Jkc!>*F0a| zvWh3EJueAlMLo#u6ae~%Dhr~io#2bK8sFwoIGV?FK@7v zaLj`DYbMUNrA*u2S-L|hBXznoh<2xJ4X?REJ&zOiG$5iPv2Q|iGFE|;9G7pet8wT) zIeK4Cr8%|9NzMADK&m_O-rhgqM*Iq=yfM2D=b4QxDTVRSq4)@WJTcNJJA=mgHQq+U zu!&I@$81SBNq(`kc!Md+*}%Y8P#@{OT&kiH%xxf#sulN~%Hi+i`CsxpbvfR$p+0B$ zsEK|00001b5ch_0Itp) z=>Px;yGcYrRCt{2n@?<1*A>QpF*C+-45rkO;H0LF=xtMw)qhA?q#{LZDzyvPMBRd_ zEV7`I7xA_`vh1QuvSGm{bvKpUBC84wsw^dKC5vWp6Cq5g0Yi)-_5@>lri<@B&-l%` zcitOhxeFi3dgC|eoOkYh=Y02^bMHWc-abp??XxseJkQ0xc;lO!1+U$-d3z%AjrXtk z3rA1F(Ub806+Z>GB{2&c-uo%wAn-YG#5p%=@y9Fx7y$->Vc_E!Q%b=APz8Pne61S= z6<`%u1b$RTLBo4L4fF$F5BI9xdyg@Zc?FHY*bmI1Aq)Z!fLFrAHc|>QssS&C@2kLf zfIi@4ks<5@mVk9&1$YvatOiRqQN>X374SyO11iDn9*nnPIa0%WzW}VENnFi%opZbM zGAU172~Vy7YtFeoi$5Anw7;?x?-tRv`lb>uv&F{YG)zHr@* ze8QwuIJYWV>PErSaIFG|%P44g@8{Y4hSt6JvlPUGS%e4wLSui5hETPXSQb1FTtT2( z4}XJb!e1^jgu4g>UkbzMMe{I(@ir_4gTabg5L^!T>%ikYa|{nWumF5N+^YfmoO3;S z8Ows_oO2F=>aFm%#}bZNuwh9F-YueS$Ai}VV45!S1CLhdKLI~;&JA1qsc766ginR5 zNht+)f#bkuz)xaKDMT6!Rvbn-LSYLU-unsQ4hrik@Ur(du*UFUFR&lQKo4*OSSpGK zzecnFEnpT!;1F8of1YQy=HNF73+ll4P&n^Gnc81E4FQxF5(MjL0&k$#+4jH~9?XW% zpCM=iSa8n0o|lQ?K`V?e#DrrOY*xBgr3-=JD4_f@4@Sqn3)ohF@ zrJ#lu*4M)4(h2~sp?vw(G77Tse}RIj0t|*4q7WWT0bim8b``iCzB?8aZ&G4~^8lK_ z<#7E*xPLb&?Kp(XD1=vmJuOeH8oZ{0(UvEDj^^S&!J0O3P2~pzD8>6HDnK4P=MLs& zQu)EB$dN_>ZwbdN*s!Do?-tRv7zCO_DNd|-$!)BRqQAM8cz zVrd1nU`2&4@gVCR^a4GhhA4ywHNc}HJfl8f(MmEbJh+b{vM+c46|~HE9KwreS#K@% z*3m?MQAB|c*X5RbD=54R=La=3ghqJ!8nDaiAH?vWA62Yt$cg$a;g|&*mXzS#BKp6= z1GDT+S7+*2p9q9@2dP=iGQ+CRQ)}Hhg{@ zgb!H4F$*>L=IKj zg3CeB5z?HZ3bOoYH2i-I*l&e0*!4md2WMzD;6_k1KFBX|u{n4%T>BBIeu+YQFwbZy zI1vQ*(aZ<33g%v(*_wl^2!XBz^XuXM0B}9eoXQWfTHz%^8^FpBVt6o$CM_u(vtYxL z61-bP+l~hpi|j9?qVbPoPjg%7_L(o9juH};XDa^8|4WPV@xRpXMlg8_3>yK1r6{0 z6BIbZ2oEj?&n%Q5%%LR>v`P0oDn90bhk2K_EXeYKI!ZKdpduV#CeLiWg_~$q{w_)? zmcr8keo;h0wxjbm1m{N(Dt%<|whbX$+9!k1FmMqq_4looV5j~;EezrDPCxP4`v+as z3yh8Xtds3xJShc^W*hKOj42h)9(iSQdmv>&Kib)7kZ4H8@W9jD-KzjElsT__0r(wi zfo1z_>%d1v`v-S`cTgPEP{zK7P6`*ogA-^)K7fGaItuCRyW|i+Yk&(+d>5??AETV< zQl2@MA6yKd?+0a`$QD5g4=y5Po<-6-`9T+WaQa#E1IEVvdEl?;u$xJp>V-q-xP4d4 z`+LZpM=@d`qhw1o2;Rat)R(fL;k`eN#!e7E9P1xgc#y@x5#X07sAhrVR#Va%!VKY; zBWPVbhK>|0(|#twRFJhk&ILu+Q7>UXDn^n+$SgR4Fkl$r!wnSDALN-+^}<{bJ{Oc7 zcFvv3%f$KzuOkFHgt9a&;g|&*mXzS#BHDI5n0eOy1zP%v(PX<*`JVwvn+s>u={V6O z>YsIW9_d5iEXIMpR_fFW1LX;S28OMDSF2u_MWuhXF}DXL8g-QNZrXphhOmP2q9>?= z&(0tf_Jix_=)^uYpNfKlzhAhDeez?SlINAPLrmG>1+4Q2sq@MU2*U27-!rud$1K>e zqy+C4(YE8k)U)Ejz}UF=7`@~o7JxRU77)Bg^MjNH#}OusCU}w-456A~FJ100ETMv< z7kJHT1zHNS?7HHKLC0{C=T3JXmPKgSHd%oh-;&