From 2bc2a66f9cb2f7abe53d88bf0f8fb60a1b4af8da Mon Sep 17 00:00:00 2001 From: DrMangoTea Date: Tue, 31 Oct 2023 21:42:33 +0100 Subject: [PATCH] pipe locking + fixes --- .../2d06ea55ee27bcb1f7f87fa8ec3e037afa7e1ad9 | 130 ++++++++----- .../9047e4e94996e73e9dfde3738763637fb609e07e | 4 +- .../createindustry/blockstates/asphalt.json | 7 + .../cast_iron_distillation_controller.json | 2 +- .../cast_iron_distillation_output.json | 2 +- .../createindustry/blockstates/cement.json | 7 + .../createindustry/blockstates/fireclay.json | 7 + .../blockstates/hardened_planks.json | 7 + .../blockstates/industrial_pipe.json | 2 +- .../createindustry/blockstates/lignite.json | 7 + .../createindustry/blockstates/limesand.json | 7 + .../blockstates/liquid_asphalt.json | 7 + .../blockstates/machine_input.json | 27 ++- .../blockstates/molten_slag.json | 7 + .../blockstates/molten_steel.json | 7 + .../blockstates/napalm_bomb.json | 2 +- .../blockstates/plastic_block.json | 7 + .../blockstates/pumpjack_base.json | 16 +- .../blockstates/pumpjack_crank.json | 16 +- .../blockstates/pumpjack_hammer_holder.json | 16 +- .../steel_distillation_controller.json | 2 +- .../steel_distillation_output.json | 2 +- .../blockstates/steel_sheetmetal.json | 7 - .../createindustry/blockstates/sulfur.json | 7 + .../assets/createindustry/lang/en_ud.json | 32 +++- .../assets/createindustry/lang/en_us.json | 82 +++++++- .../models/block/aluminum_block.json | 6 + .../models/block/aluminum_cap.json | 8 + .../models/block/aluminum_cap_alt.json | 8 + .../models/block/aluminum_ladder.json | 8 + .../models/block/aluminum_pipe/d_x.json | 37 ++++ .../models/block/aluminum_pipe/d_y.json | 37 ++++ .../models/block/aluminum_pipe/d_z.json | 37 ++++ .../models/block/aluminum_pipe/l_x.json | 37 ++++ .../models/block/aluminum_pipe/l_y.json | 37 ++++ .../models/block/aluminum_pipe/l_z.json | 37 ++++ .../models/block/aluminum_pipe/ld_x.json | 37 ++++ .../models/block/aluminum_pipe/ld_y.json | 37 ++++ .../models/block/aluminum_pipe/ld_z.json | 37 ++++ .../models/block/aluminum_pipe/lr_x.json | 37 ++++ .../models/block/aluminum_pipe/lr_y.json | 37 ++++ .../models/block/aluminum_pipe/lr_z.json | 37 ++++ .../models/block/aluminum_pipe/lu_x.json | 37 ++++ .../models/block/aluminum_pipe/lu_y.json | 37 ++++ .../models/block/aluminum_pipe/lu_z.json | 37 ++++ .../models/block/aluminum_pipe/r_x.json | 37 ++++ .../models/block/aluminum_pipe/r_y.json | 37 ++++ .../models/block/aluminum_pipe/r_z.json | 37 ++++ .../models/block/aluminum_pipe/rd_x.json | 37 ++++ .../models/block/aluminum_pipe/rd_y.json | 37 ++++ .../models/block/aluminum_pipe/rd_z.json | 37 ++++ .../models/block/aluminum_pipe/ru_x.json | 37 ++++ .../models/block/aluminum_pipe/ru_y.json | 37 ++++ .../models/block/aluminum_pipe/ru_z.json | 37 ++++ .../models/block/aluminum_pipe/u_x.json | 37 ++++ .../models/block/aluminum_pipe/u_y.json | 37 ++++ .../models/block/aluminum_pipe/u_z.json | 37 ++++ .../models/block/aluminum_pipe/ud_x.json | 37 ++++ .../models/block/aluminum_pipe/ud_y.json | 37 ++++ .../models/block/aluminum_pipe/ud_z.json | 37 ++++ .../models/block/aluminum_post.json | 8 + .../models/block/aluminum_post_ends.json | 8 + .../models/block/aluminum_scaffolding.json | 10 + .../aluminum_scaffolding_horizontal.json | 10 + .../models/block/aluminum_side.json | 8 + .../models/block/aluminum_side_alt.json | 8 + .../createindustry/models/block/asphalt.json | 6 + .../models/block/bauxite_natural_0.json | 6 + .../models/block/bauxite_natural_1.json | 6 + .../models/block/bauxite_natural_2.json | 6 + .../models/block/bauxite_natural_3.json | 6 + .../models/block/bauxite_pillar.json | 7 + .../block/bauxite_pillar_horizontal.json | 7 + .../models/block/black_concrete.json | 6 + .../models/block/black_concrete_bottom.json | 8 + .../models/block/black_concrete_stairs.json | 8 + .../block/black_concrete_stairs_inner.json | 8 + .../block/black_concrete_stairs_outer.json | 8 + .../models/block/black_concrete_top.json | 8 + .../block/black_concrete_wall_post.json | 6 + .../block/black_concrete_wall_side.json | 6 + .../block/black_concrete_wall_side_tall.json | 6 + .../models/block/blast_furnace_output.json | 6 + .../models/block/blue_concrete.json | 6 + .../models/block/blue_concrete_bottom.json | 8 + .../models/block/blue_concrete_stairs.json | 8 + .../block/blue_concrete_stairs_inner.json | 8 + .../block/blue_concrete_stairs_outer.json | 8 + .../models/block/blue_concrete_top.json | 8 + .../models/block/blue_concrete_wall_post.json | 6 + .../models/block/blue_concrete_wall_side.json | 6 + .../block/blue_concrete_wall_side_tall.json | 6 + .../models/block/brass_pipe/d_x.json | 37 ++++ .../models/block/brass_pipe/d_y.json | 37 ++++ .../models/block/brass_pipe/d_z.json | 37 ++++ .../models/block/brass_pipe/l_x.json | 37 ++++ .../models/block/brass_pipe/l_y.json | 37 ++++ .../models/block/brass_pipe/l_z.json | 37 ++++ .../models/block/brass_pipe/ld_x.json | 37 ++++ .../models/block/brass_pipe/ld_y.json | 37 ++++ .../models/block/brass_pipe/ld_z.json | 37 ++++ .../models/block/brass_pipe/lr_x.json | 37 ++++ .../models/block/brass_pipe/lr_y.json | 37 ++++ .../models/block/brass_pipe/lr_z.json | 37 ++++ .../models/block/brass_pipe/lu_x.json | 37 ++++ .../models/block/brass_pipe/lu_y.json | 37 ++++ .../models/block/brass_pipe/lu_z.json | 37 ++++ .../models/block/brass_pipe/r_x.json | 37 ++++ .../models/block/brass_pipe/r_y.json | 37 ++++ .../models/block/brass_pipe/r_z.json | 37 ++++ .../models/block/brass_pipe/rd_x.json | 37 ++++ .../models/block/brass_pipe/rd_y.json | 37 ++++ .../models/block/brass_pipe/rd_z.json | 37 ++++ .../models/block/brass_pipe/ru_x.json | 37 ++++ .../models/block/brass_pipe/ru_y.json | 37 ++++ .../models/block/brass_pipe/ru_z.json | 37 ++++ .../models/block/brass_pipe/u_x.json | 37 ++++ .../models/block/brass_pipe/u_y.json | 37 ++++ .../models/block/brass_pipe/u_z.json | 37 ++++ .../models/block/brass_pipe/ud_x.json | 37 ++++ .../models/block/brass_pipe/ud_y.json | 37 ++++ .../models/block/brass_pipe/ud_z.json | 37 ++++ .../models/block/brown_concrete.json | 6 + .../models/block/brown_concrete_bottom.json | 8 + .../models/block/brown_concrete_stairs.json | 8 + .../block/brown_concrete_stairs_inner.json | 8 + .../block/brown_concrete_stairs_outer.json | 8 + .../models/block/brown_concrete_top.json | 8 + .../block/brown_concrete_wall_post.json | 6 + .../block/brown_concrete_wall_side.json | 6 + .../block/brown_concrete_wall_side_tall.json | 6 + .../models/block/cast_iron_block.json | 6 + .../models/block/cast_iron_pipe/d_x.json | 37 ++++ .../models/block/cast_iron_pipe/d_y.json | 37 ++++ .../models/block/cast_iron_pipe/d_z.json | 37 ++++ .../models/block/cast_iron_pipe/l_x.json | 37 ++++ .../models/block/cast_iron_pipe/l_y.json | 37 ++++ .../models/block/cast_iron_pipe/l_z.json | 37 ++++ .../models/block/cast_iron_pipe/ld_x.json | 37 ++++ .../models/block/cast_iron_pipe/ld_y.json | 37 ++++ .../models/block/cast_iron_pipe/ld_z.json | 37 ++++ .../models/block/cast_iron_pipe/lr_x.json | 37 ++++ .../models/block/cast_iron_pipe/lr_y.json | 37 ++++ .../models/block/cast_iron_pipe/lr_z.json | 37 ++++ .../models/block/cast_iron_pipe/lu_x.json | 37 ++++ .../models/block/cast_iron_pipe/lu_y.json | 37 ++++ .../models/block/cast_iron_pipe/lu_z.json | 37 ++++ .../models/block/cast_iron_pipe/r_x.json | 37 ++++ .../models/block/cast_iron_pipe/r_y.json | 37 ++++ .../models/block/cast_iron_pipe/r_z.json | 37 ++++ .../models/block/cast_iron_pipe/rd_x.json | 37 ++++ .../models/block/cast_iron_pipe/rd_y.json | 37 ++++ .../models/block/cast_iron_pipe/rd_z.json | 37 ++++ .../models/block/cast_iron_pipe/ru_x.json | 37 ++++ .../models/block/cast_iron_pipe/ru_y.json | 37 ++++ .../models/block/cast_iron_pipe/ru_z.json | 37 ++++ .../models/block/cast_iron_pipe/u_x.json | 37 ++++ .../models/block/cast_iron_pipe/u_y.json | 37 ++++ .../models/block/cast_iron_pipe/u_z.json | 37 ++++ .../models/block/cast_iron_pipe/ud_x.json | 37 ++++ .../models/block/cast_iron_pipe/ud_y.json | 37 ++++ .../models/block/cast_iron_pipe/ud_z.json | 37 ++++ .../models/block/caution_block.json | 6 + .../createindustry/models/block/cement.json | 6 + .../models/block/coal_coke_block.json | 6 + .../createindustry/models/block/concrete.json | 6 + .../models/block/concrete_bottom.json | 8 + .../models/block/concrete_stairs.json | 8 + .../models/block/concrete_stairs_inner.json | 8 + .../models/block/concrete_stairs_outer.json | 8 + .../models/block/concrete_top.json | 8 + .../models/block/concrete_wall_post.json | 6 + .../models/block/concrete_wall_side.json | 6 + .../models/block/concrete_wall_side_tall.json | 6 + .../models/block/cooling_fluid.json | 5 + .../createindustry/models/block/creosote.json | 5 + .../models/block/crude_oil_fluid.json | 5 + .../models/block/cut_bauxite.json | 6 + .../models/block/cut_bauxite_brick_slab.json | 8 + .../block/cut_bauxite_brick_slab_top.json | 8 + .../block/cut_bauxite_brick_stairs.json | 8 + .../block/cut_bauxite_brick_stairs_inner.json | 8 + .../block/cut_bauxite_brick_stairs_outer.json | 8 + .../models/block/cut_bauxite_bricks.json | 6 + .../block/cut_bauxite_bricks_wall_post.json | 6 + .../block/cut_bauxite_bricks_wall_side.json | 6 + .../cut_bauxite_bricks_wall_side_tall.json | 6 + .../models/block/cut_bauxite_slab.json | 8 + .../models/block/cut_bauxite_slab_top.json | 8 + .../models/block/cut_bauxite_stairs.json | 8 + .../block/cut_bauxite_stairs_inner.json | 8 + .../block/cut_bauxite_stairs_outer.json | 8 + .../models/block/cut_bauxite_wall_post.json | 6 + .../models/block/cut_bauxite_wall_side.json | 6 + .../block/cut_bauxite_wall_side_tall.json | 6 + .../models/block/cyan_concrete.json | 6 + .../models/block/cyan_concrete_bottom.json | 8 + .../models/block/cyan_concrete_stairs.json | 8 + .../block/cyan_concrete_stairs_inner.json | 8 + .../block/cyan_concrete_stairs_outer.json | 8 + .../models/block/cyan_concrete_top.json | 8 + .../models/block/cyan_concrete_wall_post.json | 6 + .../models/block/cyan_concrete_wall_side.json | 6 + .../block/cyan_concrete_wall_side_tall.json | 6 + .../createindustry/models/block/diesel.json | 5 + .../models/block/factory_floor.json | 6 + .../models/block/factory_floor_bottom.json | 8 + .../models/block/factory_floor_stairs.json | 8 + .../block/factory_floor_stairs_inner.json | 8 + .../block/factory_floor_stairs_outer.json | 8 + .../models/block/factory_floor_top.json | 8 + .../createindustry/models/block/fireclay.json | 6 + ...reproof_brick_reinforcement_wall_post.json | 6 + ...reproof_brick_reinforcement_wall_side.json | 6 + ...of_brick_reinforcement_wall_side_tall.json | 6 + .../models/block/fireproof_bricks.json | 6 + .../models/block/fossilstone.json | 6 + .../createindustry/models/block/gasoline.json | 5 + .../models/block/gray_concrete.json | 6 + .../models/block/gray_concrete_bottom.json | 8 + .../models/block/gray_concrete_stairs.json | 8 + .../block/gray_concrete_stairs_inner.json | 8 + .../block/gray_concrete_stairs_outer.json | 8 + .../models/block/gray_concrete_top.json | 8 + .../models/block/gray_concrete_wall_post.json | 6 + .../models/block/gray_concrete_wall_side.json | 6 + .../block/gray_concrete_wall_side_tall.json | 6 + .../models/block/green_concrete.json | 6 + .../models/block/green_concrete_bottom.json | 8 + .../models/block/green_concrete_stairs.json | 8 + .../block/green_concrete_stairs_inner.json | 8 + .../block/green_concrete_stairs_outer.json | 8 + .../models/block/green_concrete_top.json | 8 + .../block/green_concrete_wall_post.json | 6 + .../block/green_concrete_wall_side.json | 6 + .../block/green_concrete_wall_side_tall.json | 6 + .../models/block/hardened_planks.json | 6 + .../models/block/heavy_machinery_casing.json | 6 + .../models/block/heavy_oil.json | 5 + .../createindustry/models/block/kerosene.json | 5 + .../models/block/layered_bauxite.json | 7 + .../models/block/light_blue_concrete.json | 6 + .../block/light_blue_concrete_bottom.json | 8 + .../block/light_blue_concrete_stairs.json | 8 + .../light_blue_concrete_stairs_inner.json | 8 + .../light_blue_concrete_stairs_outer.json | 8 + .../models/block/light_blue_concrete_top.json | 8 + .../block/light_blue_concrete_wall_post.json | 6 + .../block/light_blue_concrete_wall_side.json | 6 + .../light_blue_concrete_wall_side_tall.json | 6 + .../models/block/light_gray_concrete.json | 6 + .../block/light_gray_concrete_bottom.json | 8 + .../block/light_gray_concrete_stairs.json | 8 + .../light_gray_concrete_stairs_inner.json | 8 + .../light_gray_concrete_stairs_outer.json | 8 + .../models/block/light_gray_concrete_top.json | 8 + .../block/light_gray_concrete_wall_post.json | 6 + .../block/light_gray_concrete_wall_side.json | 6 + .../light_gray_concrete_wall_side_tall.json | 6 + .../createindustry/models/block/lignite.json | 6 + .../models/block/lime_concrete.json | 6 + .../models/block/lime_concrete_bottom.json | 8 + .../models/block/lime_concrete_stairs.json | 8 + .../block/lime_concrete_stairs_inner.json | 8 + .../block/lime_concrete_stairs_outer.json | 8 + .../models/block/lime_concrete_top.json | 8 + .../models/block/lime_concrete_wall_post.json | 6 + .../models/block/lime_concrete_wall_side.json | 6 + .../block/lime_concrete_wall_side_tall.json | 6 + .../createindustry/models/block/limesand.json | 6 + .../models/block/liquid_asphalt.json | 5 + .../models/block/liquid_concrete.json | 5 + .../models/block/liquid_plastic.json | 5 + .../models/block/lubrication_oil.json | 5 + .../models/block/magenta_concrete.json | 6 + .../models/block/magenta_concrete_bottom.json | 8 + .../models/block/magenta_concrete_stairs.json | 8 + .../block/magenta_concrete_stairs_inner.json | 8 + .../block/magenta_concrete_stairs_outer.json | 8 + .../models/block/magenta_concrete_top.json | 8 + .../block/magenta_concrete_wall_post.json | 6 + .../block/magenta_concrete_wall_side.json | 6 + .../magenta_concrete_wall_side_tall.json | 6 + .../models/block/molten_slag.json | 5 + .../models/block/molten_steel.json | 5 + .../createindustry/models/block/napalm.json | 5 + .../createindustry/models/block/naphtha.json | 5 + .../models/block/oil_deposit.json | 6 + .../models/block/orange_concrete.json | 6 + .../models/block/orange_concrete_bottom.json | 8 + .../models/block/orange_concrete_stairs.json | 8 + .../block/orange_concrete_stairs_inner.json | 8 + .../block/orange_concrete_stairs_outer.json | 8 + .../models/block/orange_concrete_top.json | 8 + .../block/orange_concrete_wall_post.json | 6 + .../block/orange_concrete_wall_side.json | 6 + .../block/orange_concrete_wall_side_tall.json | 6 + .../models/block/pink_concrete.json | 6 + .../models/block/pink_concrete_bottom.json | 8 + .../models/block/pink_concrete_stairs.json | 8 + .../block/pink_concrete_stairs_inner.json | 8 + .../block/pink_concrete_stairs_outer.json | 8 + .../models/block/pink_concrete_top.json | 8 + .../models/block/pink_concrete_wall_post.json | 6 + .../models/block/pink_concrete_wall_side.json | 6 + .../block/pink_concrete_wall_side_tall.json | 6 + .../models/block/plastic_block.json | 6 + .../models/block/plastic_pipe/d_x.json | 37 ++++ .../models/block/plastic_pipe/d_y.json | 37 ++++ .../models/block/plastic_pipe/d_z.json | 37 ++++ .../models/block/plastic_pipe/l_x.json | 37 ++++ .../models/block/plastic_pipe/l_y.json | 37 ++++ .../models/block/plastic_pipe/l_z.json | 37 ++++ .../models/block/plastic_pipe/ld_x.json | 37 ++++ .../models/block/plastic_pipe/ld_y.json | 37 ++++ .../models/block/plastic_pipe/ld_z.json | 37 ++++ .../models/block/plastic_pipe/lr_x.json | 37 ++++ .../models/block/plastic_pipe/lr_y.json | 37 ++++ .../models/block/plastic_pipe/lr_z.json | 37 ++++ .../models/block/plastic_pipe/lu_x.json | 37 ++++ .../models/block/plastic_pipe/lu_y.json | 37 ++++ .../models/block/plastic_pipe/lu_z.json | 37 ++++ .../models/block/plastic_pipe/r_x.json | 37 ++++ .../models/block/plastic_pipe/r_y.json | 37 ++++ .../models/block/plastic_pipe/r_z.json | 37 ++++ .../models/block/plastic_pipe/rd_x.json | 37 ++++ .../models/block/plastic_pipe/rd_y.json | 37 ++++ .../models/block/plastic_pipe/rd_z.json | 37 ++++ .../models/block/plastic_pipe/ru_x.json | 37 ++++ .../models/block/plastic_pipe/ru_y.json | 37 ++++ .../models/block/plastic_pipe/ru_z.json | 37 ++++ .../models/block/plastic_pipe/u_x.json | 37 ++++ .../models/block/plastic_pipe/u_y.json | 37 ++++ .../models/block/plastic_pipe/u_z.json | 37 ++++ .../models/block/plastic_pipe/ud_x.json | 37 ++++ .../models/block/plastic_pipe/ud_y.json | 37 ++++ .../models/block/plastic_pipe/ud_z.json | 37 ++++ .../models/block/polished_cut_bauxite.json | 6 + .../block/polished_cut_bauxite_slab.json | 8 + .../polished_cut_bauxite_slab_double.json | 7 + .../block/polished_cut_bauxite_slab_top.json | 8 + .../block/polished_cut_bauxite_stairs.json | 8 + .../polished_cut_bauxite_stairs_inner.json | 8 + .../polished_cut_bauxite_stairs_outer.json | 8 + .../block/polished_cut_bauxite_wall_post.json | 6 + .../block/polished_cut_bauxite_wall_side.json | 6 + .../polished_cut_bauxite_wall_side_tall.json | 6 + .../models/block/purple_concrete.json | 6 + .../models/block/purple_concrete_bottom.json | 8 + .../models/block/purple_concrete_stairs.json | 8 + .../block/purple_concrete_stairs_inner.json | 8 + .../block/purple_concrete_stairs_outer.json | 8 + .../models/block/purple_concrete_top.json | 8 + .../block/purple_concrete_wall_post.json | 6 + .../block/purple_concrete_wall_side.json | 6 + .../block/purple_concrete_wall_side_tall.json | 6 + .../models/block/rebar_concrete.json | 6 + .../models/block/rebar_concrete_bottom.json | 8 + .../models/block/rebar_concrete_stairs.json | 8 + .../block/rebar_concrete_stairs_inner.json | 8 + .../block/rebar_concrete_stairs_outer.json | 8 + .../models/block/rebar_concrete_top.json | 8 + .../block/rebar_concrete_wall_post.json | 6 + .../block/rebar_concrete_wall_side.json | 6 + .../block/rebar_concrete_wall_side_tall.json | 6 + .../models/block/red_caution_block.json | 6 + .../models/block/red_concrete.json | 6 + .../models/block/red_concrete_bottom.json | 8 + .../models/block/red_concrete_stairs.json | 8 + .../block/red_concrete_stairs_inner.json | 8 + .../block/red_concrete_stairs_outer.json | 8 + .../models/block/red_concrete_top.json | 8 + .../models/block/red_concrete_wall_post.json | 6 + .../models/block/red_concrete_wall_side.json | 6 + .../block/red_concrete_wall_side_tall.json | 6 + .../block/small_bauxite_brick_slab.json | 8 + .../block/small_bauxite_brick_slab_top.json | 8 + .../block/small_bauxite_brick_stairs.json | 8 + .../small_bauxite_brick_stairs_inner.json | 8 + .../small_bauxite_brick_stairs_outer.json | 8 + .../models/block/small_bauxite_bricks.json | 6 + .../block/small_bauxite_bricks_wall_post.json | 6 + .../block/small_bauxite_bricks_wall_side.json | 6 + .../small_bauxite_bricks_wall_side_tall.json | 6 + .../models/block/steel_block.json | 6 + .../models/block/steel_cap.json | 8 + .../models/block/steel_cap_alt.json | 8 + .../models/block/steel_casing.json | 6 + .../models/block/steel_ladder.json | 8 + .../models/block/steel_pipe/d_x.json | 37 ++++ .../models/block/steel_pipe/d_y.json | 37 ++++ .../models/block/steel_pipe/d_z.json | 37 ++++ .../models/block/steel_pipe/l_x.json | 37 ++++ .../models/block/steel_pipe/l_y.json | 37 ++++ .../models/block/steel_pipe/l_z.json | 37 ++++ .../models/block/steel_pipe/ld_x.json | 37 ++++ .../models/block/steel_pipe/ld_y.json | 37 ++++ .../models/block/steel_pipe/ld_z.json | 37 ++++ .../models/block/steel_pipe/lr_x.json | 37 ++++ .../models/block/steel_pipe/lr_y.json | 37 ++++ .../models/block/steel_pipe/lr_z.json | 37 ++++ .../models/block/steel_pipe/lu_x.json | 37 ++++ .../models/block/steel_pipe/lu_y.json | 37 ++++ .../models/block/steel_pipe/lu_z.json | 37 ++++ .../models/block/steel_pipe/r_x.json | 37 ++++ .../models/block/steel_pipe/r_y.json | 37 ++++ .../models/block/steel_pipe/r_z.json | 37 ++++ .../models/block/steel_pipe/rd_x.json | 37 ++++ .../models/block/steel_pipe/rd_y.json | 37 ++++ .../models/block/steel_pipe/rd_z.json | 37 ++++ .../models/block/steel_pipe/ru_x.json | 37 ++++ .../models/block/steel_pipe/ru_y.json | 37 ++++ .../models/block/steel_pipe/ru_z.json | 37 ++++ .../models/block/steel_pipe/u_x.json | 37 ++++ .../models/block/steel_pipe/u_y.json | 37 ++++ .../models/block/steel_pipe/u_z.json | 37 ++++ .../models/block/steel_pipe/ud_x.json | 37 ++++ .../models/block/steel_pipe/ud_y.json | 37 ++++ .../models/block/steel_pipe/ud_z.json | 37 ++++ .../models/block/steel_post.json | 8 + .../models/block/steel_post_ends.json | 8 + .../models/block/steel_scaffolding.json | 10 + .../block/steel_scaffolding_horizontal.json | 10 + .../models/block/steel_side.json | 8 + .../models/block/steel_side_alt.json | 8 + .../createindustry/models/block/sulfur.json | 6 + .../models/block/white_concrete.json | 6 + .../models/block/white_concrete_bottom.json | 8 + .../models/block/white_concrete_stairs.json | 8 + .../block/white_concrete_stairs_inner.json | 8 + .../block/white_concrete_stairs_outer.json | 8 + .../models/block/white_concrete_top.json | 8 + .../block/white_concrete_wall_post.json | 6 + .../block/white_concrete_wall_side.json | 6 + .../block/white_concrete_wall_side_tall.json | 6 + .../models/block/yellow_concrete.json | 6 + .../models/block/yellow_concrete_bottom.json | 8 + .../models/block/yellow_concrete_stairs.json | 8 + .../block/yellow_concrete_stairs_inner.json | 8 + .../block/yellow_concrete_stairs_outer.json | 8 + .../models/block/yellow_concrete_top.json | 8 + .../block/yellow_concrete_wall_post.json | 6 + .../block/yellow_concrete_wall_side.json | 6 + .../block/yellow_concrete_wall_side_tall.json | 6 + .../models/item/air_intake.json | 3 + .../models/item/aluminum_bars.json | 7 + .../models/item/aluminum_block.json | 3 + .../models/item/aluminum_fluid_valve.json | 3 + .../models/item/aluminum_flywheel.json | 3 + .../models/item/aluminum_ingot.json | 6 + .../models/item/aluminum_ladder.json | 6 + .../models/item/aluminum_mechanical_pump.json | 3 + .../models/item/aluminum_pipe.json | 3 + .../models/item/aluminum_scaffolding.json | 3 + .../item/aluminum_smart_fluid_pipe.json | 3 + .../models/item/aluminum_truss.json | 3 + .../createindustry/models/item/asphalt.json | 3 + .../createindustry/models/item/bauxite.json | 6 + .../models/item/bauxite_pillar.json | 3 + .../createindustry/models/item/bitumen.json | 6 + .../models/item/black_concrete.json | 3 + .../models/item/black_concrete_slab.json | 3 + .../models/item/black_concrete_stairs.json | 3 + .../models/item/black_concrete_wall.json | 6 + .../models/item/blast_furnace_output.json | 3 + .../models/item/blasting_mixture.json | 6 + .../models/item/block_mold.json | 6 + .../models/item/blue_concrete.json | 3 + .../models/item/blue_concrete_slab.json | 3 + .../models/item/blue_concrete_stairs.json | 3 + .../models/item/blue_concrete_wall.json | 6 + .../models/item/brass_fluid_valve.json | 3 + .../models/item/brass_mechanical_pump.json | 3 + .../models/item/brass_pipe.json | 3 + .../models/item/brass_smart_fluid_pipe.json | 3 + .../models/item/brown_concrete.json | 3 + .../models/item/brown_concrete_slab.json | 3 + .../models/item/brown_concrete_stairs.json | 3 + .../models/item/brown_concrete_wall.json | 6 + .../models/item/cast_iron_block.json | 3 + .../cast_iron_distillation_controller.json | 3 + .../item/cast_iron_distillation_output.json | 3 + .../models/item/cast_iron_fluid_valve.json | 3 + .../models/item/cast_iron_flywheel.json | 3 + .../models/item/cast_iron_ingot.json | 6 + .../item/cast_iron_mechanical_pump.json | 3 + .../models/item/cast_iron_pipe.json | 3 + .../item/cast_iron_smart_fluid_pipe.json | 3 + .../models/item/casting_basin.json | 3 + .../models/item/casting_spout.json | 3 + .../models/item/caution_block.json | 3 + .../createindustry/models/item/cement.json | 3 + .../models/item/charcoal_dust.json | 6 + .../createindustry/models/item/coal_coke.json | 6 + .../models/item/coal_coke_block.json | 3 + .../models/item/coal_coke_dust.json | 6 + .../createindustry/models/item/coke_oven.json | 3 + .../createindustry/models/item/concrete.json | 3 + .../models/item/concrete_slab.json | 3 + .../models/item/concrete_stairs.json | 3 + .../models/item/concrete_wall.json | 6 + .../models/item/cooling_fluid_bucket.json | 6 + .../models/item/copper_grenade.json | 6 + .../models/item/creosote_bucket.json | 6 + .../models/item/crude_oil_fluid_bucket.json | 6 + .../models/item/cut_bauxite.json | 3 + .../models/item/cut_bauxite_brick_slab.json | 3 + .../models/item/cut_bauxite_brick_stairs.json | 3 + .../models/item/cut_bauxite_brick_wall.json | 6 + .../models/item/cut_bauxite_bricks.json | 3 + .../models/item/cut_bauxite_slab.json | 3 + .../models/item/cut_bauxite_stairs.json | 3 + .../models/item/cut_bauxite_wall.json | 6 + .../models/item/cyan_concrete.json | 3 + .../models/item/cyan_concrete_slab.json | 3 + .../models/item/cyan_concrete_stairs.json | 3 + .../models/item/cyan_concrete_wall.json | 6 + .../models/item/diesel_bucket.json | 6 + .../models/item/diesel_engine.json | 3 + .../models/item/diesel_engine_expansion.json | 3 + .../models/item/engine_base.json | 3 + .../models/item/engine_chamber.json | 6 + .../createindustry/models/item/exhaust.json | 3 + .../models/item/factory_floor.json | 3 + .../models/item/factory_floor_slab.json | 3 + .../models/item/factory_floor_stairs.json | 3 + .../createindustry/models/item/fireclay.json | 3 + .../models/item/fireclay_ball.json | 6 + .../models/item/fireproof_brick.json | 6 + .../item/fireproof_brick_reinforcement.json | 3 + .../models/item/fireproof_bricks.json | 3 + .../models/item/flarestack.json | 3 + .../models/item/formwork_block.json | 3 + .../models/item/fossilstone.json | 3 + .../models/item/gasoline_bucket.json | 6 + .../models/item/gasoline_engine.json | 3 + .../models/item/gasoline_engine_back.json | 3 + .../models/item/gray_concrete.json | 3 + .../models/item/gray_concrete_slab.json | 3 + .../models/item/gray_concrete_stairs.json | 3 + .../models/item/gray_concrete_wall.json | 6 + .../models/item/green_concrete.json | 3 + .../models/item/green_concrete_slab.json | 3 + .../models/item/green_concrete_stairs.json | 3 + .../models/item/green_concrete_wall.json | 6 + .../models/item/hardened_planks.json | 3 + .../models/item/heavy_casing_door.json | 6 + .../models/item/heavy_machinery_casing.json | 3 + .../models/item/heavy_oil_bucket.json | 6 + .../models/item/heavy_plate.json | 6 + .../models/item/industrial_pipe.json | 3 + .../models/item/ingot_mold.json | 6 + .../models/item/kerosene_bucket.json | 6 + .../models/item/layered_bauxite.json | 3 + .../models/item/light_blue_concrete.json | 3 + .../models/item/light_blue_concrete_slab.json | 3 + .../item/light_blue_concrete_stairs.json | 3 + .../models/item/light_blue_concrete_wall.json | 6 + .../models/item/light_gray_concrete.json | 3 + .../models/item/light_gray_concrete_slab.json | 3 + .../item/light_gray_concrete_stairs.json | 3 + .../models/item/light_gray_concrete_wall.json | 6 + .../createindustry/models/item/lignite.json | 3 + .../models/item/lime_concrete.json | 3 + .../models/item/lime_concrete_slab.json | 3 + .../models/item/lime_concrete_stairs.json | 3 + .../models/item/lime_concrete_wall.json | 6 + .../createindustry/models/item/limesand.json | 3 + .../models/item/liquid_asphalt_bucket.json | 6 + .../models/item/liquid_concrete_bucket.json | 6 + .../models/item/liquid_plastic_bucket.json | 6 + .../models/item/lpg_engine.json | 3 + .../models/item/lpg_engine_back.json | 3 + .../models/item/lubrication_oil_bucket.json | 6 + .../models/item/machine_input.json | 3 + .../models/item/magenta_concrete.json | 3 + .../models/item/magenta_concrete_slab.json | 3 + .../models/item/magenta_concrete_stairs.json | 3 + .../models/item/magenta_concrete_wall.json | 6 + .../models/item/molten_slag_bucket.json | 6 + .../models/item/molten_steel_bucket.json | 6 + .../models/item/napalm_bomb.json | 3 + .../models/item/napalm_bucket.json | 6 + .../models/item/naphtha_bucket.json | 6 + .../models/item/nitrate_dust.json | 6 + .../models/item/oil_deposit.json | 3 + .../models/item/orange_concrete.json | 3 + .../models/item/orange_concrete_slab.json | 3 + .../models/item/orange_concrete_stairs.json | 3 + .../models/item/orange_concrete_wall.json | 6 + .../models/item/pink_concrete.json | 3 + .../models/item/pink_concrete_slab.json | 3 + .../models/item/pink_concrete_stairs.json | 3 + .../models/item/pink_concrete_wall.json | 6 + .../models/item/plastic_block.json | 3 + .../models/item/plastic_fluid_valve.json | 3 + .../models/item/plastic_mechanical_pump.json | 3 + .../models/item/plastic_pipe.json | 3 + .../models/item/plastic_sheet.json | 6 + .../models/item/plastic_smart_fluid_pipe.json | 3 + .../models/item/polished_cut_bauxite.json | 3 + .../item/polished_cut_bauxite_slab.json | 3 + .../item/polished_cut_bauxite_stairs.json | 3 + .../item/polished_cut_bauxite_wall.json | 6 + .../models/item/pumpjack_base.json | 3 + .../models/item/pumpjack_crank.json | 3 + .../models/item/pumpjack_hammer_holder.json | 3 + .../models/item/purple_concrete.json | 3 + .../models/item/purple_concrete_slab.json | 3 + .../models/item/purple_concrete_stairs.json | 3 + .../models/item/purple_concrete_wall.json | 6 + .../models/item/quad_potato_cannon.json | 3 + .../createindustry/models/item/rebar.json | 6 + .../models/item/rebar_concrete.json | 3 + .../models/item/rebar_concrete_slab.json | 3 + .../models/item/rebar_concrete_stairs.json | 3 + .../models/item/rebar_concrete_wall.json | 6 + .../models/item/rebar_formwork_block.json | 3 + .../models/item/red_caution_block.json | 3 + .../models/item/red_concrete.json | 3 + .../models/item/red_concrete_slab.json | 3 + .../models/item/red_concrete_stairs.json | 3 + .../models/item/red_concrete_wall.json | 6 + .../createindustry/models/item/screw.json | 6 + .../models/item/screwdriver.json | 6 + .../createindustry/models/item/slag.json | 6 + .../models/item/small_bauxite_brick_slab.json | 3 + .../item/small_bauxite_brick_stairs.json | 3 + .../models/item/small_bauxite_brick_wall.json | 6 + .../models/item/small_bauxite_bricks.json | 3 + .../models/item/spark_plug.json | 6 + .../models/item/steel_bars.json | 7 + .../models/item/steel_block.json | 3 + .../models/item/steel_casing.json | 3 + .../item/steel_distillation_controller.json | 3 + .../item/steel_distillation_output.json | 3 + .../models/item/steel_door.json | 6 + .../models/item/steel_fluid_tank.json | 3 + .../models/item/steel_fluid_valve.json | 3 + .../models/item/steel_flywheel.json | 3 + .../models/item/steel_ingot.json | 6 + .../models/item/steel_ladder.json | 6 + .../models/item/steel_mechanical_pump.json | 3 + .../models/item/steel_mechanism.json | 6 + .../models/item/steel_pipe.json | 3 + .../models/item/steel_scaffolding.json | 3 + .../models/item/steel_smart_fluid_pipe.json | 3 + .../models/item/steel_truss.json | 3 + .../createindustry/models/item/sulfur.json | 3 + .../models/item/sulfur_dust.json | 6 + .../models/item/surface_scanner.json | 3 + .../models/item/thermite_grenade.json | 6 + .../models/item/thermite_powder.json | 6 + .../models/item/turbine_blade.json | 6 + .../models/item/turbine_engine.json | 3 + .../models/item/turbine_engine_back.json | 3 + .../item/unfinished_gasoline_engine.json | 3 + .../models/item/unfinished_lpg_engine.json | 3 + .../item/unfinished_steel_mechanism.json | 6 + .../item/unfinished_turbine_engine.json | 3 + .../models/item/unprocessed_heavy_plate.json | 6 + .../models/item/white_concrete.json | 3 + .../models/item/white_concrete_slab.json | 3 + .../models/item/white_concrete_stairs.json | 3 + .../models/item/white_concrete_wall.json | 6 + .../models/item/yellow_concrete.json | 3 + .../models/item/yellow_concrete_slab.json | 3 + .../models/item/yellow_concrete_stairs.json | 3 + .../models/item/yellow_concrete_wall.json | 6 + .../models/item/zinc_grenade.json | 6 + .../data/create/tags/blocks/casing.json | 6 + .../create/tags/blocks/fan_transparent.json | 6 + .../data/create/tags/blocks/safe_nbt.json | 10 + .../create/tags/blocks/wrench_pickup.json | 6 + .../data/create/tags/items/casing.json | 6 + .../tags/items/contraption_controlled.json | 6 + .../data/create/tags/items/create_ingots.json | 8 + .../{steel_sheetmetal.json => asphalt.json} | 2 +- .../loot_tables/blocks/cement.json | 20 ++ .../loot_tables/blocks/fireclay.json | 65 +++++++ .../loot_tables/blocks/hardened_planks.json | 20 ++ .../loot_tables/blocks/lignite.json | 20 ++ .../loot_tables/blocks/limesand.json | 20 ++ .../loot_tables/blocks/plastic_block.json | 20 ++ .../loot_tables/blocks/sulfur.json | 20 ++ .../data/forge/tags/blocks/concrete.json | 5 + .../data/forge/tags/blocks/factory_floor.json | 5 + .../forge/tags/blocks/rebar_concrete.json | 5 + .../forge/tags/blocks/storage_blocks.json | 9 + .../tags/blocks/storage_blocks/aluminum.json | 5 + .../tags/blocks/storage_blocks/cast_iron.json | 5 + .../tags/blocks/storage_blocks/plastic.json | 5 + .../tags/blocks/storage_blocks/steel.json | 5 + .../data/forge/tags/items/buckets/diesel.json | 5 + .../forge/tags/items/buckets/gasoline.json | 6 + .../forge/tags/items/buckets/kerosene.json | 5 + .../data/forge/tags/items/buckets/napalm.json | 5 + .../forge/tags/items/buckets/naphtha.json | 5 + .../forge/tags/items/buckets/plastic.json | 5 + .../data/forge/tags/items/buckets/slag.json | 5 + .../data/forge/tags/items/buckets/steel.json | 5 + .../data/forge/tags/items/concrete.json | 5 + .../forge/tags/items/dusts/coal_coke.json | 5 + .../data/forge/tags/items/factory_floor.json | 5 + .../forge/tags/items/ingots/aluminum.json | 5 + .../forge/tags/items/ingots/cast_iron.json | 5 + .../data/forge/tags/items/ingots/plastic.json | 5 + .../data/forge/tags/items/ingots/steel.json | 5 + .../data/forge/tags/items/rebar_concrete.json | 5 + .../data/forge/tags/items/storage_blocks.json | 9 + .../tags/items/storage_blocks/aluminum.json | 5 + .../tags/items/storage_blocks/cast_iron.json | 5 + .../tags/items/storage_blocks/plastic.json | 5 + .../tags/items/storage_blocks/steel.json | 5 + .../tags/blocks/azalea_root_replaceable.json | 5 + .../tags/blocks/beacon_base_blocks.json | 7 + .../data/minecraft/tags/blocks/climbable.json | 8 + .../data/minecraft/tags/blocks/doors.json | 6 + .../blocks/dripstone_replaceable_blocks.json | 5 + .../tags/blocks/lush_ground_replaceable.json | 5 + .../minecraft/tags/blocks/mineable/axe.json | 21 +++ .../tags/blocks/mineable/pickaxe.json | 177 ++++++++++++++++++ .../tags/blocks/moss_replaceable.json | 5 + .../tags/blocks/needs_diamond_tool.json | 7 + .../tags/blocks/needs_iron_tool.json | 8 + .../tags/blocks/needs_stone_tool.json | 78 ++++++++ .../data/minecraft/tags/blocks/slabs.json | 8 + .../data/minecraft/tags/blocks/stairs.json | 27 +++ .../data/minecraft/tags/blocks/walls.json | 46 +++++ .../minecraft/tags/blocks/wooden_doors.json | 6 + .../data/minecraft/tags/items/doors.json | 6 + .../data/minecraft/tags/items/slabs.json | 8 + .../data/minecraft/tags/items/stairs.json | 8 + .../data/minecraft/tags/items/walls.json | 8 + .../quark/tags/blocks/non_double_door.json | 6 + .../base/TFMGPipeModelData.java | 49 +++++ .../blocks/concrete/asphalt/AsphaltFluid.java | 76 ++++++++ .../engines/intake/AirIntakeInstance.java | 1 + .../BlastFurnaceOutputBlockEntity.java | 26 +-- .../blast_furnace/MoltenMetalBlockEntity.java | 4 +- .../DistillationOutputBlockEntity.java | 5 +- .../IndustrialPipeBlock.java | 25 +++ .../pumpjack/crank/PumpjackCrankBlock.java | 2 +- .../pumpjack/crank/PumpjackCrankRenderer.java | 41 ++-- .../pipes/normal/LockablePipeBlockEntity.java | 30 ++- .../aluminum/AluminumPipeAttachmentModel.java | 20 +- .../brass/BrassPipeAttachmentModel.java | 20 +- .../CastIronPipeAttachmentModel.java | 20 +- .../plastic/PlasticPipeAttachmentModel.java | 20 +- .../steel/SteelPipeAttachmentModel.java | 25 ++- .../createindustry/items/ScrewdriverItem.java | 13 +- .../mixins/FluidPipeBlockMixin.java | 15 +- .../mixins/PipeAttachmentModelMixin.java | 130 +++++++++++++ .../createindustry/registry/TFMGBlocks.java | 149 ++++++++++++--- .../createindustry/registry/TFMGFluids.java | 51 +++++ .../createindustry/registry/TFMGItems.java | 21 ++- .../block.json | 8 + .../item.json | 8 + .../cast_iron_distillation_output/block.json | 8 + .../cast_iron_distillation_output/item.json | 8 + .../models/block/gasoline_engine/item.json | 15 ++ .../models/block/industrial_pipe/block.json | 22 +++ .../models/block/industrial_pipe/item.json | 22 +++ .../models/block/machine_input.json | 144 ++++++++++++++ .../models/block/machine_input/block.json | 128 +++++++++++++ .../models/block/machine_input/item.json | 144 ++++++++++++++ .../models/block/napalm_bomb/block.json | 8 + .../models/block/napalm_bomb/item.json | 8 + .../models/block/pumpjack_base.json | 34 ++++ .../models/block/pumpjack_base/block.json | 34 ++++ .../models/block/pumpjack_base/item_.json | 34 ++++ .../models/block/pumpjack_crank.json | 166 ++++++++++++++++ .../models/block/pumpjack_crank/block.json | 3 + .../models/block/pumpjack_crank/block_.json | 35 ++++ .../models/block/pumpjack_crank/item_.json | 166 ++++++++++++++++ .../models/block/pumpjack_hammer_holder.json | 112 +++++++++++ .../block/pumpjack_hammer_holder/block.json | 112 +++++++++++ .../block/pumpjack_hammer_holder/item_.json | 112 +++++++++++ .../steel_distillation_controller/block.json | 24 +++ .../steel_distillation_controller/item.json | 24 +++ .../steel_distillation_output/block.json | 23 +++ .../block/steel_distillation_output/item.json | 23 +++ .../createindustry/textures/block/asphalt.png | Bin 0 -> 19028 bytes .../textures/block/diesel_engine_back.png | Bin 414 -> 257 bytes .../block/diesel_engine_expansion.png | Bin 397 -> 256 bytes .../textures/block/diesel_engine_front.png | Bin 402 -> 258 bytes .../textures/block/diesel_engine_side.png | Bin 515 -> 308 bytes .../textures/block/fireclay.png | Bin 0 -> 505 bytes .../createindustry/textures/item/bitumen.png | Bin 0 -> 19028 bytes .../textures/item/blasting_mixture.png | Bin 0 -> 19028 bytes .../textures/item/fireclay_ball.png | Bin 0 -> 19028 bytes .../textures/item/fireproof_brick.png | Bin 0 -> 19028 bytes .../textures/item/liquid_asphalt_bucket.png | Bin 0 -> 19028 bytes .../textures/item/molten_slag_bucket.png | Bin 0 -> 19028 bytes .../textures/item/molten_steel_bucket.png | Bin 0 -> 19028 bytes .../createindustry/textures/item/slag.png | Bin 0 -> 19028 bytes src/main/resources/createindustry.mixins.json | 5 +- .../{test_caasting.json => steel.json} | 2 +- .../recipes/casting/test_casting.json | 22 --- .../recipes/coking/coal_coke.json | 22 +++ .../black_concrete_slab_stonecutting_q.json | 9 - .../black_concrete_stairs_stonecutting_q.json | 9 - .../black_concrete_wall_stonecutting_q.json | 9 - .../blue_concrete_slab_stonecutting_q.json | 9 - .../blue_concrete_stairs_stonecutting_q.json | 9 - .../blue_concrete_wall_stonecutting_q.json | 9 - .../brown_concrete_slab_stonecutting_q.json | 9 - .../brown_concrete_stairs_stonecutting_q.json | 9 - .../brown_concrete_wall_stonecutting_q.json | 9 - .../cyan_concrete_slab_stonecutting_q.json | 9 - .../cyan_concrete_stairs_stonecutting_q.json | 9 - .../cyan_concrete_wall_stonecutting_q.json | 9 - .../gray_concrete_slab_stonecutting_q.json | 9 - .../gray_concrete_stairs_stonecutting_q.json | 9 - .../gray_concrete_wall_stonecutting_q.json | 9 - .../green_concrete_slab_stonecutting_q.json | 9 - .../green_concrete_stairs_stonecutting_q.json | 9 - .../green_concrete_wall_stonecutting_q.json | 9 - ...ght_blue_concrete_slab_stonecutting_q.json | 9 - ...t_blue_concrete_stairs_stonecutting_q.json | 9 - ...ght_blue_concrete_wall_stonecutting_q.json | 9 - ...ght_gray_concrete_slab_stonecutting_q.json | 9 - ...t_gray_concrete_stairs_stonecutting_q.json | 9 - ...ght_gray_concrete_wall_stonecutting_q.json | 9 - .../lime_concrete_slab_stonecutting_q.json | 9 - .../lime_concrete_stairs_stonecutting_q.json | 9 - .../lime_concrete_wall_stonecutting_q.json | 9 - .../magenta_concrete_slab_stonecutting_q.json | 9 - ...agenta_concrete_stairs_stonecutting_q.json | 9 - .../magenta_concrete_wall_stonecutting_q.json | 9 - .../orange_concrete_slab_stonecutting_q.json | 9 - ...orange_concrete_stairs_stonecutting_q.json | 9 - .../orange_concrete_wall_stonecutting_q.json | 9 - .../pink_concrete_slab_stonecutting_q.json | 9 - .../pink_concrete_stairs_stonecutting_q.json | 9 - .../pink_concrete_wall_stonecutting_q.json | 9 - .../purple_concrete_slab_stonecutting_q.json | 9 - ...purple_concrete_stairs_stonecutting_q.json | 9 - .../purple_concrete_wall_stonecutting_q.json | 9 - .../red_concrete_slab_stonecutting_q.json | 9 - .../red_concrete_stairs_stonecutting_q.json | 9 - .../red_concrete_wall_stonecutting_q.json | 9 - .../white_concrete_slab_stonecutting_q.json | 9 - .../white_concrete_stairs_stonecutting_q.json | 9 - .../white_concrete_wall_stonecutting_q.json | 9 - .../yellow_concrete_slab_stonecutting_q.json | 9 - ...yellow_concrete_stairs_stonecutting_q.json | 9 - .../yellow_concrete_wall_stonecutting_q.json | 9 - .../recipes/compacting/sawdust_block.json | 26 --- .../recipes/crafting/air_intake.json | 29 +++ .../recipes/crafting/aluminum_block.json | 2 +- .../recipes/crafting/aluminum_door.json | 20 -- .../crafting/blast_furnace_output.json | 26 +++ ...son => cast_iron_distillation_output.json} | 8 +- ...ustrial_barrel.json => casting_basin.json} | 10 +- .../recipes/crafting/casting_spout.json | 26 +++ .../recipes/crafting/chipwood_slab.json | 20 -- .../recipes/crafting/chipwood_stairs.json | 20 -- .../recipes/crafting/copper_grenade.json | 23 +++ .../crafting/diesel_engine_expansion.json | 29 +++ .../crafting/display_board_from_plastic.json | 24 --- .../recipes/crafting/duraluminium_block.json | 20 -- .../crafting/electron_tube_from_plastic.json | 26 --- .../recipes/crafting/exhaust.json | 4 +- .../fireproof_brick_reinforcement.json | 20 ++ .../recipes/crafting/fireproof_bricks.json | 20 ++ .../liquid_rebar_concrete_bucket.json | 21 --- .../recipes/crafting/machine_input.json | 7 +- .../createindustry/recipes/crafting/mesh.json | 20 -- .../recipes/crafting/mesh_concrete.json | 23 --- .../crafting/pipes/aluminum_fluid_pump.json | 14 ++ .../crafting/pipes/aluminum_fluid_valve.json | 14 ++ .../aluminum_pipe_horizontal.json} | 7 +- .../pipes/aluminum_pipe_vertical.json | 21 +++ .../pipes/aluminum_smart_fluid_pipe.json | 22 +++ .../crafting/pipes/brass_fluid_pump.json | 14 ++ .../crafting/pipes/brass_fluid_valve.json | 14 ++ .../brass_pipe_horizontal.json} | 11 +- .../crafting/pipes/brass_pipe_vertical.json | 21 +++ .../pipes/brass_smart_fluid_pipe.json | 22 +++ .../crafting/pipes/cast_iron_fluid_pump.json | 14 ++ .../crafting/pipes/cast_iron_fluid_valve.json | 14 ++ .../cast_iron_pipe_horizontal.json} | 9 +- .../pipes/cast_iron_pipe_vertical.json | 21 +++ .../pipes/cast_iron_smart_fluid_pipe.json | 22 +++ .../crafting/pipes/plastic_fluid_pump.json | 14 ++ .../crafting/pipes/plastic_fluid_valve.json | 14 ++ .../pipes/plastic_pipe_horizontal.json | 21 +++ .../crafting/pipes/plastic_pipe_vertical.json | 21 +++ .../pipes/plastic_smart_fluid_pipe.json | 22 +++ .../{ => pipes}/steel_fluid_pump.json | 2 +- .../crafting/pipes/steel_fluid_valve.json | 14 ++ .../steel_pipe_horizontal.json} | 7 +- .../{ => pipes}/steel_pipe_vertical.json | 10 +- .../pipes/steel_smart_fluid_pipe.json | 22 +++ .../recipes/crafting/prospector_tool.json | 23 --- .../recipes/crafting/rebar_formwork.json | 14 ++ .../recipes/crafting/steam_engine.json | 32 ---- ..._from_block.json => steel_from_block.json} | 0 .../crafting/steel_pipe_horizontal.json | 23 --- .../recipes/crafting/steel_tank.json | 11 +- .../recipes/crafting/train_door.json | 20 -- .../{tubine_blade.json => turbine_blade.json} | 12 +- .../recipes/crafting/water_insulation.json | 22 --- .../recipes/crafting/zinc_grenade.json | 26 +++ .../recipes/crushing/aluminum_dust.json | 16 -- .../recipes/crushing/coal_coke_dust.json | 15 ++ .../recipes/crushing/saltpeter.json | 2 +- .../recipes/crushing/sulfur.json | 4 +- .../recipes/distillation/heavy_oil.json | 4 +- .../naphtha.json | 21 ++- .../hardened_wood_creosote.json} | 12 +- .../filling/liquid_asphalt_bucket.json | 19 ++ .../filling/liquid_concrete_bucket.json | 2 +- .../fractional_distillation/crude_oil.json | 39 ++++ .../fractional_distillation/heavy_oil.json | 39 ---- .../fractional_distillation/sussy.json | 19 -- .../recipes/industrial_blasting/steel.json | 21 +++ .../recipes/item_application/chipwood.json | 17 -- .../recipes/item_application/coke_oven.json | 17 ++ .../item_application/copper_casing.json | 17 -- .../liquid_rebar__concrete.json | 17 -- .../mesh_concrete_item_application.json | 17 -- .../item_application/waterproof_planks.json | 17 -- .../cast_iron_distillation_controller.json | 10 +- .../mechanical_crafting/diesel_engine.json | 38 ++++ .../mechanical_crafting/engine_base.json | 29 +-- .../mechanical_crafting/engine_chamber.json | 6 +- .../heavy_plated_door.json | 17 -- .../mechanical_crafting/pumpjack_base.json | 23 ++- .../mechanical_crafting/pumpjack_crank.json | 13 +- .../pumpjack_hammer_holder.json | 4 +- .../quad_potato_cannon.json | 13 +- .../steel_distillation_controller.json | 9 +- ...ut.json => steel_distillation_output.json} | 6 +- .../mechanical_crafting/surface_scanner.json | 19 +- .../mechanical_crafting/track_ballast.json | 18 -- .../{crushing => milling}/charcoal_dust.json | 6 +- .../recipes/mixing/blasting_mixture.json | 25 +++ .../recipes/mixing/coal_coke.json | 17 -- .../recipes/mixing/cooling_fluid.json | 21 +++ .../recipes/mixing/duraluminium_ingot.json | 26 --- .../recipes/mixing/gun_powder.json | 35 ---- .../recipes/mixing/liquid_asphalt.json | 27 +++ .../recipes/mixing/liquid_concrete.json | 2 +- .../mixing/liquid_concrete_from_slag.json | 27 +++ .../createindustry/recipes/mixing/napalm.json | 2 +- .../recipes/mixing/naphtha_from_kerosene.json | 19 -- .../createindustry/recipes/mixing/slag.json | 17 ++ .../recipes/mixing/steel_ingot.json | 20 -- .../recipes/pressing/screw.json | 14 -- .../sequenced_assembly/diesel_engine.json | 123 ------------ .../sequenced_assembly/gasoline_engine.json | 91 +++------ .../sequenced_assembly/lpg_engine.json | 53 +----- .../sequenced_assembly/steel_mechanism.json | 2 +- .../sequenced_assembly/turbine_engine.json | 45 ++--- .../recipes/smelting/fireclay_brick.json | 10 + .../recipes/stonecutting/aluminum_ladder.json | 9 - .../stonecutting/aluminum_scaffolding.json | 9 - .../stonecutting/aluminum_sheetmetal.json | 9 - .../stonecutting/bauxite/cut_bauxite.json | 9 - .../bauxite/cut_bauxite_brick.json | 9 - .../bauxite/cut_bauxite_brick_slab.json | 9 - .../bauxite/cut_bauxite_brick_stairs.json | 9 - .../bauxite/cut_bauxite_brick_wall.json | 9 - .../bauxite/cut_bauxite_slab.json | 9 - .../bauxite/cut_bauxite_stairs.json | 9 - .../bauxite/cut_bauxite_wall.json | 9 - .../bauxite/polished_cut_bauxite.json | 9 - .../bauxite/polished_cut_bauxite_slab.json | 9 - .../bauxite/polished_cut_bauxite_stairs.json | 9 - .../bauxite/polished_cut_bauxite_wall.json | 9 - .../bauxite/small_bauxite_brick.json | 9 - .../bauxite/small_bauxite_brick_slab.json | 9 - .../bauxite/small_bauxite_brick_stairs.json | 9 - .../bauxite/small_bauxite_brick_wall.json | 9 - .../{glass_door.json => block_mold.json} | 4 +- .../stonecutting/cast_iron_sheetmetal.json | 9 - .../concrete_slab_stonecutting.json | 9 - .../concrete_stairs_stonecutting.json | 9 - .../concrete_wall_stonecutting.json | 9 - .../recipes/stonecutting/drill_head.json | 9 - .../stonecutting/duraluminium_sheetmetal.json | 9 - .../stonecutting/factory_floor_stairs.json | 9 + .../{sawdust.json => formwork.json} | 4 +- .../recipes/stonecutting/glass_trapdoor.json | 9 - .../recipes/stonecutting/ingot_mold.json | 9 + .../recipes/stonecutting/rebar.json | 2 +- .../rebar_concrete_slab_stonecutting.json | 9 - .../rebar_concrete_stairs_stonecutting.json | 9 - .../rebar_concrete_wall_stonecutting.json | 9 - ...um_plating.json => red_caution_block.json} | 2 +- .../{steel_bars.json => screw.json} | 4 +- .../stonecutting/steel_corner_truss.json | 9 - 994 files changed, 12690 insertions(+), 1947 deletions(-) create mode 100644 src/generated/resources/assets/createindustry/blockstates/asphalt.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/cement.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/fireclay.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/hardened_planks.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/lignite.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/limesand.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/liquid_asphalt.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/molten_slag.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/molten_steel.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/plastic_block.json delete mode 100644 src/generated/resources/assets/createindustry/blockstates/steel_sheetmetal.json create mode 100644 src/generated/resources/assets/createindustry/blockstates/sulfur.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_cap.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_cap_alt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_ladder.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_post_ends.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding_horizontal.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/aluminum_side_alt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/asphalt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_natural_0.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_natural_1.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_natural_2.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_natural_3.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_pillar.json create mode 100644 src/generated/resources/assets/createindustry/models/block/bauxite_pillar_horizontal.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blast_furnace_output.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/d_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/d_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/d_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/l_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/l_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/l_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/r_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/r_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/r_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/u_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/u_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/u_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/caution_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cement.json create mode 100644 src/generated/resources/assets/createindustry/models/block/coal_coke_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cooling_fluid.json create mode 100644 src/generated/resources/assets/createindustry/models/block/creosote.json create mode 100644 src/generated/resources/assets/createindustry/models/block/crude_oil_fluid.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/diesel.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/factory_floor_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fireclay.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fireproof_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/block/fossilstone.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gasoline.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/hardened_planks.json create mode 100644 src/generated/resources/assets/createindustry/models/block/heavy_machinery_casing.json create mode 100644 src/generated/resources/assets/createindustry/models/block/heavy_oil.json create mode 100644 src/generated/resources/assets/createindustry/models/block/kerosene.json create mode 100644 src/generated/resources/assets/createindustry/models/block/layered_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lignite.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/limesand.json create mode 100644 src/generated/resources/assets/createindustry/models/block/liquid_asphalt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/liquid_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/liquid_plastic.json create mode 100644 src/generated/resources/assets/createindustry/models/block/lubrication_oil.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/molten_slag.json create mode 100644 src/generated/resources/assets/createindustry/models/block/molten_steel.json create mode 100644 src/generated/resources/assets/createindustry/models/block/napalm.json create mode 100644 src/generated/resources/assets/createindustry/models/block/naphtha.json create mode 100644 src/generated/resources/assets/createindustry/models/block/oil_deposit.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_double.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_caution_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_block.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_cap.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_cap_alt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_casing.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_ladder.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/d_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/d_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/d_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/l_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/l_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/l_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/r_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/r_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/r_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/u_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/u_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/u_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_x.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_y.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_z.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_post_ends.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_scaffolding.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_scaffolding_horizontal.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/steel_side_alt.json create mode 100644 src/generated/resources/assets/createindustry/models/block/sulfur.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_bottom.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_inner.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_outer.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_top.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_post.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side.json create mode 100644 src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side_tall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/air_intake.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_bars.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_fluid_valve.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_flywheel.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_ingot.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_ladder.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_mechanical_pump.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_scaffolding.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_smart_fluid_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/aluminum_truss.json create mode 100644 src/generated/resources/assets/createindustry/models/item/asphalt.json create mode 100644 src/generated/resources/assets/createindustry/models/item/bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/item/bauxite_pillar.json create mode 100644 src/generated/resources/assets/createindustry/models/item/bitumen.json create mode 100644 src/generated/resources/assets/createindustry/models/item/black_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/black_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/black_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/black_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blast_furnace_output.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blasting_mixture.json create mode 100644 src/generated/resources/assets/createindustry/models/item/block_mold.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blue_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blue_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blue_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/blue_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brass_fluid_valve.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brass_mechanical_pump.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brass_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brass_smart_fluid_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brown_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brown_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brown_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/brown_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_controller.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_output.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_fluid_valve.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_flywheel.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_ingot.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_mechanical_pump.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cast_iron_smart_fluid_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/casting_basin.json create mode 100644 src/generated/resources/assets/createindustry/models/item/casting_spout.json create mode 100644 src/generated/resources/assets/createindustry/models/item/caution_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cement.json create mode 100644 src/generated/resources/assets/createindustry/models/item/charcoal_dust.json create mode 100644 src/generated/resources/assets/createindustry/models/item/coal_coke.json create mode 100644 src/generated/resources/assets/createindustry/models/item/coal_coke_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/coal_coke_dust.json create mode 100644 src/generated/resources/assets/createindustry/models/item/coke_oven.json create mode 100644 src/generated/resources/assets/createindustry/models/item/concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cooling_fluid_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/copper_grenade.json create mode 100644 src/generated/resources/assets/createindustry/models/item/creosote_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/crude_oil_fluid_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cut_bauxite_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cyan_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cyan_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cyan_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/cyan_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/diesel_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/diesel_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/diesel_engine_expansion.json create mode 100644 src/generated/resources/assets/createindustry/models/item/engine_base.json create mode 100644 src/generated/resources/assets/createindustry/models/item/engine_chamber.json create mode 100644 src/generated/resources/assets/createindustry/models/item/exhaust.json create mode 100644 src/generated/resources/assets/createindustry/models/item/factory_floor.json create mode 100644 src/generated/resources/assets/createindustry/models/item/factory_floor_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/factory_floor_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fireclay.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fireclay_ball.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fireproof_brick.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fireproof_brick_reinforcement.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fireproof_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/item/flarestack.json create mode 100644 src/generated/resources/assets/createindustry/models/item/formwork_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/fossilstone.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gasoline_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gasoline_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gasoline_engine_back.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gray_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gray_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gray_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/gray_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/green_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/green_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/green_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/green_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/hardened_planks.json create mode 100644 src/generated/resources/assets/createindustry/models/item/heavy_casing_door.json create mode 100644 src/generated/resources/assets/createindustry/models/item/heavy_machinery_casing.json create mode 100644 src/generated/resources/assets/createindustry/models/item/heavy_oil_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/heavy_plate.json create mode 100644 src/generated/resources/assets/createindustry/models/item/industrial_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/ingot_mold.json create mode 100644 src/generated/resources/assets/createindustry/models/item/kerosene_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/layered_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_blue_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_blue_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_blue_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_blue_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_gray_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_gray_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_gray_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/light_gray_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lignite.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lime_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lime_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lime_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lime_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/limesand.json create mode 100644 src/generated/resources/assets/createindustry/models/item/liquid_asphalt_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/liquid_concrete_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/liquid_plastic_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lpg_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lpg_engine_back.json create mode 100644 src/generated/resources/assets/createindustry/models/item/lubrication_oil_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/machine_input.json create mode 100644 src/generated/resources/assets/createindustry/models/item/magenta_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/magenta_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/magenta_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/magenta_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/molten_slag_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/molten_steel_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/napalm_bomb.json create mode 100644 src/generated/resources/assets/createindustry/models/item/napalm_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/naphtha_bucket.json create mode 100644 src/generated/resources/assets/createindustry/models/item/nitrate_dust.json create mode 100644 src/generated/resources/assets/createindustry/models/item/oil_deposit.json create mode 100644 src/generated/resources/assets/createindustry/models/item/orange_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/orange_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/orange_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/orange_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pink_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pink_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pink_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pink_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_fluid_valve.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_mechanical_pump.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_sheet.json create mode 100644 src/generated/resources/assets/createindustry/models/item/plastic_smart_fluid_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite.json create mode 100644 src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pumpjack_base.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pumpjack_crank.json create mode 100644 src/generated/resources/assets/createindustry/models/item/pumpjack_hammer_holder.json create mode 100644 src/generated/resources/assets/createindustry/models/item/purple_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/purple_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/purple_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/purple_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/quad_potato_cannon.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/rebar_formwork_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/red_caution_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/red_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/red_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/red_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/red_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/screw.json create mode 100644 src/generated/resources/assets/createindustry/models/item/screwdriver.json create mode 100644 src/generated/resources/assets/createindustry/models/item/slag.json create mode 100644 src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/small_bauxite_bricks.json create mode 100644 src/generated/resources/assets/createindustry/models/item/spark_plug.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_bars.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_block.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_casing.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_distillation_controller.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_distillation_output.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_door.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_fluid_tank.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_fluid_valve.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_flywheel.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_ingot.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_ladder.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_mechanical_pump.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_mechanism.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_scaffolding.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_smart_fluid_pipe.json create mode 100644 src/generated/resources/assets/createindustry/models/item/steel_truss.json create mode 100644 src/generated/resources/assets/createindustry/models/item/sulfur.json create mode 100644 src/generated/resources/assets/createindustry/models/item/sulfur_dust.json create mode 100644 src/generated/resources/assets/createindustry/models/item/surface_scanner.json create mode 100644 src/generated/resources/assets/createindustry/models/item/thermite_grenade.json create mode 100644 src/generated/resources/assets/createindustry/models/item/thermite_powder.json create mode 100644 src/generated/resources/assets/createindustry/models/item/turbine_blade.json create mode 100644 src/generated/resources/assets/createindustry/models/item/turbine_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/turbine_engine_back.json create mode 100644 src/generated/resources/assets/createindustry/models/item/unfinished_gasoline_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/unfinished_lpg_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/unfinished_steel_mechanism.json create mode 100644 src/generated/resources/assets/createindustry/models/item/unfinished_turbine_engine.json create mode 100644 src/generated/resources/assets/createindustry/models/item/unprocessed_heavy_plate.json create mode 100644 src/generated/resources/assets/createindustry/models/item/white_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/white_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/white_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/white_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/yellow_concrete.json create mode 100644 src/generated/resources/assets/createindustry/models/item/yellow_concrete_slab.json create mode 100644 src/generated/resources/assets/createindustry/models/item/yellow_concrete_stairs.json create mode 100644 src/generated/resources/assets/createindustry/models/item/yellow_concrete_wall.json create mode 100644 src/generated/resources/assets/createindustry/models/item/zinc_grenade.json create mode 100644 src/generated/resources/data/create/tags/blocks/casing.json create mode 100644 src/generated/resources/data/create/tags/blocks/fan_transparent.json create mode 100644 src/generated/resources/data/create/tags/blocks/safe_nbt.json create mode 100644 src/generated/resources/data/create/tags/blocks/wrench_pickup.json create mode 100644 src/generated/resources/data/create/tags/items/casing.json create mode 100644 src/generated/resources/data/create/tags/items/contraption_controlled.json create mode 100644 src/generated/resources/data/create/tags/items/create_ingots.json rename src/generated/resources/data/createindustry/loot_tables/blocks/{steel_sheetmetal.json => asphalt.json} (85%) create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/cement.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/fireclay.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/hardened_planks.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/lignite.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/limesand.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/plastic_block.json create mode 100644 src/generated/resources/data/createindustry/loot_tables/blocks/sulfur.json create mode 100644 src/generated/resources/data/forge/tags/blocks/concrete.json create mode 100644 src/generated/resources/data/forge/tags/blocks/factory_floor.json create mode 100644 src/generated/resources/data/forge/tags/blocks/rebar_concrete.json create mode 100644 src/generated/resources/data/forge/tags/blocks/storage_blocks.json create mode 100644 src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json create mode 100644 src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json create mode 100644 src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json create mode 100644 src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/diesel.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/gasoline.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/kerosene.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/napalm.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/naphtha.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/plastic.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/slag.json create mode 100644 src/generated/resources/data/forge/tags/items/buckets/steel.json create mode 100644 src/generated/resources/data/forge/tags/items/concrete.json create mode 100644 src/generated/resources/data/forge/tags/items/dusts/coal_coke.json create mode 100644 src/generated/resources/data/forge/tags/items/factory_floor.json create mode 100644 src/generated/resources/data/forge/tags/items/ingots/aluminum.json create mode 100644 src/generated/resources/data/forge/tags/items/ingots/cast_iron.json create mode 100644 src/generated/resources/data/forge/tags/items/ingots/plastic.json create mode 100644 src/generated/resources/data/forge/tags/items/ingots/steel.json create mode 100644 src/generated/resources/data/forge/tags/items/rebar_concrete.json create mode 100644 src/generated/resources/data/forge/tags/items/storage_blocks.json create mode 100644 src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json create mode 100644 src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json create mode 100644 src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json create mode 100644 src/generated/resources/data/forge/tags/items/storage_blocks/steel.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/climbable.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/doors.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/slabs.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/stairs.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/walls.json create mode 100644 src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json create mode 100644 src/generated/resources/data/minecraft/tags/items/doors.json create mode 100644 src/generated/resources/data/minecraft/tags/items/slabs.json create mode 100644 src/generated/resources/data/minecraft/tags/items/stairs.json create mode 100644 src/generated/resources/data/minecraft/tags/items/walls.json create mode 100644 src/generated/resources/data/quark/tags/blocks/non_double_door.json create mode 100644 src/main/java/com/drmangotea/createindustry/base/TFMGPipeModelData.java create mode 100644 src/main/java/com/drmangotea/createindustry/blocks/concrete/asphalt/AsphaltFluid.java create mode 100644 src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/distillation/distillation_tower/IndustrialPipeBlock.java create mode 100644 src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java create mode 100644 src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/industrial_pipe/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/industrial_pipe/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/machine_input.json create mode 100644 src/main/resources/assets/createindustry/models/block/machine_input/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/machine_input/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/napalm_bomb/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/napalm_bomb/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_base.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_base/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_base/item_.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_crank.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_crank/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_crank/block_.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_crank/item_.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/item_.json create mode 100644 src/main/resources/assets/createindustry/models/block/steel_distillation_controller/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/steel_distillation_controller/item.json create mode 100644 src/main/resources/assets/createindustry/models/block/steel_distillation_output/block.json create mode 100644 src/main/resources/assets/createindustry/models/block/steel_distillation_output/item.json create mode 100644 src/main/resources/assets/createindustry/textures/block/asphalt.png create mode 100644 src/main/resources/assets/createindustry/textures/block/fireclay.png create mode 100644 src/main/resources/assets/createindustry/textures/item/bitumen.png create mode 100644 src/main/resources/assets/createindustry/textures/item/blasting_mixture.png create mode 100644 src/main/resources/assets/createindustry/textures/item/fireclay_ball.png create mode 100644 src/main/resources/assets/createindustry/textures/item/fireproof_brick.png create mode 100644 src/main/resources/assets/createindustry/textures/item/liquid_asphalt_bucket.png create mode 100644 src/main/resources/assets/createindustry/textures/item/molten_slag_bucket.png create mode 100644 src/main/resources/assets/createindustry/textures/item/molten_steel_bucket.png create mode 100644 src/main/resources/assets/createindustry/textures/item/slag.png rename src/main/resources/data/createindustry/recipes/casting/{test_caasting.json => steel.json} (86%) delete mode 100644 src/main/resources/data/createindustry/recipes/casting/test_casting.json create mode 100644 src/main/resources/data/createindustry/recipes/coking/coal_coke.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_slab_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_stairs_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_wall_stonecutting_q.json delete mode 100644 src/main/resources/data/createindustry/recipes/compacting/sawdust_block.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/air_intake.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/aluminum_door.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/blast_furnace_output.json rename src/main/resources/data/createindustry/recipes/crafting/{distiller.json => cast_iron_distillation_output.json} (52%) rename src/main/resources/data/createindustry/recipes/crafting/{industrial_barrel.json => casting_basin.json} (63%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/casting_spout.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/chipwood_slab.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/chipwood_stairs.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/copper_grenade.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/diesel_engine_expansion.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/display_board_from_plastic.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/duraluminium_block.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/electron_tube_from_plastic.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/fireproof_brick_reinforcement.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/fireproof_bricks.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/liquid_rebar_concrete_bucket.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/mesh.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/mesh_concrete.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_pump.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_valve.json rename src/main/resources/data/createindustry/recipes/crafting/{sawdust_from_block.json => pipes/aluminum_pipe_horizontal.json} (61%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_vertical.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_smart_fluid_pipe.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_pump.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_valve.json rename src/main/resources/data/createindustry/recipes/crafting/{train_trapdoor.json => pipes/brass_pipe_horizontal.json} (52%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_vertical.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/brass_smart_fluid_pipe.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_pump.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_valve.json rename src/main/resources/data/createindustry/recipes/crafting/{duraluminium_from_block.json => pipes/cast_iron_pipe_horizontal.json} (52%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_vertical.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_smart_fluid_pipe.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_pump.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_valve.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_horizontal.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_vertical.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_smart_fluid_pipe.json rename src/main/resources/data/createindustry/recipes/crafting/{ => pipes}/steel_fluid_pump.json (78%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_valve.json rename src/main/resources/data/createindustry/recipes/crafting/{steel_trapdoor.json => pipes/steel_pipe_horizontal.json} (71%) rename src/main/resources/data/createindustry/recipes/crafting/{ => pipes}/steel_pipe_vertical.json (67%) create mode 100644 src/main/resources/data/createindustry/recipes/crafting/pipes/steel_smart_fluid_pipe.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/prospector_tool.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/rebar_formwork.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/steam_engine.json rename src/main/resources/data/createindustry/recipes/crafting/{steel_ingot_from_block.json => steel_from_block.json} (100%) delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/steel_pipe_horizontal.json delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/train_door.json rename src/main/resources/data/createindustry/recipes/crafting/{tubine_blade.json => turbine_blade.json} (59%) delete mode 100644 src/main/resources/data/createindustry/recipes/crafting/water_insulation.json create mode 100644 src/main/resources/data/createindustry/recipes/crafting/zinc_grenade.json delete mode 100644 src/main/resources/data/createindustry/recipes/crushing/aluminum_dust.json create mode 100644 src/main/resources/data/createindustry/recipes/crushing/coal_coke_dust.json rename src/main/resources/data/createindustry/recipes/{fractional_distillation => distillation}/naphtha.json (63%) rename src/main/resources/data/createindustry/recipes/{compacting/hardened_planks.json => filling/hardened_wood_creosote.json} (53%) create mode 100644 src/main/resources/data/createindustry/recipes/filling/liquid_asphalt_bucket.json create mode 100644 src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil.json delete mode 100644 src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json delete mode 100644 src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json create mode 100644 src/main/resources/data/createindustry/recipes/industrial_blasting/steel.json delete mode 100644 src/main/resources/data/createindustry/recipes/item_application/chipwood.json create mode 100644 src/main/resources/data/createindustry/recipes/item_application/coke_oven.json delete mode 100644 src/main/resources/data/createindustry/recipes/item_application/copper_casing.json delete mode 100644 src/main/resources/data/createindustry/recipes/item_application/liquid_rebar__concrete.json delete mode 100644 src/main/resources/data/createindustry/recipes/item_application/mesh_concrete_item_application.json delete mode 100644 src/main/resources/data/createindustry/recipes/item_application/waterproof_planks.json create mode 100644 src/main/resources/data/createindustry/recipes/mechanical_crafting/diesel_engine.json delete mode 100644 src/main/resources/data/createindustry/recipes/mechanical_crafting/heavy_plated_door.json rename src/main/resources/data/createindustry/recipes/mechanical_crafting/{distillation_tower_output.json => steel_distillation_output.json} (80%) delete mode 100644 src/main/resources/data/createindustry/recipes/mechanical_crafting/track_ballast.json rename src/main/resources/data/createindustry/recipes/{crushing => milling}/charcoal_dust.json (73%) create mode 100644 src/main/resources/data/createindustry/recipes/mixing/blasting_mixture.json delete mode 100644 src/main/resources/data/createindustry/recipes/mixing/coal_coke.json create mode 100644 src/main/resources/data/createindustry/recipes/mixing/cooling_fluid.json delete mode 100644 src/main/resources/data/createindustry/recipes/mixing/duraluminium_ingot.json delete mode 100644 src/main/resources/data/createindustry/recipes/mixing/gun_powder.json create mode 100644 src/main/resources/data/createindustry/recipes/mixing/liquid_asphalt.json create mode 100644 src/main/resources/data/createindustry/recipes/mixing/liquid_concrete_from_slag.json delete mode 100644 src/main/resources/data/createindustry/recipes/mixing/naphtha_from_kerosene.json create mode 100644 src/main/resources/data/createindustry/recipes/mixing/slag.json delete mode 100644 src/main/resources/data/createindustry/recipes/mixing/steel_ingot.json delete mode 100644 src/main/resources/data/createindustry/recipes/pressing/screw.json delete mode 100644 src/main/resources/data/createindustry/recipes/sequenced_assembly/diesel_engine.json create mode 100644 src/main/resources/data/createindustry/recipes/smelting/fireclay_brick.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/aluminum_ladder.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/aluminum_scaffolding.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/aluminum_sheetmetal.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_slab.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_stairs.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_wall.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_slab.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_stairs.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_wall.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_slab.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_stairs.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_wall.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_slab.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_stairs.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_wall.json rename src/main/resources/data/createindustry/recipes/stonecutting/{glass_door.json => block_mold.json} (50%) delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/cast_iron_sheetmetal.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/concrete_slab_stonecutting.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/concrete_stairs_stonecutting.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/concrete_wall_stonecutting.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/drill_head.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/duraluminium_sheetmetal.json create mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/factory_floor_stairs.json rename src/main/resources/data/createindustry/recipes/stonecutting/{sawdust.json => formwork.json} (61%) delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/glass_trapdoor.json create mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/ingot_mold.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_slab_stonecutting.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_stairs_stonecutting.json delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_wall_stonecutting.json rename src/main/resources/data/createindustry/recipes/stonecutting/{aluminum_plating.json => red_caution_block.json} (69%) rename src/main/resources/data/createindustry/recipes/stonecutting/{steel_bars.json => screw.json} (63%) delete mode 100644 src/main/resources/data/createindustry/recipes/stonecutting/steel_corner_truss.json diff --git a/src/generated/resources/.cache/2d06ea55ee27bcb1f7f87fa8ec3e037afa7e1ad9 b/src/generated/resources/.cache/2d06ea55ee27bcb1f7f87fa8ec3e037afa7e1ad9 index 847f1a9b..bc81d11d 100644 --- a/src/generated/resources/.cache/2d06ea55ee27bcb1f7f87fa8ec3e037afa7e1ad9 +++ b/src/generated/resources/.cache/2d06ea55ee27bcb1f7f87fa8ec3e037afa7e1ad9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-10-29T09:24:15.9971007 Registrate Provider for createindustry [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-10-31T19:58:49.6604913 Registrate Provider for createindustry [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 50db526af77cf0ead08cadfd3f7daa8b84a40312 assets/createindustry/blockstates/air_intake.json 429437419b2ec98bd716e7ba15583b84da7488d5 assets/createindustry/blockstates/aluminum_bars.json 9e2417e479011e42ebf00685068e6b6f515f0b11 assets/createindustry/blockstates/aluminum_block.json @@ -10,6 +10,7 @@ ebced038a54e27ddedbf1cf1b6d922e5fa432e27 assets/createindustry/blockstates/alumi 2f15ac07220aaa74d4a3c1a506526a265a310165 assets/createindustry/blockstates/aluminum_scaffolding.json e316678c8e6a7a9e421652d96cc12ba308aa4f50 assets/createindustry/blockstates/aluminum_smart_fluid_pipe.json 72c4648e945013cc362d40fdcea85e9eaebc2a99 assets/createindustry/blockstates/aluminum_truss.json +e464e2a4f734edddc561ed16c6ef59cff24f7c48 assets/createindustry/blockstates/asphalt.json 33c365f0183de18bbab24eecadbb443034e3033b assets/createindustry/blockstates/bauxite.json 409b4e6867a3df7e2a1fe6cdc5d147e5140438d5 assets/createindustry/blockstates/bauxite_pillar.json 160ce91d0948b213bb90159886e4fd370273634a assets/createindustry/blockstates/black_concrete.json @@ -32,14 +33,15 @@ f3f7d901b28c30fd97ef1f5474fd02ba785cda72 assets/createindustry/blockstates/brass 8351fe2e2c5e6c5e366668df46805d17b653abce assets/createindustry/blockstates/casting_basin.json 252e0dc036bb9533c18e864090ff3c9f0e8a87f6 assets/createindustry/blockstates/casting_spout.json baa8699516c5a31748ad83fef65c43a4c304f8fd assets/createindustry/blockstates/cast_iron_block.json -4ce874294be1e6d9b6b32f20cb0a0e722d939a7b assets/createindustry/blockstates/cast_iron_distillation_controller.json -a7eaa5cc8b8655cfa0f37bb9ed56a6a5aad2d1c0 assets/createindustry/blockstates/cast_iron_distillation_output.json +75542a94db5d08b736dc3942696d24d0a9bbc529 assets/createindustry/blockstates/cast_iron_distillation_controller.json +be36f2a5275f631c638540e1c0f5196160a1b3dd assets/createindustry/blockstates/cast_iron_distillation_output.json a98f722172fb5b746d204319003e791a6f1ebfe1 assets/createindustry/blockstates/cast_iron_fluid_valve.json 39a1bc487c9cba5bc6b32ac0894045990d86078a assets/createindustry/blockstates/cast_iron_flywheel.json b6ced97eb0587a10c67856f7955dca35d8b20706 assets/createindustry/blockstates/cast_iron_mechanical_pump.json ed7d5676c02a397baf4f7b70c522eae9cca743c3 assets/createindustry/blockstates/cast_iron_pipe.json 0983bfcfcdcab4e82f3153729ef31fdb1a0cf06e assets/createindustry/blockstates/cast_iron_smart_fluid_pipe.json 41fc862534cfef76f81d0a209bb88bfe649fab42 assets/createindustry/blockstates/caution_block.json +c0758abf43c65fe23bf2a16cd74759d084228751 assets/createindustry/blockstates/cement.json eb886624f3c4ebc6ee27a1d1767a08fbb31334db assets/createindustry/blockstates/coal_coke_block.json ca4b91d51ddbf905cedfb0af43999b463858705d assets/createindustry/blockstates/coke_oven.json 9382589b6348082bdfdbcd7ddc042e2f2d65f3e2 assets/createindustry/blockstates/concrete.json @@ -73,6 +75,7 @@ f8cabee32628fc2f2369a43c404821e1738d25b9 assets/createindustry/blockstates/exhau a925b70e3c26e20525b6929edf02565e2d02baf5 assets/createindustry/blockstates/factory_floor.json 725c924b0ec371efff37b1421a14228de9d88717 assets/createindustry/blockstates/factory_floor_slab.json e5f2c9437f90c1f10f8eaabb26864aa857a1919a assets/createindustry/blockstates/factory_floor_stairs.json +80076f6c8d4152eaa9e9922d0c7dd2f99749cb5e assets/createindustry/blockstates/fireclay.json 99208a5e408102130b13f510ccebfaeb44290826 assets/createindustry/blockstates/fireproof_bricks.json cc2530ffc221ed2a1c2fd35526f720b40a94628b assets/createindustry/blockstates/fireproof_brick_reinforcement.json db10fa8e367e21a0e2a8031ce119acc3146580f6 assets/createindustry/blockstates/flarestack.json @@ -94,10 +97,11 @@ a00b1a62ac48d461e6df44a25bf5e71d01c592ba assets/createindustry/blockstates/green 5a2df8dabebe2317557b27f8579f01a2e21c3b7d assets/createindustry/blockstates/green_concrete_slab.json 22b9bdcaffdb56db35006a45b37a53f4e88c4f44 assets/createindustry/blockstates/green_concrete_stairs.json f052043e59444d20616a9984360d05fb2edc0d7d assets/createindustry/blockstates/green_concrete_wall.json +ccfb75a61bbc66bc5a5d56d4dfa8ff4267652bfa assets/createindustry/blockstates/hardened_planks.json af9bed28b8bd7912e439912d59cb59dd41c61b10 assets/createindustry/blockstates/heavy_casing_door.json a418d47559d0981dd7da1441e56d3eea026bce99 assets/createindustry/blockstates/heavy_machinery_casing.json 5d6b14700e8f04cbd4308c83b0451b5443e4cf91 assets/createindustry/blockstates/heavy_oil.json -81e99bcb15701c299259f19a002fd666661941a7 assets/createindustry/blockstates/industrial_pipe.json +2d0d439047ff77b031930aa39db7ac742e4d42cf assets/createindustry/blockstates/industrial_pipe.json 593e5338e012eeb345ad42731fb603e0df9e942e assets/createindustry/blockstates/kerosene.json 814026b6a1e8b66af769e80b0bc94e735e5c5dbb assets/createindustry/blockstates/layered_bauxite.json 1f0e2beeef1759b1c3d07b89409144d5c4110d9b assets/createindustry/blockstates/light_blue_concrete.json @@ -108,23 +112,28 @@ fb2c5a29e37055fcc813528345692663e5acfcd9 assets/createindustry/blockstates/light 5db344c2a21c193ad64832f953d26c2ff9ce4bde assets/createindustry/blockstates/light_gray_concrete_slab.json d569d82f1434baa451f91e69bf2c118c5844c1f5 assets/createindustry/blockstates/light_gray_concrete_stairs.json fb0edc8845d35010438896bb3b7770282815766d assets/createindustry/blockstates/light_gray_concrete_wall.json +95bed1b1b1bcdf5de63118e205d2084ab1c62aad assets/createindustry/blockstates/lignite.json +86a8208cb83793a1b46018c4a4e2d2883df56708 assets/createindustry/blockstates/limesand.json a653e0713238dcb16cc7a393eab9e984e2c4cd48 assets/createindustry/blockstates/lime_concrete.json a79d3cbd02aa473cbd2b5d922bcbee8bb069297d assets/createindustry/blockstates/lime_concrete_slab.json 9c4c1babf6fd2ece5b33755e4093d90a9befc58e assets/createindustry/blockstates/lime_concrete_stairs.json e14c3e5d369063369019aefd80ee6ca2d9e14f0c assets/createindustry/blockstates/lime_concrete_wall.json +f3931b54b47361a614669c9fc6ae895bb2a27b57 assets/createindustry/blockstates/liquid_asphalt.json c23687b4ab2088f55aa111bc684fa4e6b60c4c55 assets/createindustry/blockstates/liquid_concrete.json 07062de042c890ce78541122070b3ff3a69522c1 assets/createindustry/blockstates/liquid_plastic.json 80d229b56a6350aaa3bf4812a9f98415f37aa559 assets/createindustry/blockstates/lpg_engine.json a252deac056427e3550e43b8a4e7725da5b44c52 assets/createindustry/blockstates/lpg_engine_back.json 5b3e3f4004af2ec8cb2bcd54aac2b542e14c218e assets/createindustry/blockstates/lubrication_oil.json -9f5e792a3b6152629f8b3ca7bad4e8d9433df6a1 assets/createindustry/blockstates/machine_input.json +a04aa3b50ecd99ff544eec3545839c366842c1b7 assets/createindustry/blockstates/machine_input.json 0e0fbf4bfc983c83c484b46be8b7700000988817 assets/createindustry/blockstates/magenta_concrete.json 8453d4ffb2826b584ae6ef773bb113bffa26b1ea assets/createindustry/blockstates/magenta_concrete_slab.json 4f1d369aa9c02f0c277885b3909682a95c664c78 assets/createindustry/blockstates/magenta_concrete_stairs.json 3bc7a4d0af2794756d182fc52e661942d878b7e5 assets/createindustry/blockstates/magenta_concrete_wall.json 3dff9e1ec59415779195d2abfa9f07bc17b428a1 assets/createindustry/blockstates/molten_metal.json +30f034e7a1ffe0e36446a0b884ab4f242d61f827 assets/createindustry/blockstates/molten_slag.json +e55a75698478f584341b6aaecfb0db76792ac694 assets/createindustry/blockstates/molten_steel.json c4a26bc7214af60c64265bee05f5da0cbe8f38ac assets/createindustry/blockstates/napalm.json -af023cd6bc0f4a2b36190ca01242b927846cba3a assets/createindustry/blockstates/napalm_bomb.json +39b6e7066ba40e494561caacf891248b2f517c5e assets/createindustry/blockstates/napalm_bomb.json 72cfa9dca5d9732d65f789b5222f8a31ab1885ae assets/createindustry/blockstates/naphtha.json c6e6a15e28f9edc9d110243a31b7dc1ef72fb505 assets/createindustry/blockstates/oil_deposit.json b4e9ff5bb34898400b89d2bbd156497eb85b7477 assets/createindustry/blockstates/orange_concrete.json @@ -135,6 +144,7 @@ d7cc96a2d39072df88da7d4198365cc9a829bcde assets/createindustry/blockstates/orang 61082578db1f0c0583cac0e254422c335f199e88 assets/createindustry/blockstates/pink_concrete_slab.json 2f4e84753e13b2af267f8a33f66363f6e8b44154 assets/createindustry/blockstates/pink_concrete_stairs.json c95a87f0bac71389148c97b35efe26c548b209eb assets/createindustry/blockstates/pink_concrete_wall.json +4d2346b803b3e89606450d3b5ac129aef82cf866 assets/createindustry/blockstates/plastic_block.json b49ed4e23dc298ebeb48d6b0be03f61799bf405a assets/createindustry/blockstates/plastic_fluid_valve.json 859778ba680a90c386fb070accddb0d83956d0c2 assets/createindustry/blockstates/plastic_mechanical_pump.json 9be9d5149b1ec9ceb361d4b1b94ce158c52706f7 assets/createindustry/blockstates/plastic_pipe.json @@ -143,9 +153,9 @@ e0630034aba4445702d39aef3299b684c76673d2 assets/createindustry/blockstates/plast a61dc809bdc16e362eb3d7cc2e351a4af8383dcc assets/createindustry/blockstates/polished_cut_bauxite_slab.json 5549b547d5c295c8794205894a7b8aa61108612c assets/createindustry/blockstates/polished_cut_bauxite_stairs.json 90b5a9dad00c8df5594dad7e38ebd52930f1f8f8 assets/createindustry/blockstates/polished_cut_bauxite_wall.json -1a1214d731cabc7e8539f011f335c7904edc8b37 assets/createindustry/blockstates/pumpjack_base.json -5b247e0d7a3047eb747bd525b7095f4286e58c7c assets/createindustry/blockstates/pumpjack_crank.json -bf50b7a1d281ace17127a0a1e11078d252a9f8d1 assets/createindustry/blockstates/pumpjack_hammer_holder.json +cddd63096db75d439f49a9adcda2dfceffb3cdd7 assets/createindustry/blockstates/pumpjack_base.json +e5a2e7df7999cb2ed93de381d1eae739d5761cc8 assets/createindustry/blockstates/pumpjack_crank.json +d84472ec4488549b6c6761ddab3faa35d6739cb2 assets/createindustry/blockstates/pumpjack_hammer_holder.json f09f808e75c89fae044b9c6f495004e8cfcace89 assets/createindustry/blockstates/purple_concrete.json 8752258a22b4d93a18de3f6808aca31ecef0d420 assets/createindustry/blockstates/purple_concrete_slab.json cadf8506d3b034033bae6a3712e444fe93fc3005 assets/createindustry/blockstates/purple_concrete_stairs.json @@ -167,8 +177,8 @@ cfeffb79459e870bcbc689066a5dc5796a6740c3 assets/createindustry/blockstates/small b920367311493b09d04aece60b7bb31ef8dbe725 assets/createindustry/blockstates/steel_bars.json 971aaeeb9224b9530cc94e60004c7d662e2ee33a assets/createindustry/blockstates/steel_block.json f6758defb35319cd27e9ebef307f23d58d79505a assets/createindustry/blockstates/steel_casing.json -30ecaf6e3552b23b925a84a74b0c5e2010960e41 assets/createindustry/blockstates/steel_distillation_controller.json -d0e1822ae481d0db4d3f465488ab04521c8a3818 assets/createindustry/blockstates/steel_distillation_output.json +563a92e24896c24260745f9f6693538418ca4bce assets/createindustry/blockstates/steel_distillation_controller.json +0d9f0847a584e7aaa111a50aa44ca471ec58f524 assets/createindustry/blockstates/steel_distillation_output.json e67bfac13d06829552862e60ddc8ba8bfc129228 assets/createindustry/blockstates/steel_door.json 5886babd046ad3259f77a7a3a4e641e702ffcd6b assets/createindustry/blockstates/steel_fluid_tank.json 137a8b1fc60285bc033dbdf12778ec7bbc394079 assets/createindustry/blockstates/steel_fluid_valve.json @@ -177,9 +187,9 @@ ae1eeb60729d163fc4892866cad74c57cea962cf assets/createindustry/blockstates/steel 085922665ee5c62eb33386ba83e2c0ede6d4027f assets/createindustry/blockstates/steel_mechanical_pump.json 6ab493e40dca3f409373aeb019b37a6964bb8d36 assets/createindustry/blockstates/steel_pipe.json 12b3c509d91baefdcf90d9be780ec4e83ce3c3fb assets/createindustry/blockstates/steel_scaffolding.json -e829c96e6b189ace10534ae0d64a44e6e7199516 assets/createindustry/blockstates/steel_sheetmetal.json e7cff3850d33c4ffc08e994f45e00e9d41dff949 assets/createindustry/blockstates/steel_smart_fluid_pipe.json a67ee1a6ad823afc0610b53027d6087dd0c818a3 assets/createindustry/blockstates/steel_truss.json +20081f153e580df934ab5eafc77f50fe0e6728f0 assets/createindustry/blockstates/sulfur.json 948e990093d78be9c06de41c421cd4dafbfb3625 assets/createindustry/blockstates/surface_scanner.json 778445f5df96734462c0b88f75713d8f29748df0 assets/createindustry/blockstates/turbine_engine.json b421e350aa7c418643df967f01032ae2956c4841 assets/createindustry/blockstates/turbine_engine_back.json @@ -191,8 +201,8 @@ b78c8d250e7ebaf757ee7c52828be3c265d2f872 assets/createindustry/blockstates/white d7114f093ed9d4700045f04469b7e83ea91f46bb assets/createindustry/blockstates/yellow_concrete_slab.json a3376853404f164207006a3e6797872b39748966 assets/createindustry/blockstates/yellow_concrete_stairs.json cf86260011f9890489b886d2f29eec92ca423f94 assets/createindustry/blockstates/yellow_concrete_wall.json -d1d7a80b707b7e104d333ed30d489dbd14a2c37a assets/createindustry/lang/en_ud.json -241548aedb68c71b9b5faae1714434f26590752e assets/createindustry/lang/en_us.json +af8d031afe8f743b21f6c6709106f22625fb489c assets/createindustry/lang/en_ud.json +cdac5149ca89cad620f5beaf15f6ed53f5692c88 assets/createindustry/lang/en_us.json c97ace9182228ac09c3decbeae4a1c5f19bf2729 assets/createindustry/models/block/aluminum_block.json eadb8c93c688022b4f6e9d928a09f6e3da7d1ff8 assets/createindustry/models/block/aluminum_cap.json 57d4ce9c693d61ef313079fc379649847b0a226a assets/createindustry/models/block/aluminum_cap_alt.json @@ -233,6 +243,7 @@ bf851d154be4e874075142d1e3cf8f3c70724fe2 assets/createindustry/models/block/alum 7c5109ffe399873560434678adb976de43895ae5 assets/createindustry/models/block/aluminum_scaffolding_horizontal.json 99f4f6eba105b590303b6a6d9ee8127449e9bd74 assets/createindustry/models/block/aluminum_side.json ff98a5f2d9043234114e9d15a7a520cf660cf05b assets/createindustry/models/block/aluminum_side_alt.json +988f941446137b4004442d162cb0b9ca6e14afe6 assets/createindustry/models/block/asphalt.json 6386e1c0fe3c530d0e70abef8edd1ffa79a3f2e4 assets/createindustry/models/block/bauxite_natural_0.json 920b542474d634c8d85ff32cbfff01d5f3ef9712 assets/createindustry/models/block/bauxite_natural_1.json 9b5b5ac958c3ff03760f66a811efa594eff75bee assets/createindustry/models/block/bauxite_natural_2.json @@ -298,8 +309,6 @@ bc760ff788e6ce9a43aee67f97c2970399dd64e4 assets/createindustry/models/block/brow c3289fb780a4197f46a80fca33660181fe93c07c assets/createindustry/models/block/brown_concrete_wall_side.json b54e92f146093ca5f22429a9da8330a4ffa8b7d7 assets/createindustry/models/block/brown_concrete_wall_side_tall.json bf8feee51794c5e1feaeca30f5258af60fdeb139 assets/createindustry/models/block/cast_iron_block.json -84747982754839cb815bb921d227c141e442f4c1 assets/createindustry/models/block/cast_iron_distillation_controller.json -1d85fb8a4b64334f1f716aec5668fd84c7b51112 assets/createindustry/models/block/cast_iron_distillation_output.json 9c8d249bb7a0e5d678adb22aafb8eca80a6b1e57 assets/createindustry/models/block/cast_iron_pipe/d_x.json ff5331f2407b6f58ced5cdeded61b7f6d8c7811e assets/createindustry/models/block/cast_iron_pipe/d_y.json d06cf3e4a741ce0a4bcd4cda6c268623f2ddffc2 assets/createindustry/models/block/cast_iron_pipe/d_z.json @@ -331,6 +340,7 @@ de1c4250b8832668b4ee228bb595c0f4e6dbbdbc assets/createindustry/models/block/cast b71e66442d05bda1d9c3473166b4a029f36b959e assets/createindustry/models/block/cast_iron_pipe/u_y.json 2944540dce593b3597cf6c99cb526775760e641d assets/createindustry/models/block/cast_iron_pipe/u_z.json cdb0a5e359041e68c0c37a52ffea3421573b9ac8 assets/createindustry/models/block/caution_block.json +84f3b5e3d14aa8baff486d5f9b78ab43e1e8d6b3 assets/createindustry/models/block/cement.json dd1c91238fd43ce8b90d8bc8ccc0e1376393ff73 assets/createindustry/models/block/coal_coke_block.json d2647b37261aef880613a2882496f4d37aa84a4d assets/createindustry/models/block/concrete.json 6701de615b9b2957960d1e7088d20891647ff2b5 assets/createindustry/models/block/concrete_bottom.json @@ -378,6 +388,7 @@ e1e4f3b39217735e396719fa5114f1f3ff2d9bd3 assets/createindustry/models/block/fact 46093b0df5eec3a51ffabda6de988e1646487562 assets/createindustry/models/block/factory_floor_stairs_inner.json 769378b1bcf3731cbedd4823a532b53464b5aaf7 assets/createindustry/models/block/factory_floor_stairs_outer.json 64cfc2e20261a7d6e3094a2852e4afb21af77ee3 assets/createindustry/models/block/factory_floor_top.json +44435b0c9fc10c1d071aef8c7b848eafabbf2fdc assets/createindustry/models/block/fireclay.json 057930fc48624c3c4fd4c4905ac29eb9cd8e69ba assets/createindustry/models/block/fireproof_bricks.json 54b1147d65e48f75952de33211975c83962d015c assets/createindustry/models/block/fireproof_brick_reinforcement_wall_post.json 5ccef430d7d4768a444fb9c4df05aa8a972c8b2e assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side.json @@ -402,9 +413,9 @@ c231aaaeaf829c6e3dc89b75d50ca2ae22b770a7 assets/createindustry/models/block/gree 5cc91e77cb8c2947d2b9f651b58f4c95186ae389 assets/createindustry/models/block/green_concrete_wall_post.json 772f0a37d30f055e9d5e368773ee08376bfe31ac assets/createindustry/models/block/green_concrete_wall_side.json 4792f36ccfb07338434e4e2ec4d2602fa46b7a16 assets/createindustry/models/block/green_concrete_wall_side_tall.json +d8ee1eb6c101f05b891f97cfa95e146c546b400d assets/createindustry/models/block/hardened_planks.json 2a45d057b1f65b6f317987233f999280cea75f86 assets/createindustry/models/block/heavy_machinery_casing.json cbff84083f277898f53279510a4bb2ab95790716 assets/createindustry/models/block/heavy_oil.json -2e9584668214478aca15f4b7a3cb057ece5f537c assets/createindustry/models/block/industrial_pipe.json 80d385a00efb3aa680bdffd18a7ca9a83d7d9cc9 assets/createindustry/models/block/kerosene.json 61ef88a2a78934188c77c4034dd47c46e4763f1d assets/createindustry/models/block/layered_bauxite.json 6ba00792062a59044b10c6d52123a6ba3d5a7940 assets/createindustry/models/block/light_blue_concrete.json @@ -425,6 +436,8 @@ ae510fefdb848506b4f036364c352481173128a5 assets/createindustry/models/block/ligh 9a7a11f2caa24ef4b52c28ca0b4c71f62192af7c assets/createindustry/models/block/light_gray_concrete_wall_post.json cd27684311c3a2f5cdc98261f126feb3b8617cd2 assets/createindustry/models/block/light_gray_concrete_wall_side.json 79f333b041420f33972e44b881dfe91ad5e07541 assets/createindustry/models/block/light_gray_concrete_wall_side_tall.json +e000d57a54b95702b3cd1c16d6f4703e81c2907d assets/createindustry/models/block/lignite.json +b139caa4591897e77217d209c7143fd64db1a22a assets/createindustry/models/block/limesand.json d8ee20b80f653494f67aa554627d8f4dd74c337f assets/createindustry/models/block/lime_concrete.json 375dc6d83799986f79ac70c22be47f670079883b assets/createindustry/models/block/lime_concrete_bottom.json 7461dac3119bd50f1ff7746e32dcdf15e2b4ebd3 assets/createindustry/models/block/lime_concrete_stairs.json @@ -434,10 +447,10 @@ d8ee20b80f653494f67aa554627d8f4dd74c337f assets/createindustry/models/block/lime be35ba08952e0fa72f1a519b0d30a129c86b2ee9 assets/createindustry/models/block/lime_concrete_wall_post.json b1947920496622f5c74269c86bcef4dd3c651388 assets/createindustry/models/block/lime_concrete_wall_side.json e5d2ab1e0b8ed0eabda2b0559f83933f5fa17449 assets/createindustry/models/block/lime_concrete_wall_side_tall.json +8ffaa3e567866b2574f9d20b17936d3564c8e6ad assets/createindustry/models/block/liquid_asphalt.json 8ffaa3e567866b2574f9d20b17936d3564c8e6ad assets/createindustry/models/block/liquid_concrete.json be225406ccfe1e027fadff7d0d00c0f77fc9f43f assets/createindustry/models/block/liquid_plastic.json 0b51764dcc3107a766f431c6799b159f86a0bb80 assets/createindustry/models/block/lubrication_oil.json -608965d20f94e24ac5fa5371a6e087e3b6361f43 assets/createindustry/models/block/machine_input.json 6859094c3c4d4c2f574c740fe0d03e40517ac920 assets/createindustry/models/block/magenta_concrete.json 8fcf69923cd233df6903c55e8a549b2d45671df3 assets/createindustry/models/block/magenta_concrete_bottom.json 24a3e5e0f0e13f52aa80dfacf9948eaaf43d07fe assets/createindustry/models/block/magenta_concrete_stairs.json @@ -447,8 +460,9 @@ be225406ccfe1e027fadff7d0d00c0f77fc9f43f assets/createindustry/models/block/liqu 6937de3a01866ccf1becffb9d0edbe22fecc5d49 assets/createindustry/models/block/magenta_concrete_wall_post.json 16876518edec74e2ca18d638df3dbdf61302cf3f assets/createindustry/models/block/magenta_concrete_wall_side.json 6064a0289d3b3a6c1e6cdd7fb061450877baed81 assets/createindustry/models/block/magenta_concrete_wall_side_tall.json +be225406ccfe1e027fadff7d0d00c0f77fc9f43f assets/createindustry/models/block/molten_slag.json +be225406ccfe1e027fadff7d0d00c0f77fc9f43f assets/createindustry/models/block/molten_steel.json 3b339d809be62ca8790afeb2cad9ace793840d27 assets/createindustry/models/block/napalm.json -570e1ad3b2159a1ecd7f10831687c6c27c80eecf assets/createindustry/models/block/napalm_bomb.json b49c6631c166e4556fcd55986e288c027e837f67 assets/createindustry/models/block/naphtha.json b563e2a0ea87b9f9a9b25f70d9430c028af73ea4 assets/createindustry/models/block/oil_deposit.json 924c251ca2505a84cd5093f463b67f54849c769f assets/createindustry/models/block/orange_concrete.json @@ -469,6 +483,7 @@ cdd08766bb6cce445c7490cdc5b878d2ee6ded0e assets/createindustry/models/block/pink 463f75467f56f6a6aa29d258f283e65b6e073f80 assets/createindustry/models/block/pink_concrete_wall_post.json a17a0561f277e1baa788217b0882b5bcfc7e7375 assets/createindustry/models/block/pink_concrete_wall_side.json 2d19c46bf1f999b3e58e1c9b1edeb2ea72becb7c assets/createindustry/models/block/pink_concrete_wall_side_tall.json +96f58598f3c7f3ea89bfec44aa45264e8647a51c assets/createindustry/models/block/plastic_block.json 3c66747888c6a7f2c828c15d4de2da7de2c9ee55 assets/createindustry/models/block/plastic_pipe/d_x.json 0030953e9a532a6c1495978f47c32b69d1d0a98c assets/createindustry/models/block/plastic_pipe/d_y.json 784ebd1f1757b0d23d182f679a963c4efea83d69 assets/createindustry/models/block/plastic_pipe/d_z.json @@ -509,9 +524,6 @@ c50db4a452a736a0bd7304b06afc693859633f1b assets/createindustry/models/block/poli e4495d1bdaf9b421b656836b81ace226862dd150 assets/createindustry/models/block/polished_cut_bauxite_wall_post.json 25fa788b7dde944c860badd7a8f0701ee7634f39 assets/createindustry/models/block/polished_cut_bauxite_wall_side.json 4c157ed310c21d51c92088ee417df7c2b66be833 assets/createindustry/models/block/polished_cut_bauxite_wall_side_tall.json -31b6ce4d319ede6e6daf8476290ae2d920296624 assets/createindustry/models/block/pumpjack_base.json -f92e2acefdc888af1df10e978f026b5039aeaa74 assets/createindustry/models/block/pumpjack_crank.json -9fefdfa77249c610d025387c40f63519faf2d688 assets/createindustry/models/block/pumpjack_hammer_holder.json f3d118dd147e9a573b6f2c26278be516b5b9943d assets/createindustry/models/block/purple_concrete.json c53f73f2a9ac76c8bbe5215843a4617799c9684f assets/createindustry/models/block/purple_concrete_bottom.json eb549e0eb7c513ddeb03c552605584660f674d9b assets/createindustry/models/block/purple_concrete_stairs.json @@ -553,8 +565,6 @@ cb9f4d6f8aa0999acec517cf854bbdd8ed86e21a assets/createindustry/models/block/smal bd806021e77979d7c26da7a9d05a6216d28b853a assets/createindustry/models/block/steel_cap.json 488c8a24f90b5d2c8f3d2a0475350edf634ceab3 assets/createindustry/models/block/steel_cap_alt.json cbb5472e27ec5293e917bab19b74c8e821c512a3 assets/createindustry/models/block/steel_casing.json -2054ae7d645d76a0b7fc4bd51e53d26b45bfb12a assets/createindustry/models/block/steel_distillation_controller.json -556f388976277c447046fb0ce1dd99211f73b9ea assets/createindustry/models/block/steel_distillation_output.json 63646b0593fc11776f1e4022b79b838ad17cc165 assets/createindustry/models/block/steel_ladder.json f5b9f682a2b9cb1577f4e89e67618e0f2344bbb6 assets/createindustry/models/block/steel_pipe/d_x.json ae83363f1b0512cb50c164186844fd153c704dc6 assets/createindustry/models/block/steel_pipe/d_y.json @@ -590,9 +600,9 @@ f97ce3d8e26f25827bd0becd0225f79ea2aecd4b assets/createindustry/models/block/stee d844399ae6fa0a4b7979ae5a0b41b6858fcfd8cb assets/createindustry/models/block/steel_post_ends.json b7cb9811dafe991f80ecd7eb1babe4993dcb9a4d assets/createindustry/models/block/steel_scaffolding.json 2db40a3cacc7c52fc6df228ee3778582e338c0c4 assets/createindustry/models/block/steel_scaffolding_horizontal.json -4e683f2a47079bac3d33f71c9bd89c5f0c04eea9 assets/createindustry/models/block/steel_sheetmetal.json e74a84dc1d998da42ed9801bd652cb817e33fa5f assets/createindustry/models/block/steel_side.json 245a3699dacac457aab93af0ce2e5ae8dff4b9de assets/createindustry/models/block/steel_side_alt.json +4db64688e5b0ee3d48aa73de9b5609016c929105 assets/createindustry/models/block/sulfur.json 6feb62eb5f8ea8f065d8805aac7f5a43304ed3a8 assets/createindustry/models/block/white_concrete.json 5da6146585e428bedf4a029b9f40096bfd9bdd48 assets/createindustry/models/block/white_concrete_bottom.json 70b2fc544d25c91cf5eac74800519ee45bc54aeb assets/createindustry/models/block/white_concrete_stairs.json @@ -623,12 +633,15 @@ c072641fed50ff4deb5ddd6a983ef65e71a8a51b assets/createindustry/models/item/alumi 4708c4481904b69c0a137ebec1fca04c08030180 assets/createindustry/models/item/aluminum_scaffolding.json 705d241709cf189e306a6b5d9b630af157d8f8c1 assets/createindustry/models/item/aluminum_smart_fluid_pipe.json d8abf6e8062bfbaa095d1dd96d0b218a0f7f0cd7 assets/createindustry/models/item/aluminum_truss.json +86dbdbc23c12decc92c5d4fe1341b87303bab9e9 assets/createindustry/models/item/asphalt.json 920b542474d634c8d85ff32cbfff01d5f3ef9712 assets/createindustry/models/item/bauxite.json 321e843a2c02fa4fdaa60ced846af2f6c8e880b9 assets/createindustry/models/item/bauxite_pillar.json +5d255fa56ed2a544bccb6e67780c31de0aba8173 assets/createindustry/models/item/bitumen.json 00ca2cde09e6ff4b5cc3543ac64cadc6fe4b4e70 assets/createindustry/models/item/black_concrete.json d781586c69140d00c4698d434426725148e53127 assets/createindustry/models/item/black_concrete_slab.json 9cf294ab7912a46233883d3e8118cfa2171d3676 assets/createindustry/models/item/black_concrete_stairs.json 28865a2b9212f1bcc4a65a32002623bc186da9b1 assets/createindustry/models/item/black_concrete_wall.json +bffbc5ebd39352eaca157e47c44cf3a7d43a29dc assets/createindustry/models/item/blasting_mixture.json fc1b51136dffe2202bca9af77b0888e91a0b6232 assets/createindustry/models/item/blast_furnace_output.json c7e6bbd897b6eb363505e2840b62ec9cee129894 assets/createindustry/models/item/block_mold.json 0e500b3a21b83741ff9a6015fa60bd944f4a9dc0 assets/createindustry/models/item/blue_concrete.json @@ -646,8 +659,8 @@ e4cd211a7f3dc7dbe2b5fc2934a4ce93a65d4c47 assets/createindustry/models/item/brown bd1274aa4df047befd8aa63d073ae6a2e382432a assets/createindustry/models/item/casting_basin.json 6b6680d10eca9b055ca4c904557258a63b4987a4 assets/createindustry/models/item/casting_spout.json bcc628930b459ed69c16e0cc33f2e04d5c367045 assets/createindustry/models/item/cast_iron_block.json -7cfa1f652fcd0f2ca720524d7ab31062fa6c41be assets/createindustry/models/item/cast_iron_distillation_controller.json -153473a880d65052de805379a738faf53fa7124d assets/createindustry/models/item/cast_iron_distillation_output.json +7dfdd11724f4ba63589d32f8418eaf78d448b14e assets/createindustry/models/item/cast_iron_distillation_controller.json +a9894a4751c14ceddcf13cfee01305ffa950aa17 assets/createindustry/models/item/cast_iron_distillation_output.json 31bf7ebfb0a210e60d861cf2f965b08732184d26 assets/createindustry/models/item/cast_iron_fluid_valve.json 1d401f00bd6c3e713f6cfd1cea8aa876fd78faf5 assets/createindustry/models/item/cast_iron_flywheel.json 68f91b86115da5e4545bea414959949f68493422 assets/createindustry/models/item/cast_iron_ingot.json @@ -655,6 +668,7 @@ bcc628930b459ed69c16e0cc33f2e04d5c367045 assets/createindustry/models/item/cast_ 19c49bcee254ff6b45dcfcdc5548fe6bc3688f54 assets/createindustry/models/item/cast_iron_pipe.json bed785632798f760451d7c2cd5245659352994d2 assets/createindustry/models/item/cast_iron_smart_fluid_pipe.json bb102f339788990402a4675237abcf05f7ae1010 assets/createindustry/models/item/caution_block.json +35a49862fa70c47882d7d5cb47831075755bf0d8 assets/createindustry/models/item/cement.json ad6760c8517d2eca692dda94ab24cee82127ad78 assets/createindustry/models/item/charcoal_dust.json 193ac78905aa8db6ea533d5aa207ae7e8355d01d assets/createindustry/models/item/coal_coke.json 2df55d7b93afe66992be20528b7cb03d2dfd8326 assets/createindustry/models/item/coal_coke_block.json @@ -683,14 +697,19 @@ a41929b5df14622b2132c410bcf434b0d728359b assets/createindustry/models/item/cyan_ c41b0d18dd34675d2a9bde1a1a47fb62800e0197 assets/createindustry/models/item/diesel_bucket.json a52e5b74d112f98514db2f39db50cf3f90f9e21c assets/createindustry/models/item/diesel_engine.json 6bff071e67b471a8c6cf0da2442568022ad03edf assets/createindustry/models/item/diesel_engine_expansion.json +d3cd252768cca977d57b814d836630e8eb5ef561 assets/createindustry/models/item/engine_base.json +83e4b84c02445ef94071122a1f9e4841bc4f6672 assets/createindustry/models/item/engine_chamber.json 2e64755176a4d754a4157884e654ea010f9f11aa assets/createindustry/models/item/exhaust.json 19de5aea7331fb1d50f95ee5ac3524e1c4de73e6 assets/createindustry/models/item/factory_floor.json a3aa70d1667e1cb2ad3a355aa2df5f02fe19fa87 assets/createindustry/models/item/factory_floor_slab.json 6dd276ab541bed52e01ce67170e5d4bb90ee6fcf assets/createindustry/models/item/factory_floor_stairs.json +3c314a4f48bfc43b46023c1426e77c0555233253 assets/createindustry/models/item/fireclay.json +b59c027fe75c566a73d1c068f0558e0c8d262226 assets/createindustry/models/item/fireclay_ball.json +3458844b44afee270059968cc283e48783833311 assets/createindustry/models/item/fireproof_brick.json 5977d3dbc4baaef30bbaf5fc1f0dba0ee8df2008 assets/createindustry/models/item/fireproof_bricks.json 1aa5286394e981be037c8f4b5f5d98004bd70122 assets/createindustry/models/item/fireproof_brick_reinforcement.json 004725e848bb688280bcb1e0bb03901ab640318a assets/createindustry/models/item/flarestack.json -d0679e0f5127371d56882f98bd47e4b08d8590b7 assets/createindustry/models/item/formwork_block.json +51b592f033acb1ebef30bcccb5893e8532169eeb assets/createindustry/models/item/formwork_block.json 643ec369a783780a0c783c3190613930536d2141 assets/createindustry/models/item/fossilstone.json 8eae8b27001b130d84e2b06411e0db08f0e2fdc6 assets/createindustry/models/item/gasoline_bucket.json 13cd9f2565b1eedee35ffbdc9649d135b9b37f76 assets/createindustry/models/item/gasoline_engine.json @@ -703,10 +722,12 @@ f2e482ff0d0b555b4581c15edb4e01b9c7935820 assets/createindustry/models/item/gray_ 054e9d4105f28ca00c2af958d0cd35a36430bdce assets/createindustry/models/item/green_concrete_slab.json 9dc32af56bdb7d25366ef1dcb4e24ba24ca38993 assets/createindustry/models/item/green_concrete_stairs.json 54e1b1c148e2a5f3235ed472d7386324fad82163 assets/createindustry/models/item/green_concrete_wall.json +05529b1cd0b8e6f5ae54440f59bdf33b0e3a50b7 assets/createindustry/models/item/hardened_planks.json 3ea2174152c3617010a278e23923c08917da844e assets/createindustry/models/item/heavy_casing_door.json 3350ad95bdea61d3cc059f47071c890f0972fb3d assets/createindustry/models/item/heavy_machinery_casing.json bb21d0a35fad1c88f62c53a4cec1c2015570357b assets/createindustry/models/item/heavy_oil_bucket.json -600222bae23286ed2bdba81ffd090bcf95c37014 assets/createindustry/models/item/industrial_pipe.json +f5fb667375a46af9fe0c912dbf17e7ab3ab1e359 assets/createindustry/models/item/heavy_plate.json +11d94f7781a201b621cf983f8f62ba461a94fc88 assets/createindustry/models/item/industrial_pipe.json 005e0eff39d8333ed5dfcb052c85e2a7a23545eb assets/createindustry/models/item/ingot_mold.json cfbcdeb84045805de391d11ce1b92919208c37cc assets/createindustry/models/item/kerosene_bucket.json d7a7d4fc5fcf2a1bbe56b43501a04f5aabd98459 assets/createindustry/models/item/layered_bauxite.json @@ -718,10 +739,13 @@ c8c76e6969c6cf99e2ec6b2f1e661fbfbb00f3fa assets/createindustry/models/item/light c13521ab7a3d7e386889b770c95dd5a826e24c6a assets/createindustry/models/item/light_gray_concrete_slab.json 9383a8976fe3b662aaf31d812663cc155715d4e4 assets/createindustry/models/item/light_gray_concrete_stairs.json c8a9634fe09987babbc8e9aa934090adfae577d8 assets/createindustry/models/item/light_gray_concrete_wall.json +721cb5ff317258671918097bcbf97190fb5cade3 assets/createindustry/models/item/lignite.json +753240baeb93d46c423f83eef92647bc46bb0589 assets/createindustry/models/item/limesand.json 829094aced5c31b521ba8e2b2ac30cca838cc6db assets/createindustry/models/item/lime_concrete.json b24ad6cca7065be5e47a92fffbb3877b5093ff0a assets/createindustry/models/item/lime_concrete_slab.json b576ca63c1f0469b7a20aa235559166b4be13032 assets/createindustry/models/item/lime_concrete_stairs.json 025b57d6c55aa5145ca2e8e405ab030e0ceea72d assets/createindustry/models/item/lime_concrete_wall.json +0801c0e7a10d6c4377a2b057173b911029e8cce6 assets/createindustry/models/item/liquid_asphalt_bucket.json afd78a4a1dfd1a3d1162e4957d80f6e0eedd3aa9 assets/createindustry/models/item/liquid_concrete_bucket.json c8f3a5e8d32abd9c72bf8a0b04762ac47d112371 assets/createindustry/models/item/liquid_plastic_bucket.json 4426390b77de8371adc0936d353aa7caf1c39c7c assets/createindustry/models/item/lpg_engine.json @@ -732,7 +756,9 @@ a0d9ca1b8e1823b3b418816b5d36fdac39239027 assets/createindustry/models/item/lubri bcbfceca042e181d90ea6135e12e7b48ea56b248 assets/createindustry/models/item/magenta_concrete_slab.json d0a0503e21424a6f533cefaa60471605de370ad9 assets/createindustry/models/item/magenta_concrete_stairs.json 21a2e72be43c89b20f77dea402843961f6f02a60 assets/createindustry/models/item/magenta_concrete_wall.json -267489213a37bbb249e5dd0d30f3d275fe633633 assets/createindustry/models/item/napalm_bomb.json +aebcae23af867cb986a10274104127ab0988f637 assets/createindustry/models/item/molten_slag_bucket.json +fdebd90ac32bf767e522475428c8297d8d645bcb assets/createindustry/models/item/molten_steel_bucket.json +95c6e94b357b30089d87716aeaa8cf6d75a2e612 assets/createindustry/models/item/napalm_bomb.json 72abb5ff07489f9ac15b5f8b4d6ec3fafd2f6619 assets/createindustry/models/item/napalm_bucket.json 712eff36a495bb13d396ca1792417100e2ac9d6b assets/createindustry/models/item/naphtha_bucket.json dc171bfad49fad0f8b6ec251edce2bcd90768546 assets/createindustry/models/item/nitrate_dust.json @@ -745,9 +771,11 @@ eedf72e518ec4e6ad1c1ecf4aed3233544e878f9 assets/createindustry/models/item/oil_d 07076a67a02ecb9ab966646b16e6e9bd0ba94367 assets/createindustry/models/item/pink_concrete_slab.json 528630894888bb25f00928310e4c21c272ab64c8 assets/createindustry/models/item/pink_concrete_stairs.json 613727f4f1358377bb53a7870d652d1d49084432 assets/createindustry/models/item/pink_concrete_wall.json +05cf025f200145a6eeddb453147c4126c88a6c80 assets/createindustry/models/item/plastic_block.json 07a099a846b4a9a300e2e24bb47ce4fa5f38211a assets/createindustry/models/item/plastic_fluid_valve.json 99680a2f6e046cde691cf2ed42911a16b7eaa3e2 assets/createindustry/models/item/plastic_mechanical_pump.json 283488f515d6995fef4361f17c1d90adad4a2002 assets/createindustry/models/item/plastic_pipe.json +df072fd082642ee0dc58073f5d8728cafc31aa42 assets/createindustry/models/item/plastic_sheet.json c50ba841e47e130f878acfb098692c66e57ed8f1 assets/createindustry/models/item/plastic_smart_fluid_pipe.json 807c3ef2aade29d8b1899855908a3588f0de83b4 assets/createindustry/models/item/polished_cut_bauxite.json ee64549dca25b08c0c1a65f37baae463f573b328 assets/createindustry/models/item/polished_cut_bauxite_slab.json @@ -766,22 +794,25 @@ f97c2c92585febf752568efab2e4b32c42231c05 assets/createindustry/models/item/rebar 8ec23c118ed839444d06480276dc53f15cd64670 assets/createindustry/models/item/rebar_concrete_slab.json f55cb21a13e77f008fb6a97bae4c5d64456b2a63 assets/createindustry/models/item/rebar_concrete_stairs.json 644bdb5dba92b977fd65148aa1645b9ae4e2b4ac assets/createindustry/models/item/rebar_concrete_wall.json -f2848a23ad9d8d85734cf984b558978850511b77 assets/createindustry/models/item/rebar_formwork_block.json +35c60a7884f9721bcc36f93f1299c376f79fb143 assets/createindustry/models/item/rebar_formwork_block.json 97fa3e869f13646af0b351fd4f1bf8c250866bcb assets/createindustry/models/item/red_caution_block.json 9c179f8a9ab9966b3a1b3b04a9980c2882f404ac assets/createindustry/models/item/red_concrete.json 9ec7fa58804805fccdf04251f1468f28e6fc0e8d assets/createindustry/models/item/red_concrete_slab.json 6ad4e22736166fc74bfcfdc8793cc1d8701b233d assets/createindustry/models/item/red_concrete_stairs.json 066d534fccefc301667305c9f09edcc375429005 assets/createindustry/models/item/red_concrete_wall.json +1b015e4f64dab5eba1321152bd56399f0b4c0c73 assets/createindustry/models/item/screw.json afbd7efe5382a3b4a4eba0f4ac291d0ab6fc938c assets/createindustry/models/item/screwdriver.json +7504aef53f2eaa95116f19d985a52730d8b77d3f assets/createindustry/models/item/slag.json c87ca926e652a82a0daa63f88b7e665eb6bee723 assets/createindustry/models/item/small_bauxite_bricks.json fbc93591dc855418e03c81d5f7495ad33790bc02 assets/createindustry/models/item/small_bauxite_brick_slab.json 9691ba54313969489d427ce74cf8bb187117b2b4 assets/createindustry/models/item/small_bauxite_brick_stairs.json 83e515600300c8466f658d1206c41e7bb360eecb assets/createindustry/models/item/small_bauxite_brick_wall.json +c956bf54de0bb6510991596af1370831bbbbbd5a assets/createindustry/models/item/spark_plug.json f1ccc71e7bec0435a40c062f9fd2b5decdf46d2f assets/createindustry/models/item/steel_bars.json 67bdc15214f58b2dab1cf71fbb1db48e917881ce assets/createindustry/models/item/steel_block.json 0bc0db3c9e33b0fabdbbf36af1bb06eff1a97022 assets/createindustry/models/item/steel_casing.json -5f831c7585810fe28aeb8939ee01a725bfbac7c6 assets/createindustry/models/item/steel_distillation_controller.json -cb34c18f51ce03f3bb67dc11afe940a6f0d3b158 assets/createindustry/models/item/steel_distillation_output.json +17c49574c61baf3b122ae018d3aefc4c204c7824 assets/createindustry/models/item/steel_distillation_controller.json +b2e00aeba06f4dc6ef642668a71558c809a05216 assets/createindustry/models/item/steel_distillation_output.json 3ced9a065e2c9c21ed7dfbfc8ca5d2feabcc43d9 assets/createindustry/models/item/steel_door.json 75e956841c1ae5d1e7787f2921f625d44693635c assets/createindustry/models/item/steel_fluid_tank.json a5f60256e5878ffc0ed8fb117e05ac20cb385905 assets/createindustry/models/item/steel_fluid_valve.json @@ -792,18 +823,21 @@ c1d40f4d0737b4c3040cb5ecda04f74f602807f0 assets/createindustry/models/item/steel 685754a465ae38c0c1152caa059e182cb48dbe4e assets/createindustry/models/item/steel_mechanism.json c26791f5cec0897e6433f42df18157d60e44806c assets/createindustry/models/item/steel_pipe.json d07350d1b212d20f72fc62341956119db9e3d749 assets/createindustry/models/item/steel_scaffolding.json -9dc06bdcd132db415a9bc5b42b3042e7654b3ccc assets/createindustry/models/item/steel_sheetmetal.json f199832f583f9a1ac7ba65c76119bc4624a2e2cb assets/createindustry/models/item/steel_smart_fluid_pipe.json 485e157502ee3da48cad9f74db03c82e883c7898 assets/createindustry/models/item/steel_truss.json +2332898aa14e1847b8b3e3aeafc94d4998c0f5cd assets/createindustry/models/item/sulfur.json c943695a021b2fc0bb36e7a671c5648070738d37 assets/createindustry/models/item/sulfur_dust.json bff025696eac672ccfdb51783d5ad546b41a920a assets/createindustry/models/item/surface_scanner.json 15749786c78c5ef7bf04d48eac0ec48c8b67882c assets/createindustry/models/item/thermite_grenade.json +ea05672ac64a205706db24a4d540916e89d4d430 assets/createindustry/models/item/thermite_powder.json +f1b2566064237571fa2cd5d175e246105e01966b assets/createindustry/models/item/turbine_blade.json f698e765bc16d2c4d990affad0c5e2c2f2fe6fdf assets/createindustry/models/item/turbine_engine.json b5c22faad4faced0e44ee0fd32f4c6a93f5072f2 assets/createindustry/models/item/turbine_engine_back.json 48a0ea668640b5c304f741b2dc65897ec0810d13 assets/createindustry/models/item/unfinished_gasoline_engine.json 48a0ea668640b5c304f741b2dc65897ec0810d13 assets/createindustry/models/item/unfinished_lpg_engine.json 6497cd1f33b1caf3db078e4386e6a9b2ed1b7b91 assets/createindustry/models/item/unfinished_steel_mechanism.json 48a0ea668640b5c304f741b2dc65897ec0810d13 assets/createindustry/models/item/unfinished_turbine_engine.json +23aaf1573bef3182e89caf664404f13ab663d4e4 assets/createindustry/models/item/unprocessed_heavy_plate.json 3646759e849f84e77624a2152335faffda3a2cf9 assets/createindustry/models/item/white_concrete.json 464e73eadefda465b139e54c7e2629421ecdbeef assets/createindustry/models/item/white_concrete_slab.json c27eaf6287f32f677ff4799d622286191e393f0a assets/createindustry/models/item/white_concrete_stairs.json @@ -865,6 +899,7 @@ be5ce23649d6abd64d97df843a6a6e0c4db99843 data/createindustry/loot_tables/blocks/ bcca4a22f4f035788acf581e089f0e40d59f548a data/createindustry/loot_tables/blocks/aluminum_scaffolding.json 8694fd659d286e3226b45974b100d2c0c9424dab data/createindustry/loot_tables/blocks/aluminum_smart_fluid_pipe.json c236e4c88c844cbc1b8a6e5deed85d5a723c8e23 data/createindustry/loot_tables/blocks/aluminum_truss.json +21050a3a1cfe13164ffa0a423def4b8d3b34b28b data/createindustry/loot_tables/blocks/asphalt.json d2a63abc2630aa4d757fdfa991d1df6e357e2524 data/createindustry/loot_tables/blocks/bauxite.json 59fb96af06bc323e893bf31e7664fe35f994ab81 data/createindustry/loot_tables/blocks/bauxite_pillar.json fae5e890a44827f3f5fc054cc5b8d34e88756f71 data/createindustry/loot_tables/blocks/black_concrete.json @@ -895,6 +930,7 @@ e1cbd1241cd4ceb15673eb834ffbd53fd8be81ae data/createindustry/loot_tables/blocks/ f7a35ff98a9eaad9fc74daaae746191d21d7ec8c data/createindustry/loot_tables/blocks/cast_iron_pipe.json 95902dbca7e51e6b736ebad6b89a87e3217a62e3 data/createindustry/loot_tables/blocks/cast_iron_smart_fluid_pipe.json 87dd25491d8c7511977edddf56041c71d8155c4d data/createindustry/loot_tables/blocks/caution_block.json +675103fce4bd18b9f7b4d9885226fbe5a8a99ad2 data/createindustry/loot_tables/blocks/cement.json fd15b78d7963ea4310b55055912d6855ae4845fe data/createindustry/loot_tables/blocks/coal_coke_block.json 938a9baa63fd3d1df69a866bcda422f98a677f1e data/createindustry/loot_tables/blocks/coke_oven.json ea91f39f0ccd4f69fd32d868b8f0b05315ff1899 data/createindustry/loot_tables/blocks/concrete.json @@ -924,6 +960,7 @@ f6cfb3f73444058e24a64f1d60135e1b3b9e9ac2 data/createindustry/loot_tables/blocks/ ac5ec51544b0448f8cdfecdd12949fc896c3ec77 data/createindustry/loot_tables/blocks/factory_floor.json fb3f649c696e4eded44d7f1fe736ed0376699ef1 data/createindustry/loot_tables/blocks/factory_floor_slab.json 493ec9371adfabc679746d5af513851b2b18f282 data/createindustry/loot_tables/blocks/factory_floor_stairs.json +eeed2ad0af88d5e3048848be9302ae0abbba071a data/createindustry/loot_tables/blocks/fireclay.json 90f596af44be27cd43c4db44408e4bb78c495669 data/createindustry/loot_tables/blocks/fireproof_bricks.json 64a448ce12f834191e77eb96b5edbaf3d71c4b8d data/createindustry/loot_tables/blocks/fireproof_brick_reinforcement.json 6689e290ede100d11c15d60105ce24e7e3dbc723 data/createindustry/loot_tables/blocks/flarestack.json @@ -944,6 +981,7 @@ b42f09a8a5dc4124b049c3721d12d79cbd4d64fc data/createindustry/loot_tables/blocks/ 1febdb8e858c73fa3c50d9b1d4200aa3f74e8951 data/createindustry/loot_tables/blocks/green_concrete_slab.json 56900ebd04d01ea7089e85d8d1168c26c27b1108 data/createindustry/loot_tables/blocks/green_concrete_stairs.json 23263cb24d57318cf5185ec4e99159124dd64678 data/createindustry/loot_tables/blocks/green_concrete_wall.json +ef182f11c2e4a4452350cee98c2aa6d99b5ce8ff data/createindustry/loot_tables/blocks/hardened_planks.json 7e723e2728a3e83ea86ce73fbfd08e795d3b3aba data/createindustry/loot_tables/blocks/heavy_casing_door.json 2d52ad6c125ad6b0aff1f43296dcfab4445b958f data/createindustry/loot_tables/blocks/heavy_machinery_casing.json b98b84953f7591fab77725714125f48962ef4306 data/createindustry/loot_tables/blocks/industrial_pipe.json @@ -956,6 +994,8 @@ d7c1d702bdc2a136679dcf41f158a4cb267d3bc6 data/createindustry/loot_tables/blocks/ c427efc226147fbf874e57ff13aaa925bf67d9b9 data/createindustry/loot_tables/blocks/light_gray_concrete_slab.json 7b5b83ac966ed7f6e05242ae993b6594b46f727c data/createindustry/loot_tables/blocks/light_gray_concrete_stairs.json 8c77ea9aacf57209a13c87108112afda53606dc0 data/createindustry/loot_tables/blocks/light_gray_concrete_wall.json +7ccc6c20cf1ba714e9a7a9da0a80791654c740df data/createindustry/loot_tables/blocks/lignite.json +3bd5f0823f65c407f65986b20e22e2c5bfa0db35 data/createindustry/loot_tables/blocks/limesand.json 159bb60da99bd435ec12a3eb09de5c1f73609da0 data/createindustry/loot_tables/blocks/lime_concrete.json 6a9b934b3ff9064cd67ca288d9b87013ea689540 data/createindustry/loot_tables/blocks/lime_concrete_slab.json d47a209bf2e0462acb46cec60c989c3d127e1594 data/createindustry/loot_tables/blocks/lime_concrete_stairs.json @@ -977,6 +1017,7 @@ b4eaef830dbbacf02a76ddc552447da1c43488f0 data/createindustry/loot_tables/blocks/ aa1d66bf666f3b6b28bfdec6696b24a060cc4eac data/createindustry/loot_tables/blocks/pink_concrete_slab.json 871c98b2a5ffc87f57d66e5a34433d978f197519 data/createindustry/loot_tables/blocks/pink_concrete_stairs.json c7186bda5a8667c3753b73216ba44e92dcad16cd data/createindustry/loot_tables/blocks/pink_concrete_wall.json +0c358762854cabf1ec22ab1f0e351cc34a8a96ff data/createindustry/loot_tables/blocks/plastic_block.json c16fc7ecf4536cc04a0dbae4048d60adee88c76c data/createindustry/loot_tables/blocks/plastic_fluid_valve.json dfa438af6febca64c07ad555616aa42f6439e24f data/createindustry/loot_tables/blocks/plastic_mechanical_pump.json b171132904db927165b4abad85f3e152f19d74b9 data/createindustry/loot_tables/blocks/plastic_pipe.json @@ -1019,9 +1060,9 @@ c5e7e815ddeaf8ed3a5a588b2569bd39318dd55a data/createindustry/loot_tables/blocks/ 3c58fec9a8916214c2dda801e669881bad022944 data/createindustry/loot_tables/blocks/steel_mechanical_pump.json b1937dfe872021eda9cf0cae6c39e472abc96016 data/createindustry/loot_tables/blocks/steel_pipe.json ea4a3472d2fd82945683570cf819ae0aa949eb7a data/createindustry/loot_tables/blocks/steel_scaffolding.json -b4856730384828e8c6831205152d5904639a896d data/createindustry/loot_tables/blocks/steel_sheetmetal.json 832b8320d56ecfcd6443913e02416d0635f48884 data/createindustry/loot_tables/blocks/steel_smart_fluid_pipe.json 6eefde454df4c4aaa1d3c71a4081878933c8088f data/createindustry/loot_tables/blocks/steel_truss.json +dd66585c1aa07fd46d89fdb465e7667246670dfb data/createindustry/loot_tables/blocks/sulfur.json 3fc3f4f5969d4b334cd00f3b656087c836e49dfa data/createindustry/loot_tables/blocks/surface_scanner.json 953918d3cae90c7a008e22547c2d46b133bd9102 data/createindustry/loot_tables/blocks/turbine_engine.json 79853bc61f9adb1bcbbd9c01f7051af2d14ec48e data/createindustry/loot_tables/blocks/turbine_engine_back.json @@ -1081,13 +1122,14 @@ a1e826938b1ea4d7a873ec4fc1ea87c8237217e6 data/create/tags/blocks/safe_nbt.json f562d1124549d82b6df1ef54fc09a15a5ada6b4d data/create/tags/blocks/wrench_pickup.json 5117a7556fb8ef2531c9953e9923b8fb0ce8e3d6 data/create/tags/items/casing.json 23cf02cfaf4f4efd7feb2a328e623fc63523216b data/create/tags/items/contraption_controlled.json -b848fa3c27d62a731731939cc2b2d48a9d41596c data/create/tags/items/create_ingots.json +e965ab18eaaad7ef6711ac74bd109399188ee729 data/create/tags/items/create_ingots.json ecf1a4c60ac630afe103f9d1c8bfea432158bdf9 data/forge/tags/blocks/concrete.json a5782b1478ab73e6bc6582e4008338de550b3fc6 data/forge/tags/blocks/factory_floor.json 7ac2a059d30c530af1643d2dd5a1fbf662f7e89e data/forge/tags/blocks/rebar_concrete.json -1f277358f5522516585c8f408de52576cd1a2d1d data/forge/tags/blocks/storage_blocks.json +f4f8fca186b4094d9bd6f44b8372b78bc40054ca data/forge/tags/blocks/storage_blocks.json efded5fd62c9bd1ccd0732322594a50ee5bd5fe9 data/forge/tags/blocks/storage_blocks/aluminum.json 518d4d4429ed06230f2241643df97c450da2574e data/forge/tags/blocks/storage_blocks/cast_iron.json +f73e06b84492bd449fee0b676be968885769777c data/forge/tags/blocks/storage_blocks/plastic.json 128ae15f2f20d394380ec75dc075e8e1c73fb445 data/forge/tags/blocks/storage_blocks/steel.json 91713040b0e0f63ca939cd49cb6790ba8f4bbe56 data/forge/tags/items/buckets/diesel.json 3d192eb4cc94b23ccb6d8c2ec4934d55fa1a8502 data/forge/tags/items/buckets/gasoline.json @@ -1095,16 +1137,20 @@ e381969c78533c39cd1e932732de254e2c304cd4 data/forge/tags/items/buckets/kerosene. aca84e6f923d3ad35e5b43b6fe9ebe9d4629c7a2 data/forge/tags/items/buckets/napalm.json bb6ed3bebbde28633a04b3c36c5ddfa2b761e2c1 data/forge/tags/items/buckets/naphtha.json 65a9d8cb47befdfc287db651a0aa2853d8260489 data/forge/tags/items/buckets/plastic.json +9fbe71f4776547000044bcc08054bb6ab2da4639 data/forge/tags/items/buckets/slag.json +94945bea02cca0bfa9c9c05fa16b5533f47024c0 data/forge/tags/items/buckets/steel.json ecf1a4c60ac630afe103f9d1c8bfea432158bdf9 data/forge/tags/items/concrete.json 8d6fdd619eb49c2a6d8ee3f30138b6aa1c24a9a8 data/forge/tags/items/dusts/coal_coke.json a5782b1478ab73e6bc6582e4008338de550b3fc6 data/forge/tags/items/factory_floor.json 6f21498ac0f4c376952c9c596a4813ec0919e966 data/forge/tags/items/ingots/aluminum.json 25e0089eed475f013f06ea955a40bacdab77340b data/forge/tags/items/ingots/cast_iron.json +1ed58f41928d2a88ddf94afa3322ae68dfa94cd2 data/forge/tags/items/ingots/plastic.json 64f89e1182420c4d41311d8c75afe2e1bd26ef18 data/forge/tags/items/ingots/steel.json 7ac2a059d30c530af1643d2dd5a1fbf662f7e89e data/forge/tags/items/rebar_concrete.json -1f277358f5522516585c8f408de52576cd1a2d1d data/forge/tags/items/storage_blocks.json +f4f8fca186b4094d9bd6f44b8372b78bc40054ca data/forge/tags/items/storage_blocks.json efded5fd62c9bd1ccd0732322594a50ee5bd5fe9 data/forge/tags/items/storage_blocks/aluminum.json 518d4d4429ed06230f2241643df97c450da2574e data/forge/tags/items/storage_blocks/cast_iron.json +f73e06b84492bd449fee0b676be968885769777c data/forge/tags/items/storage_blocks/plastic.json 128ae15f2f20d394380ec75dc075e8e1c73fb445 data/forge/tags/items/storage_blocks/steel.json c93e03d746cae5143427d5605bebd2b2a4006219 data/minecraft/tags/blocks/azalea_root_replaceable.json 36a138612b1f5e124d84df719a390b5abf099c3c data/minecraft/tags/blocks/beacon_base_blocks.json @@ -1112,12 +1158,12 @@ c93e03d746cae5143427d5605bebd2b2a4006219 data/minecraft/tags/blocks/azalea_root_ 23cf02cfaf4f4efd7feb2a328e623fc63523216b data/minecraft/tags/blocks/doors.json c93e03d746cae5143427d5605bebd2b2a4006219 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json c93e03d746cae5143427d5605bebd2b2a4006219 data/minecraft/tags/blocks/lush_ground_replaceable.json -f1202eb17cdcb57ffd0ef306246cdfa54e78fdbf data/minecraft/tags/blocks/mineable/axe.json -7536083da38c480694e5329a44a9973f773bca8f data/minecraft/tags/blocks/mineable/pickaxe.json +ef4a9e560676e734df25608bbb640012bc1bf4a8 data/minecraft/tags/blocks/mineable/axe.json +eff1ac88a5d4bad1b7bb979d6f76190d73db4efe data/minecraft/tags/blocks/mineable/pickaxe.json c93e03d746cae5143427d5605bebd2b2a4006219 data/minecraft/tags/blocks/moss_replaceable.json 8a3dfd27452a21f14ee2a9936ddc357c3dbb9ae4 data/minecraft/tags/blocks/needs_diamond_tool.json -3691656a655d7c97d6daab1c0d36d082de8b7cfe data/minecraft/tags/blocks/needs_iron_tool.json -0775f35b2a1e717c5314b0ba1ab12891935dd4f6 data/minecraft/tags/blocks/needs_stone_tool.json +c0d6e4e469f0314abef1f5221459942b0ea29558 data/minecraft/tags/blocks/needs_iron_tool.json +2df12a6f9ccd018fe31079e8b8e10b437959f5d9 data/minecraft/tags/blocks/needs_stone_tool.json b01a7918c6295e37cd4cacb6da190dc31fa742bc data/minecraft/tags/blocks/slabs.json 393fb4c881cb7d1fe3b523ed03e0245b62210e4f data/minecraft/tags/blocks/stairs.json 63da3851064e81c50f0792645dff76a2291e5dfd data/minecraft/tags/blocks/walls.json diff --git a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e index 7f8ea1f5..f9df28a1 100644 --- a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e +++ b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e @@ -1,2 +1,2 @@ -// 1.19.2 2023-10-27T21:47:47.1044045 Create: The Factory Must Grow's lang merger -95a719fd28dbeb2111aaa82df44727ab8847bb27 assets/tfmg/lang/en_us.json +// 1.19.2 2023-10-31T19:22:31.4928148 Create: The Factory Must Grow's lang merger +aad25a0700a2a69c6e817b8fd534bcae0bce021f assets/createindustry/lang/en_us.json diff --git a/src/generated/resources/assets/createindustry/blockstates/asphalt.json b/src/generated/resources/assets/createindustry/blockstates/asphalt.json new file mode 100644 index 00000000..57b235e5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/asphalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/asphalt" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_controller.json b/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_controller.json index 4f8f0188..6df91344 100644 --- a/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_controller.json +++ b/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_controller.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/cast_iron_distillation_controller" + "model": "createindustry:block/cast_iron_distillation_controller/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_output.json b/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_output.json index 9f066450..6ecd7ca9 100644 --- a/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_output.json +++ b/src/generated/resources/assets/createindustry/blockstates/cast_iron_distillation_output.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/cast_iron_distillation_output" + "model": "createindustry:block/cast_iron_distillation_output/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/cement.json b/src/generated/resources/assets/createindustry/blockstates/cement.json new file mode 100644 index 00000000..461f7624 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/cement.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/cement" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/fireclay.json b/src/generated/resources/assets/createindustry/blockstates/fireclay.json new file mode 100644 index 00000000..7f2069a1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/fireclay.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/fireclay" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/hardened_planks.json b/src/generated/resources/assets/createindustry/blockstates/hardened_planks.json new file mode 100644 index 00000000..71c03916 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/hardened_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/hardened_planks" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/industrial_pipe.json b/src/generated/resources/assets/createindustry/blockstates/industrial_pipe.json index 0228097b..27354fdc 100644 --- a/src/generated/resources/assets/createindustry/blockstates/industrial_pipe.json +++ b/src/generated/resources/assets/createindustry/blockstates/industrial_pipe.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/industrial_pipe" + "model": "createindustry:block/industrial_pipe/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/lignite.json b/src/generated/resources/assets/createindustry/blockstates/lignite.json new file mode 100644 index 00000000..48cf66b9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/lignite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/lignite" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/limesand.json b/src/generated/resources/assets/createindustry/blockstates/limesand.json new file mode 100644 index 00000000..2ea095d2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/limesand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/limesand" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/liquid_asphalt.json b/src/generated/resources/assets/createindustry/blockstates/liquid_asphalt.json new file mode 100644 index 00000000..1fbe704e --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/liquid_asphalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/liquid_asphalt" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/machine_input.json b/src/generated/resources/assets/createindustry/blockstates/machine_input.json index 5b52b5fa..aabd6e0f 100644 --- a/src/generated/resources/assets/createindustry/blockstates/machine_input.json +++ b/src/generated/resources/assets/createindustry/blockstates/machine_input.json @@ -1,7 +1,30 @@ { "variants": { - "": { - "model": "createindustry:block/machine_input" + "facing=down": { + "model": "createindustry:block/machine_input/block", + "x": 180 + }, + "facing=east": { + "model": "createindustry:block/machine_input/block", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "createindustry:block/machine_input/block", + "x": 90 + }, + "facing=south": { + "model": "createindustry:block/machine_input/block", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "createindustry:block/machine_input/block" + }, + "facing=west": { + "model": "createindustry:block/machine_input/block", + "x": 90, + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/molten_slag.json b/src/generated/resources/assets/createindustry/blockstates/molten_slag.json new file mode 100644 index 00000000..e0a2a6e5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/molten_slag.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/molten_slag" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/molten_steel.json b/src/generated/resources/assets/createindustry/blockstates/molten_steel.json new file mode 100644 index 00000000..1410e27a --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/molten_steel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/molten_steel" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/napalm_bomb.json b/src/generated/resources/assets/createindustry/blockstates/napalm_bomb.json index bd2a4b18..2201f4e7 100644 --- a/src/generated/resources/assets/createindustry/blockstates/napalm_bomb.json +++ b/src/generated/resources/assets/createindustry/blockstates/napalm_bomb.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/napalm_bomb" + "model": "createindustry:block/napalm_bomb/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/plastic_block.json b/src/generated/resources/assets/createindustry/blockstates/plastic_block.json new file mode 100644 index 00000000..df28139c --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/plastic_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/plastic_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/pumpjack_base.json b/src/generated/resources/assets/createindustry/blockstates/pumpjack_base.json index 11db9fb2..1e368f7f 100644 --- a/src/generated/resources/assets/createindustry/blockstates/pumpjack_base.json +++ b/src/generated/resources/assets/createindustry/blockstates/pumpjack_base.json @@ -1,7 +1,19 @@ { "variants": { - "": { - "model": "createindustry:block/pumpjack_base" + "facing=east": { + "model": "createindustry:block/pumpjack_base/block", + "y": 90 + }, + "facing=north": { + "model": "createindustry:block/pumpjack_base/block" + }, + "facing=south": { + "model": "createindustry:block/pumpjack_base/block", + "y": 180 + }, + "facing=west": { + "model": "createindustry:block/pumpjack_base/block", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/pumpjack_crank.json b/src/generated/resources/assets/createindustry/blockstates/pumpjack_crank.json index 43818601..edffcc8b 100644 --- a/src/generated/resources/assets/createindustry/blockstates/pumpjack_crank.json +++ b/src/generated/resources/assets/createindustry/blockstates/pumpjack_crank.json @@ -1,7 +1,19 @@ { "variants": { - "": { - "model": "createindustry:block/pumpjack_crank" + "facing=east": { + "model": "createindustry:block/pumpjack_crank/block", + "y": 90 + }, + "facing=north": { + "model": "createindustry:block/pumpjack_crank/block" + }, + "facing=south": { + "model": "createindustry:block/pumpjack_crank/block", + "y": 180 + }, + "facing=west": { + "model": "createindustry:block/pumpjack_crank/block", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/pumpjack_hammer_holder.json b/src/generated/resources/assets/createindustry/blockstates/pumpjack_hammer_holder.json index ef562886..8db41d3c 100644 --- a/src/generated/resources/assets/createindustry/blockstates/pumpjack_hammer_holder.json +++ b/src/generated/resources/assets/createindustry/blockstates/pumpjack_hammer_holder.json @@ -1,7 +1,19 @@ { "variants": { - "": { - "model": "createindustry:block/pumpjack_hammer_holder" + "facing=east": { + "model": "createindustry:block/pumpjack_hammer_holder/block", + "y": 90 + }, + "facing=north": { + "model": "createindustry:block/pumpjack_hammer_holder/block" + }, + "facing=south": { + "model": "createindustry:block/pumpjack_hammer_holder/block", + "y": 180 + }, + "facing=west": { + "model": "createindustry:block/pumpjack_hammer_holder/block", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/steel_distillation_controller.json b/src/generated/resources/assets/createindustry/blockstates/steel_distillation_controller.json index 588605ae..60336caf 100644 --- a/src/generated/resources/assets/createindustry/blockstates/steel_distillation_controller.json +++ b/src/generated/resources/assets/createindustry/blockstates/steel_distillation_controller.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/steel_distillation_controller" + "model": "createindustry:block/steel_distillation_controller/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/steel_distillation_output.json b/src/generated/resources/assets/createindustry/blockstates/steel_distillation_output.json index 42f3d52d..f54221e1 100644 --- a/src/generated/resources/assets/createindustry/blockstates/steel_distillation_output.json +++ b/src/generated/resources/assets/createindustry/blockstates/steel_distillation_output.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "createindustry:block/steel_distillation_output" + "model": "createindustry:block/steel_distillation_output/block" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/steel_sheetmetal.json b/src/generated/resources/assets/createindustry/blockstates/steel_sheetmetal.json deleted file mode 100644 index fb1666b1..00000000 --- a/src/generated/resources/assets/createindustry/blockstates/steel_sheetmetal.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "createindustry:block/steel_sheetmetal" - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/blockstates/sulfur.json b/src/generated/resources/assets/createindustry/blockstates/sulfur.json new file mode 100644 index 00000000..bd1ebc80 --- /dev/null +++ b/src/generated/resources/assets/createindustry/blockstates/sulfur.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "createindustry:block/sulfur" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/lang/en_ud.json b/src/generated/resources/assets/createindustry/lang/en_ud.json index 1364aa76..7f0d8692 100644 --- a/src/generated/resources/assets/createindustry/lang/en_ud.json +++ b/src/generated/resources/assets/createindustry/lang/en_ud.json @@ -10,6 +10,7 @@ "block.createindustry.aluminum_scaffolding": "buıpןoɟɟɐɔS ɯnuıɯnןⱯ", "block.createindustry.aluminum_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ɯnuıɯnןⱯ", "block.createindustry.aluminum_truss": "ssnɹ⟘ ɯnuıɯnןⱯ", + "block.createindustry.asphalt": "ʇןɐɥdsⱯ", "block.createindustry.bauxite": "ǝʇıxnɐᗺ", "block.createindustry.bauxite_pillar": "ɹɐןןıԀ ǝʇıxnɐᗺ", "block.createindustry.black_concrete": "ǝʇǝɹɔuoƆ ʞɔɐןᗺ", @@ -40,6 +41,7 @@ "block.createindustry.casting_basin": "uısɐᗺ buıʇsɐƆ", "block.createindustry.casting_spout": "ʇnodS buıʇsɐƆ", "block.createindustry.caution_block": "ʞɔoןᗺ uoıʇnɐƆ", + "block.createindustry.cement": "ʇuǝɯǝƆ", "block.createindustry.coal_coke_block": "ǝʞoƆ ןɐoƆ ɟo ʞɔoןᗺ", "block.createindustry.coke_oven": "uǝʌO ǝʞoƆ", "block.createindustry.concrete": "ǝʇǝɹɔuoƆ", @@ -73,6 +75,7 @@ "block.createindustry.factory_floor": "ɹooןℲ ʎɹoʇɔɐℲ", "block.createindustry.factory_floor_slab": "qɐןS ɹooןℲ ʎɹoʇɔɐℲ", "block.createindustry.factory_floor_stairs": "sɹıɐʇS ɹooןℲ ʎɹoʇɔɐℲ", + "block.createindustry.fireclay": "ʎɐןɔǝɹıℲ", "block.createindustry.fireproof_brick_reinforcement": "ʇuǝɯǝɔɹoɟuıǝᴚ ʞɔıɹᗺ ɟooɹdǝɹıℲ", "block.createindustry.fireproof_bricks": "sʞɔıɹᗺ ɟooɹdǝɹıℲ", "block.createindustry.flarestack": "ʞɔɐʇsǝɹɐןℲ", @@ -94,6 +97,7 @@ "block.createindustry.green_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ uǝǝɹ⅁", "block.createindustry.green_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ uǝǝɹ⅁", "block.createindustry.green_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ uǝǝɹ⅁", + "block.createindustry.hardened_planks": "sʞuɐןԀ pǝuǝpɹɐH", "block.createindustry.heavy_casing_door": "ɹooᗡ buısɐƆ ʎʌɐǝH", "block.createindustry.heavy_machinery_casing": "buısɐƆ ʎɹǝuıɥɔɐW ʎʌɐǝH", "block.createindustry.heavy_oil": "ןıO ʎʌɐǝH", @@ -108,10 +112,13 @@ "block.createindustry.light_gray_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", "block.createindustry.light_gray_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", "block.createindustry.light_gray_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʎɐɹ⅁ ʇɥbıꞀ", + "block.createindustry.lignite": "ǝʇıubıꞀ", "block.createindustry.lime_concrete": "ǝʇǝɹɔuoƆ ǝɯıꞀ", "block.createindustry.lime_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ǝɯıꞀ", "block.createindustry.lime_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ǝɯıꞀ", "block.createindustry.lime_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ǝɯıꞀ", + "block.createindustry.limesand": "puɐsǝɯıꞀ", + "block.createindustry.liquid_asphalt": "ʇןɐɥdsⱯ pınbıꞀ", "block.createindustry.liquid_concrete": "ǝʇǝɹɔuoƆ pınbıꞀ", "block.createindustry.liquid_plastic": "ɔıʇsɐןԀ pınbıꞀ", "block.createindustry.lpg_engine": "ǝuıbuƎ bdꞀ", @@ -123,6 +130,8 @@ "block.createindustry.magenta_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ɐʇuǝbɐW", "block.createindustry.magenta_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ɐʇuǝbɐW", "block.createindustry.molten_metal": "ןɐʇǝW uǝʇןoW", + "block.createindustry.molten_slag": "bɐןS uǝʇןoW", + "block.createindustry.molten_steel": "ןǝǝʇS uǝʇןoW", "block.createindustry.napalm": "ɯןɐdɐN", "block.createindustry.napalm_bomb": "qɯoᗺ ɯןɐdɐN", "block.createindustry.naphtha": "ɐɥʇɥdɐN", @@ -135,6 +144,7 @@ "block.createindustry.pink_concrete_slab": "qɐןS ǝʇǝɹɔuoƆ ʞuıԀ", "block.createindustry.pink_concrete_stairs": "sɹıɐʇS ǝʇǝɹɔuoƆ ʞuıԀ", "block.createindustry.pink_concrete_wall": "ןןɐM ǝʇǝɹɔuoƆ ʞuıԀ", + "block.createindustry.plastic_block": "ɔıʇsɐןԀ ɟo ʞɔoןᗺ", "block.createindustry.plastic_fluid_valve": "ǝʌןɐΛ pınןℲ ɔıʇsɐןԀ", "block.createindustry.plastic_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ɔıʇsɐןԀ", "block.createindustry.plastic_pipe": "ǝdıԀ ɔıʇsɐןԀ", @@ -177,9 +187,9 @@ "block.createindustry.steel_mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW ןǝǝʇS", "block.createindustry.steel_pipe": "ǝdıԀ ןǝǝʇS", "block.createindustry.steel_scaffolding": "buıpןoɟɟɐɔS ןǝǝʇS", - "block.createindustry.steel_sheetmetal": "ןɐʇǝɯʇǝǝɥS ןǝǝʇS", "block.createindustry.steel_smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS ןǝǝʇS", "block.createindustry.steel_truss": "ssnɹ⟘ ןǝǝʇS", + "block.createindustry.sulfur": "ɹnɟןnS", "block.createindustry.surface_scanner": "ɹǝuuɐɔS ǝɔɐɟɹnS", "block.createindustry.turbine_engine": "ǝuıbuƎ ǝuıqɹn⟘", "block.createindustry.turbine_engine_back": "ʞɔɐᗺ ǝuıbuƎ ǝuıqɹn⟘", @@ -209,15 +219,20 @@ "fluid.createindustry.gasoline": "ǝuıןosɐ⅁", "fluid.createindustry.heavy_oil": "ןıO ʎʌɐǝH", "fluid.createindustry.kerosene": "ǝuǝsoɹǝʞ", + "fluid.createindustry.liquid_asphalt": "ʇןɐɥdsⱯ pınbıꞀ", "fluid.createindustry.liquid_concrete": "ǝʇǝɹɔuoƆ pınbıꞀ", "fluid.createindustry.liquid_plastic": "ɔıʇsɐןԀ pınbıꞀ", "fluid.createindustry.lpg": "⅁ԀꞀ", "fluid.createindustry.lubrication_oil": "ןıO uoıʇɐɔıɹqnꞀ", + "fluid.createindustry.molten_slag": "bɐןS uǝʇןoW", + "fluid.createindustry.molten_steel": "ןǝǝʇS uǝʇןoW", "fluid.createindustry.napalm": "ɯןɐdɐN", "fluid.createindustry.naphtha": "ɐɥʇɥdɐN", "fluid.createindustry.propane": "ǝuɐdoɹԀ", "fluid.createindustry.propylene": "ǝuǝןʎdoɹԀ", "item.createindustry.aluminum_ingot": "ʇobuI ɯnuıɯnןⱯ", + "item.createindustry.bitumen": "uǝɯnʇıᗺ", + "item.createindustry.blasting_mixture": "ǝɹnʇxıW buıʇsɐןᗺ", "item.createindustry.block_mold": "pןoW ʞɔoןᗺ", "item.createindustry.cast_iron_ingot": "ʇobuI uoɹI ʇsɐƆ", "item.createindustry.charcoal_dust": "ʇsnᗡ ןɐoɔɹɐɥƆ", @@ -228,26 +243,41 @@ "item.createindustry.creosote_bucket": "ʇǝʞɔnᗺ ǝʇosoǝɹƆ", "item.createindustry.crude_oil_fluid_bucket": "ʇǝʞɔnᗺ pınןℲ ןıO ǝpnɹƆ", "item.createindustry.diesel_bucket": "ʇǝʞɔnᗺ ןǝsǝıᗡ", + "item.createindustry.engine_base": "ǝsɐᗺ ǝuıbuƎ", + "item.createindustry.engine_chamber": "ɹǝqɯɐɥƆ ǝuıbuƎ", + "item.createindustry.fireclay_ball": "ןןɐᗺ ʎɐןɔǝɹıℲ", + "item.createindustry.fireproof_brick": "ʞɔıɹᗺ ɟooɹdǝɹıℲ", "item.createindustry.gasoline_bucket": "ʇǝʞɔnᗺ ǝuıןosɐ⅁", "item.createindustry.heavy_oil_bucket": "ʇǝʞɔnᗺ ןıO ʎʌɐǝH", + "item.createindustry.heavy_plate": "ǝʇɐןԀ ʎʌɐǝH", "item.createindustry.ingot_mold": "pןoW ʇobuI", "item.createindustry.kerosene_bucket": "ʇǝʞɔnᗺ ǝuǝsoɹǝʞ", + "item.createindustry.liquid_asphalt_bucket": "ʇǝʞɔnᗺ ʇןɐɥdsⱯ pınbıꞀ", "item.createindustry.liquid_concrete_bucket": "ʇǝʞɔnᗺ ǝʇǝɹɔuoƆ pınbıꞀ", "item.createindustry.liquid_plastic_bucket": "ʇǝʞɔnᗺ ɔıʇsɐןԀ pınbıꞀ", "item.createindustry.lubrication_oil_bucket": "ʇǝʞɔnᗺ ןıO uoıʇɐɔıɹqnꞀ", + "item.createindustry.molten_slag_bucket": "ʇǝʞɔnᗺ bɐןS uǝʇןoW", + "item.createindustry.molten_steel_bucket": "ʇǝʞɔnᗺ ןǝǝʇS uǝʇןoW", "item.createindustry.napalm_bucket": "ʇǝʞɔnᗺ ɯןɐdɐN", "item.createindustry.naphtha_bucket": "ʇǝʞɔnᗺ ɐɥʇɥdɐN", "item.createindustry.nitrate_dust": "ʇsnᗡ ǝʇɐɹʇıN", + "item.createindustry.plastic_sheet": "ʇǝǝɥS ɔıʇsɐןԀ", "item.createindustry.quad_potato_cannon": "uouuɐƆ oʇɐʇoԀ pɐnὉ", "item.createindustry.rebar": "ɹɐqǝᴚ", + "item.createindustry.screw": "ʍǝɹɔS", "item.createindustry.screwdriver": "ɹǝʌıɹpʍǝɹɔS", + "item.createindustry.slag": "bɐןS", + "item.createindustry.spark_plug": "bnןԀ ʞɹɐdS", "item.createindustry.steel_ingot": "ʇobuI ןǝǝʇS", "item.createindustry.steel_mechanism": "ɯsıuɐɥɔǝW ןǝǝʇS", "item.createindustry.sulfur_dust": "ʇsnᗡ ɹnɟןnS", "item.createindustry.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘", + "item.createindustry.thermite_powder": "ɹǝpʍoԀ ǝʇıɯɹǝɥ⟘", + "item.createindustry.turbine_blade": "ǝpɐןᗺ ǝuıqɹn⟘", "item.createindustry.unfinished_gasoline_engine": "ǝuıbuƎ ǝuıןosɐ⅁ pǝɥsıuıɟu∩", "item.createindustry.unfinished_lpg_engine": "ǝuıbuƎ bdꞀ pǝɥsıuıɟu∩", "item.createindustry.unfinished_steel_mechanism": "ɯsıuɐɥɔǝW ןǝǝʇS pǝɥsıuıɟu∩", "item.createindustry.unfinished_turbine_engine": "ǝuıbuƎ ǝuıqɹn⟘ pǝɥsıuıɟu∩", + "item.createindustry.unprocessed_heavy_plate": "ǝʇɐןԀ ʎʌɐǝH pǝssǝɔoɹdu∩", "item.createindustry.zinc_grenade": "ǝpɐuǝɹ⅁ ɔuıZ" } \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/lang/en_us.json b/src/generated/resources/assets/createindustry/lang/en_us.json index 68d783ee..c7bbbc87 100644 --- a/src/generated/resources/assets/createindustry/lang/en_us.json +++ b/src/generated/resources/assets/createindustry/lang/en_us.json @@ -13,6 +13,7 @@ "block.createindustry.aluminum_scaffolding": "Aluminum Scaffolding", "block.createindustry.aluminum_smart_fluid_pipe": "Aluminum Smart Fluid Pipe", "block.createindustry.aluminum_truss": "Aluminum Truss", + "block.createindustry.asphalt": "Asphalt", "block.createindustry.bauxite": "Bauxite", "block.createindustry.bauxite_pillar": "Bauxite Pillar", "block.createindustry.black_concrete": "Black Concrete", @@ -43,6 +44,7 @@ "block.createindustry.casting_basin": "Casting Basin", "block.createindustry.casting_spout": "Casting Spout", "block.createindustry.caution_block": "Caution Block", + "block.createindustry.cement": "Cement", "block.createindustry.coal_coke_block": "Block of Coal Coke", "block.createindustry.coke_oven": "Coke Oven", "block.createindustry.concrete": "Concrete", @@ -76,6 +78,7 @@ "block.createindustry.factory_floor": "Factory Floor", "block.createindustry.factory_floor_slab": "Factory Floor Slab", "block.createindustry.factory_floor_stairs": "Factory Floor Stairs", + "block.createindustry.fireclay": "Fireclay", "block.createindustry.fireproof_brick_reinforcement": "Fireproof Brick Reinforcement", "block.createindustry.fireproof_bricks": "Fireproof Bricks", "block.createindustry.flarestack": "Flarestack", @@ -97,6 +100,7 @@ "block.createindustry.green_concrete_slab": "Green Concrete Slab", "block.createindustry.green_concrete_stairs": "Green Concrete Stairs", "block.createindustry.green_concrete_wall": "Green Concrete Wall", + "block.createindustry.hardened_planks": "Hardened Planks", "block.createindustry.heavy_casing_door": "Heavy Casing Door", "block.createindustry.heavy_machinery_casing": "Heavy Machinery Casing", "block.createindustry.heavy_oil": "Heavy Oil", @@ -111,10 +115,13 @@ "block.createindustry.light_gray_concrete_slab": "Light Gray Concrete Slab", "block.createindustry.light_gray_concrete_stairs": "Light Gray Concrete Stairs", "block.createindustry.light_gray_concrete_wall": "Light Gray Concrete Wall", + "block.createindustry.lignite": "Lignite", "block.createindustry.lime_concrete": "Lime Concrete", "block.createindustry.lime_concrete_slab": "Lime Concrete Slab", "block.createindustry.lime_concrete_stairs": "Lime Concrete Stairs", "block.createindustry.lime_concrete_wall": "Lime Concrete Wall", + "block.createindustry.limesand": "Limesand", + "block.createindustry.liquid_asphalt": "Liquid Asphalt", "block.createindustry.liquid_concrete": "Liquid Concrete", "block.createindustry.liquid_plastic": "Liquid Plastic", "block.createindustry.lpg_engine": "Lpg Engine", @@ -126,6 +133,8 @@ "block.createindustry.magenta_concrete_stairs": "Magenta Concrete Stairs", "block.createindustry.magenta_concrete_wall": "Magenta Concrete Wall", "block.createindustry.molten_metal": "Molten Metal", + "block.createindustry.molten_slag": "Molten Slag", + "block.createindustry.molten_steel": "Molten Steel", "block.createindustry.napalm": "Napalm", "block.createindustry.napalm_bomb": "Napalm Bomb", "block.createindustry.naphtha": "Naphtha", @@ -138,6 +147,7 @@ "block.createindustry.pink_concrete_slab": "Pink Concrete Slab", "block.createindustry.pink_concrete_stairs": "Pink Concrete Stairs", "block.createindustry.pink_concrete_wall": "Pink Concrete Wall", + "block.createindustry.plastic_block": "Block of Plastic", "block.createindustry.plastic_fluid_valve": "Plastic Fluid Valve", "block.createindustry.plastic_mechanical_pump": "Plastic Mechanical Pump", "block.createindustry.plastic_pipe": "Plastic Pipe", @@ -180,9 +190,9 @@ "block.createindustry.steel_mechanical_pump": "Steel Mechanical Pump", "block.createindustry.steel_pipe": "Steel Pipe", "block.createindustry.steel_scaffolding": "Steel Scaffolding", - "block.createindustry.steel_sheetmetal": "Steel Sheetmetal", "block.createindustry.steel_smart_fluid_pipe": "Steel Smart Fluid Pipe", "block.createindustry.steel_truss": "Steel Truss", + "block.createindustry.sulfur": "Sulfur", "block.createindustry.surface_scanner": "Surface Scanner", "block.createindustry.turbine_engine": "Turbine Engine", "block.createindustry.turbine_engine_back": "Turbine Engine Back", @@ -214,16 +224,21 @@ "fluid.createindustry.gasoline": "Gasoline", "fluid.createindustry.heavy_oil": "Heavy Oil", "fluid.createindustry.kerosene": "Kerosene", + "fluid.createindustry.liquid_asphalt": "Liquid Asphalt", "fluid.createindustry.liquid_concrete": "Liquid Concrete", "fluid.createindustry.liquid_plastic": "Liquid Plastic", "fluid.createindustry.lpg": "LPG", "fluid.createindustry.lubrication_oil": "Lubrication Oil", + "fluid.createindustry.molten_slag": "Molten Slag", + "fluid.createindustry.molten_steel": "Molten Steel", "fluid.createindustry.napalm": "Napalm", "fluid.createindustry.naphtha": "Naphtha", "fluid.createindustry.propane": "Propane", "fluid.createindustry.propylene": "Propylene", "item.createindustry.aluminum_ingot": "Aluminum Ingot", + "item.createindustry.bitumen": "Bitumen", + "item.createindustry.blasting_mixture": "Blasting Mixture", "item.createindustry.block_mold": "Block Mold", "item.createindustry.cast_iron_ingot": "Cast Iron Ingot", "item.createindustry.charcoal_dust": "Charcoal Dust", @@ -234,29 +249,94 @@ "item.createindustry.creosote_bucket": "Creosote Bucket", "item.createindustry.crude_oil_fluid_bucket": "Crude Oil Fluid Bucket", "item.createindustry.diesel_bucket": "Diesel Bucket", + "item.createindustry.engine_base": "Engine Base", + "item.createindustry.engine_chamber": "Engine Chamber", + "item.createindustry.fireclay_ball": "Fireclay Ball", + "item.createindustry.fireproof_brick": "Fireproof Brick", "item.createindustry.gasoline_bucket": "Gasoline Bucket", "item.createindustry.heavy_oil_bucket": "Heavy Oil Bucket", + "item.createindustry.heavy_plate": "Heavy Plate", "item.createindustry.ingot_mold": "Ingot Mold", "item.createindustry.kerosene_bucket": "Kerosene Bucket", + "item.createindustry.liquid_asphalt_bucket": "Liquid Asphalt Bucket", "item.createindustry.liquid_concrete_bucket": "Liquid Concrete Bucket", "item.createindustry.liquid_plastic_bucket": "Liquid Plastic Bucket", "item.createindustry.lubrication_oil_bucket": "Lubrication Oil Bucket", + "item.createindustry.molten_slag_bucket": "Molten Slag Bucket", + "item.createindustry.molten_steel_bucket": "Molten Steel Bucket", "item.createindustry.napalm_bucket": "Napalm Bucket", "item.createindustry.naphtha_bucket": "Naphtha Bucket", "item.createindustry.nitrate_dust": "Nitrate Dust", + "item.createindustry.plastic_sheet": "Plastic Sheet", "item.createindustry.quad_potato_cannon": "Quad Potato Cannon", "item.createindustry.rebar": "Rebar", + "item.createindustry.screw": "Screw", "item.createindustry.screwdriver": "Screwdriver", + "item.createindustry.slag": "Slag", + "item.createindustry.spark_plug": "Spark Plug", "item.createindustry.steel_ingot": "Steel Ingot", "item.createindustry.steel_mechanism": "Steel Mechanism", "item.createindustry.sulfur_dust": "Sulfur Dust", "item.createindustry.thermite_grenade": "Thermite Grenade", + "item.createindustry.thermite_powder": "Thermite Powder", + "item.createindustry.turbine_blade": "Turbine Blade", "item.createindustry.unfinished_gasoline_engine": "Unfinished Gasoline Engine", "item.createindustry.unfinished_lpg_engine": "Unfinished Lpg Engine", "item.createindustry.unfinished_steel_mechanism": "Unfinished Steel Mechanism", "item.createindustry.unfinished_turbine_engine": "Unfinished Turbine Engine", + "item.createindustry.unprocessed_heavy_plate": "Unprocessed Heavy Plate", "item.createindustry.zinc_grenade": "Zinc Grenade", + "itemGroup.createindustry.base": "Create: The Factory Must Grow", + "itemGroup.createindustry.building": "Create: TFMG's Building Blocks", + + "create.goggles.misc.number": "%1$s", + "create.goggles.misc.percent_symbol": "%", + "create.goggles.misc.dot_one": ".", + "create.goggles.misc.dot_two": "..", + "create.goggles.misc.dot_three": "...", + "create.goggles.misc.storage_info": "Storage Info:", + "create.goggles.fluid_in_tank": "Fluid In Tank:", + "create.goggles.surface_scanner.no_rotation": "No Rotation Provided", + "create.goggles.surface_scanner.no_deposit": "No Deposit Found", + "create.goggles.surface_scanner.deposit_found": "Found Deposit", + "create.goggles.surface_scanner.distance": "Distance: %1$s Blocks", + "create.goggles.surface_scanner.scanning_surface": "Scanning Surface", + "create.goggles.distillation_tower.status": "Distillation Tower Info:", + "create.goggles.distillation_tower.tank_not_found": "Steel Fluid Tank Not Found", + "create.goggles.distillation_tower.not_tall_enough": "Distillation Tower is Not Tall Enough", + "create.goggles.distillation_tower.level": "Distillation Tower Level: %1$s", + "create.goggles.distillation_tower.found_outputs": "Found Outputs: %1$s", + "create.goggles.distillation_tower.no_outputs": "No Output Blocks Found", + "create.goggles.blast_furnace.stats": "Blast Furnace:", + "create.goggles.blast_furnace.size_stats": "Size Stats:", + "create.goggles.blast_furnace.fuel_amount": "Fuel Amount: %1$s", + "create.goggles.blast_furnace.item_count": "Item Count: %1$s", + "create.goggles.blast_furnace.height": "Height: %1$s", + "create.goggles.blast_furnace.status.off": "Status: Idle", + "create.goggles.blast_furnace.status.running": "Status: Running", + "create.goggles.blast_furnace.diameter.one": "Diameter: 1", + "create.goggles.blast_furnace.diameter.two": "Diameter: 2", + "create.goggles.blast_furnace.invalid": "Blast Furnace is Not Built Correctly", + "create.goggles.coke_oven.status": "Coke Oven:", + "create.goggles.coke_oven.fluid_amount_output": "Fluid Amount In Internal Tank: %1$s mb", + "create.goggles.coke_oven.fluid_amount_exhaust": "Carbon Dioxide: %1$s mb", + "create.goggles.coke_oven.item_count": "Item Count In Internal Storage: %1$s", + "create.goggles.coke_oven.invalid": "Coke Oven Invalid", + "create.goggles.coke_oven.tank_full": "One of Internal Tanks Is Full", + "create.goggles.coke_oven.progress": "Progress: %1$s", + "create.goggles.engine_stats": "Engine Stats:", + "create.goggles.engine_exhaust_stats": "Engine Exhaust Stats:", + "create.goggles.fuel_container": "Fluid Storage", + "create.goggles.engine.backpartmissing": "Back Part Missing:", + "create.goggles.engine_redstone_input": "Speed:", + "create.goggles.engine.efficiency": "Efficiency:", + + "create.tooltip.engine_analog_strength": "%1$s/15", + + "create.goggles.get_engine_efficiency": "%1$s", + "create.goggles.engine.stress": "%1$ssu", + "_": "->------------------------] UI & Messages [------------------------<-", diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_block.json b/src/generated/resources/assets/createindustry/models/block/aluminum_block.json new file mode 100644 index 00000000..1acc5ef1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/aluminum_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_cap.json b/src/generated/resources/assets/createindustry/models/block/aluminum_cap.json new file mode 100644 index 00000000..84a26a69 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_cap.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/cap", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_cap_alt.json b/src/generated/resources/assets/createindustry/models/block/aluminum_cap_alt.json new file mode 100644 index 00000000..2fab4064 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_cap_alt.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/cap_alt", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_ladder.json b/src/generated/resources/assets/createindustry/models/block/aluminum_ladder.json new file mode 100644 index 00000000..4016e9f0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_ladder.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/ladder", + "textures": { + "0": "createindustry:block/ladder_aluminum_hoop", + "1": "createindustry:block/ladder_aluminum", + "particle": "createindustry:block/ladder_aluminum" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_x.json new file mode 100644 index 00000000..4a48a7ce --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_y.json new file mode 100644 index 00000000..0cd77342 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_z.json new file mode 100644 index 00000000..190d926f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/d_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_x.json new file mode 100644 index 00000000..ede9d5b3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_y.json new file mode 100644 index 00000000..0e831435 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_z.json new file mode 100644 index 00000000..7d6d6da0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/l_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_x.json new file mode 100644 index 00000000..0fa7b7c2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_y.json new file mode 100644 index 00000000..cca589e8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_z.json new file mode 100644 index 00000000..81c1ca51 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ld_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_x.json new file mode 100644 index 00000000..b1f97a35 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_y.json new file mode 100644 index 00000000..bb38c0da --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 12.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_z.json new file mode 100644 index 00000000..ed74dab1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lr_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_x.json new file mode 100644 index 00000000..5cf82351 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_y.json new file mode 100644 index 00000000..81ab5625 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 8.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_z.json new file mode 100644 index 00000000..203cd1f5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/lu_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_x.json new file mode 100644 index 00000000..ded53824 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_y.json new file mode 100644 index 00000000..08f78c7a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_z.json new file mode 100644 index 00000000..98261ded --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/r_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_x.json new file mode 100644 index 00000000..54041750 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_y.json new file mode 100644 index 00000000..f4fd2260 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_z.json new file mode 100644 index 00000000..485666c7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/rd_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_x.json new file mode 100644 index 00000000..3e33d4f8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_y.json new file mode 100644 index 00000000..7a909746 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 8.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_z.json new file mode 100644 index 00000000..c3e5fd4c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ru_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_x.json new file mode 100644 index 00000000..17ccef02 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_y.json new file mode 100644 index 00000000..b4b5eb81 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_z.json new file mode 100644 index 00000000..aec0fb6d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/u_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_x.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_x.json new file mode 100644 index 00000000..7a3a4b3c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_y.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_y.json new file mode 100644 index 00000000..7aa29e95 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 12.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_z.json b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_z.json new file mode 100644 index 00000000..b68495f4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_pipe/ud_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/aluminum_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_post.json b/src/generated/resources/assets/createindustry/models/block/aluminum_post.json new file mode 100644 index 00000000..3c5a0511 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_post.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/post", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_post_ends.json b/src/generated/resources/assets/createindustry/models/block/aluminum_post_ends.json new file mode 100644 index 00000000..9b2d7df4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_post_ends.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/post_ends", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding.json b/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding.json new file mode 100644 index 00000000..ec3ef5bb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding.json @@ -0,0 +1,10 @@ +{ + "parent": "createindustry:block/scaffold/block", + "textures": { + "casing": "createindustry:block/aluminum_casing", + "inside": "createindustry:block/scaffold/aluminum_scaffold_inside", + "particle": "createindustry:block/scaffold/aluminum_scaffold", + "side": "createindustry:block/scaffold/aluminum_scaffold", + "top": "createindustry:block/funnel/aluminum_funnel_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding_horizontal.json b/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding_horizontal.json new file mode 100644 index 00000000..f88dff50 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_scaffolding_horizontal.json @@ -0,0 +1,10 @@ +{ + "parent": "createindustry:block/scaffold/block_horizontal", + "textures": { + "casing": "createindustry:block/aluminum_casing", + "inside": "createindustry:block/scaffold/aluminum_scaffold_inside", + "particle": "createindustry:block/scaffold/aluminum_scaffold", + "side": "createindustry:block/scaffold/aluminum_scaffold", + "top": "createindustry:block/funnel/aluminum_funnel_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_side.json b/src/generated/resources/assets/createindustry/models/block/aluminum_side.json new file mode 100644 index 00000000..879a201d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_side.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/side", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/aluminum_side_alt.json b/src/generated/resources/assets/createindustry/models/block/aluminum_side_alt.json new file mode 100644 index 00000000..e5492acf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/aluminum_side_alt.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/side_alt", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge", + "particle": "createindustry:block/bars/aluminum_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/asphalt.json b/src/generated/resources/assets/createindustry/models/block/asphalt.json new file mode 100644 index 00000000..ed743f0f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/asphalt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/asphalt" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_natural_0.json b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_0.json new file mode 100644 index 00000000..b4aea96c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/natural/bauxite_0" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_natural_1.json b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_1.json new file mode 100644 index 00000000..e36952cb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/natural/bauxite_1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_natural_2.json b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_2.json new file mode 100644 index 00000000..b6013d7d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/natural/bauxite_2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_natural_3.json b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_3.json new file mode 100644 index 00000000..62e165b5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_natural_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/natural/bauxite_3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_pillar.json b/src/generated/resources/assets/createindustry/models/block/bauxite_pillar.json new file mode 100644 index 00000000..2b2e9e07 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "createindustry:block/palettes/stone_types/cap/bauxite_cut_cap", + "side": "createindustry:block/palettes/stone_types/pillar/bauxite_cut_pillar" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/bauxite_pillar_horizontal.json b/src/generated/resources/assets/createindustry/models/block/bauxite_pillar_horizontal.json new file mode 100644 index 00000000..a4368c14 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/bauxite_pillar_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "createindustry:block/palettes/stone_types/cap/bauxite_cut_cap", + "side": "createindustry:block/palettes/stone_types/pillar/bauxite_cut_pillar" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete.json b/src/generated/resources/assets/createindustry/models/block/black_concrete.json new file mode 100644 index 00000000..c741601f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_bottom.json new file mode 100644 index 00000000..fadfa391 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/black_concrete", + "side": "createindustry:block/black_concrete", + "top": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs.json new file mode 100644 index 00000000..5ec59201 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/black_concrete", + "side": "createindustry:block/black_concrete", + "top": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_inner.json new file mode 100644 index 00000000..710d79cc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/black_concrete", + "side": "createindustry:block/black_concrete", + "top": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_outer.json new file mode 100644 index 00000000..99ebac31 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/black_concrete", + "side": "createindustry:block/black_concrete", + "top": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_top.json new file mode 100644 index 00000000..50d438b8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/black_concrete", + "side": "createindustry:block/black_concrete", + "top": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_post.json new file mode 100644 index 00000000..89dbcb4a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side.json new file mode 100644 index 00000000..00b2fdcf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side_tall.json new file mode 100644 index 00000000..a7069057 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/black_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blast_furnace_output.json b/src/generated/resources/assets/createindustry/models/block/blast_furnace_output.json new file mode 100644 index 00000000..6d2e241c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blast_furnace_output.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/blast_furnace_output" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete.json new file mode 100644 index 00000000..efcd1175 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_bottom.json new file mode 100644 index 00000000..52771acb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/blue_concrete", + "side": "createindustry:block/blue_concrete", + "top": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs.json new file mode 100644 index 00000000..108786f4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/blue_concrete", + "side": "createindustry:block/blue_concrete", + "top": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_inner.json new file mode 100644 index 00000000..33d53356 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/blue_concrete", + "side": "createindustry:block/blue_concrete", + "top": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_outer.json new file mode 100644 index 00000000..e10be558 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/blue_concrete", + "side": "createindustry:block/blue_concrete", + "top": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_top.json new file mode 100644 index 00000000..be436c57 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/blue_concrete", + "side": "createindustry:block/blue_concrete", + "top": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_post.json new file mode 100644 index 00000000..145a44d6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side.json new file mode 100644 index 00000000..55183013 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side_tall.json new file mode 100644 index 00000000..88ec6506 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/blue_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_x.json new file mode 100644 index 00000000..042ee599 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_y.json new file mode 100644 index 00000000..8c995660 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_z.json new file mode 100644 index 00000000..9b497b0b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/d_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_x.json new file mode 100644 index 00000000..727dfe88 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_y.json new file mode 100644 index 00000000..a279a85f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_z.json new file mode 100644 index 00000000..c89e8724 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/l_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_x.json new file mode 100644 index 00000000..6c74eaa0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_y.json new file mode 100644 index 00000000..33ccb7ea --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_z.json new file mode 100644 index 00000000..ace71886 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ld_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_x.json new file mode 100644 index 00000000..a53c3cb2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_y.json new file mode 100644 index 00000000..345d835a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 12.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_z.json new file mode 100644 index 00000000..4c82ca9d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lr_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_x.json new file mode 100644 index 00000000..23fbf5bf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_y.json new file mode 100644 index 00000000..c4861598 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 8.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_z.json new file mode 100644 index 00000000..e3353a89 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/lu_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_x.json new file mode 100644 index 00000000..9b011ffc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_y.json new file mode 100644 index 00000000..adb52e4d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_z.json new file mode 100644 index 00000000..d4c7163d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/r_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_x.json new file mode 100644 index 00000000..91e258b0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_y.json new file mode 100644 index 00000000..cc4d77e6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_z.json new file mode 100644 index 00000000..570d7a58 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/rd_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_x.json new file mode 100644 index 00000000..8bf0b7a3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_y.json new file mode 100644 index 00000000..8e4deea2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 8.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_z.json new file mode 100644 index 00000000..6375cd42 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ru_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_x.json new file mode 100644 index 00000000..f34ef8e2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_y.json new file mode 100644 index 00000000..3b458e05 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_z.json new file mode 100644 index 00000000..765fa7f8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/u_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_x.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_x.json new file mode 100644 index 00000000..eff32c0c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_y.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_y.json new file mode 100644 index 00000000..0cefac84 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 12.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_z.json b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_z.json new file mode 100644 index 00000000..613ac3cc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brass_pipe/ud_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/brass_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete.json new file mode 100644 index 00000000..ccb69bca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_bottom.json new file mode 100644 index 00000000..d48bc4e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/brown_concrete", + "side": "createindustry:block/brown_concrete", + "top": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs.json new file mode 100644 index 00000000..fa8bd329 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/brown_concrete", + "side": "createindustry:block/brown_concrete", + "top": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_inner.json new file mode 100644 index 00000000..6c422694 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/brown_concrete", + "side": "createindustry:block/brown_concrete", + "top": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_outer.json new file mode 100644 index 00000000..1411734e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/brown_concrete", + "side": "createindustry:block/brown_concrete", + "top": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_top.json new file mode 100644 index 00000000..d02991aa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/brown_concrete", + "side": "createindustry:block/brown_concrete", + "top": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_post.json new file mode 100644 index 00000000..a691fa80 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side.json new file mode 100644 index 00000000..6fc07e32 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side_tall.json new file mode 100644 index 00000000..b93a06fe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/brown_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_block.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_block.json new file mode 100644 index 00000000..1f3abc1b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/cast_iron_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_x.json new file mode 100644 index 00000000..07c2c9bf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_y.json new file mode 100644 index 00000000..f4de6ff1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_z.json new file mode 100644 index 00000000..523be799 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/d_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_x.json new file mode 100644 index 00000000..c930f7ca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_y.json new file mode 100644 index 00000000..f583fbaf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_z.json new file mode 100644 index 00000000..f6204ee1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/l_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_x.json new file mode 100644 index 00000000..eb97b867 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_y.json new file mode 100644 index 00000000..bcf5848b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_z.json new file mode 100644 index 00000000..69ad4e74 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ld_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_x.json new file mode 100644 index 00000000..2eae81e3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_y.json new file mode 100644 index 00000000..e78c8172 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 12.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_z.json new file mode 100644 index 00000000..d50f036c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lr_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_x.json new file mode 100644 index 00000000..cc31bc4f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_y.json new file mode 100644 index 00000000..71d0c9cf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 8.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_z.json new file mode 100644 index 00000000..1b4c6cf8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/lu_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_x.json new file mode 100644 index 00000000..140bf5aa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_y.json new file mode 100644 index 00000000..eb3086ac --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_z.json new file mode 100644 index 00000000..7ac9b506 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/r_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_x.json new file mode 100644 index 00000000..759514c0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_y.json new file mode 100644 index 00000000..c0230c67 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_z.json new file mode 100644 index 00000000..250ec3a1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/rd_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_x.json new file mode 100644 index 00000000..078d7e7e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_y.json new file mode 100644 index 00000000..78c07be5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 8.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_z.json new file mode 100644 index 00000000..9395d053 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ru_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_x.json new file mode 100644 index 00000000..b59cf5a5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_y.json new file mode 100644 index 00000000..fdef3e36 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_z.json new file mode 100644 index 00000000..a4c0af83 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/u_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_x.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_x.json new file mode 100644 index 00000000..0b31d2c2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_y.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_y.json new file mode 100644 index 00000000..e8fb8636 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 12.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_z.json b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_z.json new file mode 100644 index 00000000..57402073 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cast_iron_pipe/ud_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/caution_block.json b/src/generated/resources/assets/createindustry/models/block/caution_block.json new file mode 100644 index 00000000..09cb028a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/caution_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/caution_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cement.json b/src/generated/resources/assets/createindustry/models/block/cement.json new file mode 100644 index 00000000..88634354 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cement.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/cement" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/coal_coke_block.json b/src/generated/resources/assets/createindustry/models/block/coal_coke_block.json new file mode 100644 index 00000000..643feb51 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/coal_coke_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/coal_coke_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete.json b/src/generated/resources/assets/createindustry/models/block/concrete.json new file mode 100644 index 00000000..13e24057 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/concrete_bottom.json new file mode 100644 index 00000000..79c1484b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/concrete", + "side": "createindustry:block/concrete", + "top": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/concrete_stairs.json new file mode 100644 index 00000000..fa90b3dd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/concrete", + "side": "createindustry:block/concrete", + "top": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/concrete_stairs_inner.json new file mode 100644 index 00000000..23c1c5a9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/concrete", + "side": "createindustry:block/concrete", + "top": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/concrete_stairs_outer.json new file mode 100644 index 00000000..dce252dc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/concrete", + "side": "createindustry:block/concrete", + "top": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_top.json b/src/generated/resources/assets/createindustry/models/block/concrete_top.json new file mode 100644 index 00000000..48520a96 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/concrete", + "side": "createindustry:block/concrete", + "top": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/concrete_wall_post.json new file mode 100644 index 00000000..a6d2b145 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/concrete_wall_side.json new file mode 100644 index 00000000..8a897d12 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/concrete_wall_side_tall.json new file mode 100644 index 00000000..57943493 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cooling_fluid.json b/src/generated/resources/assets/createindustry/models/block/cooling_fluid.json new file mode 100644 index 00000000..e7ea35da --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cooling_fluid.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/napalm_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/creosote.json b/src/generated/resources/assets/createindustry/models/block/creosote.json new file mode 100644 index 00000000..e7ea35da --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/creosote.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/napalm_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/crude_oil_fluid.json b/src/generated/resources/assets/createindustry/models/block/crude_oil_fluid.json new file mode 100644 index 00000000..958b6d90 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/crude_oil_fluid.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/crude_oil_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite.json new file mode 100644 index 00000000..904900c0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab.json new file mode 100644 index 00000000..f5831572 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "side": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "top": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab_top.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab_top.json new file mode 100644 index 00000000..aaa39e30 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "side": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "top": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs.json new file mode 100644 index 00000000..caab87c5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "side": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "top": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_inner.json new file mode 100644 index 00000000..9f89e9e2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "side": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "top": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_outer.json new file mode 100644 index 00000000..5e0d9420 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "side": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick", + "top": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks.json new file mode 100644 index 00000000..bbec91f8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_post.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_post.json new file mode 100644 index 00000000..42f66052 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side.json new file mode 100644 index 00000000..decceccc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side_tall.json new file mode 100644 index 00000000..8a407188 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_bricks_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab.json new file mode 100644 index 00000000..d4e096a1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "side": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "top": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab_top.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab_top.json new file mode 100644 index 00000000..7c8789e9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "side": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "top": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs.json new file mode 100644 index 00000000..4bcb3b09 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "side": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "top": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_inner.json new file mode 100644 index 00000000..548db27d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "side": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "top": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_outer.json new file mode 100644 index 00000000..de292665 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "side": "createindustry:block/palettes/stone_types/cut/bauxite_cut", + "top": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_post.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_post.json new file mode 100644 index 00000000..e82b1da9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side.json new file mode 100644 index 00000000..2b68e0e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side_tall.json new file mode 100644 index 00000000..872cc28f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cut_bauxite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete.json new file mode 100644 index 00000000..1c12334e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_bottom.json new file mode 100644 index 00000000..0437372b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/cyan_concrete", + "side": "createindustry:block/cyan_concrete", + "top": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs.json new file mode 100644 index 00000000..8de12683 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/cyan_concrete", + "side": "createindustry:block/cyan_concrete", + "top": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_inner.json new file mode 100644 index 00000000..6cd6c32f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/cyan_concrete", + "side": "createindustry:block/cyan_concrete", + "top": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_outer.json new file mode 100644 index 00000000..da921644 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/cyan_concrete", + "side": "createindustry:block/cyan_concrete", + "top": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_top.json new file mode 100644 index 00000000..0148439b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/cyan_concrete", + "side": "createindustry:block/cyan_concrete", + "top": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_post.json new file mode 100644 index 00000000..8f20fede --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side.json new file mode 100644 index 00000000..b4d571a9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side_tall.json new file mode 100644 index 00000000..c51b7ca7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/cyan_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/diesel.json b/src/generated/resources/assets/createindustry/models/block/diesel.json new file mode 100644 index 00000000..13d8b667 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/diesel.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/diesel_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor.json b/src/generated/resources/assets/createindustry/models/block/factory_floor.json new file mode 100644 index 00000000..252c6b9d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor_bottom.json b/src/generated/resources/assets/createindustry/models/block/factory_floor_bottom.json new file mode 100644 index 00000000..4f97d82e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/factory_floor", + "side": "createindustry:block/factory_floor", + "top": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs.json b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs.json new file mode 100644 index 00000000..55ba4216 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/factory_floor", + "side": "createindustry:block/factory_floor", + "top": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_inner.json new file mode 100644 index 00000000..0f7e1438 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/factory_floor", + "side": "createindustry:block/factory_floor", + "top": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_outer.json new file mode 100644 index 00000000..a331dcc2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/factory_floor", + "side": "createindustry:block/factory_floor", + "top": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/factory_floor_top.json b/src/generated/resources/assets/createindustry/models/block/factory_floor_top.json new file mode 100644 index 00000000..acb576c7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/factory_floor_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/factory_floor", + "side": "createindustry:block/factory_floor", + "top": "createindustry:block/factory_floor" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fireclay.json b/src/generated/resources/assets/createindustry/models/block/fireclay.json new file mode 100644 index 00000000..ca2b2090 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fireclay.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/fireclay" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_post.json b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_post.json new file mode 100644 index 00000000..018e1201 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/fireproof_brick_reinforcement" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side.json b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side.json new file mode 100644 index 00000000..25987ea7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/fireproof_brick_reinforcement" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side_tall.json new file mode 100644 index 00000000..10cc607c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fireproof_brick_reinforcement_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/fireproof_brick_reinforcement" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fireproof_bricks.json b/src/generated/resources/assets/createindustry/models/block/fireproof_bricks.json new file mode 100644 index 00000000..de7832e0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fireproof_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/fireproof_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/fossilstone.json b/src/generated/resources/assets/createindustry/models/block/fossilstone.json new file mode 100644 index 00000000..9eca238a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/fossilstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/fossilstone" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gasoline.json b/src/generated/resources/assets/createindustry/models/block/gasoline.json new file mode 100644 index 00000000..2d8fb08e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gasoline.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/gasoline_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete.json new file mode 100644 index 00000000..d2f8358b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_bottom.json new file mode 100644 index 00000000..8fc4a3bb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/gray_concrete", + "side": "createindustry:block/gray_concrete", + "top": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs.json new file mode 100644 index 00000000..afd3ddf8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/gray_concrete", + "side": "createindustry:block/gray_concrete", + "top": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_inner.json new file mode 100644 index 00000000..a07ae4e8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/gray_concrete", + "side": "createindustry:block/gray_concrete", + "top": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_outer.json new file mode 100644 index 00000000..dde8319a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/gray_concrete", + "side": "createindustry:block/gray_concrete", + "top": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_top.json new file mode 100644 index 00000000..1971df02 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/gray_concrete", + "side": "createindustry:block/gray_concrete", + "top": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_post.json new file mode 100644 index 00000000..52ac008e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side.json new file mode 100644 index 00000000..b3445adf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side_tall.json new file mode 100644 index 00000000..3f8248a9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/gray_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete.json b/src/generated/resources/assets/createindustry/models/block/green_concrete.json new file mode 100644 index 00000000..3e64cee9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_bottom.json new file mode 100644 index 00000000..6b96ecbe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/green_concrete", + "side": "createindustry:block/green_concrete", + "top": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs.json new file mode 100644 index 00000000..a25770a8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/green_concrete", + "side": "createindustry:block/green_concrete", + "top": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_inner.json new file mode 100644 index 00000000..4be2d350 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/green_concrete", + "side": "createindustry:block/green_concrete", + "top": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_outer.json new file mode 100644 index 00000000..3d059293 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/green_concrete", + "side": "createindustry:block/green_concrete", + "top": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_top.json new file mode 100644 index 00000000..a071f69d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/green_concrete", + "side": "createindustry:block/green_concrete", + "top": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_post.json new file mode 100644 index 00000000..e4049572 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side.json new file mode 100644 index 00000000..b06e9195 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side_tall.json new file mode 100644 index 00000000..46cbf167 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/green_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/hardened_planks.json b/src/generated/resources/assets/createindustry/models/block/hardened_planks.json new file mode 100644 index 00000000..a24c7e3e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/hardened_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/hardened_planks" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/heavy_machinery_casing.json b/src/generated/resources/assets/createindustry/models/block/heavy_machinery_casing.json new file mode 100644 index 00000000..b3e681bf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/heavy_machinery_casing.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/heavy_machinery_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/heavy_oil.json b/src/generated/resources/assets/createindustry/models/block/heavy_oil.json new file mode 100644 index 00000000..af0430b4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/heavy_oil.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/heavy_oil_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/kerosene.json b/src/generated/resources/assets/createindustry/models/block/kerosene.json new file mode 100644 index 00000000..6cbefb59 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/kerosene.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/kerosene_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/layered_bauxite.json b/src/generated/resources/assets/createindustry/models/block/layered_bauxite.json new file mode 100644 index 00000000..a556edf0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/layered_bauxite.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "createindustry:block/palettes/stone_types/cap/bauxite_cut_cap", + "side": "createindustry:block/palettes/stone_types/layered/bauxite_cut_layered" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete.json new file mode 100644 index 00000000..c640f0f2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_bottom.json new file mode 100644 index 00000000..ddacf724 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/light_blue_concrete", + "side": "createindustry:block/light_blue_concrete", + "top": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs.json new file mode 100644 index 00000000..a3a32d08 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/light_blue_concrete", + "side": "createindustry:block/light_blue_concrete", + "top": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_inner.json new file mode 100644 index 00000000..0ce7925f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/light_blue_concrete", + "side": "createindustry:block/light_blue_concrete", + "top": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_outer.json new file mode 100644 index 00000000..73ebd4e9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/light_blue_concrete", + "side": "createindustry:block/light_blue_concrete", + "top": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_top.json new file mode 100644 index 00000000..e1d3238b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/light_blue_concrete", + "side": "createindustry:block/light_blue_concrete", + "top": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_post.json new file mode 100644 index 00000000..5518316b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side.json new file mode 100644 index 00000000..8e757a5d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side_tall.json new file mode 100644 index 00000000..186e6825 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_blue_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete.json new file mode 100644 index 00000000..763c8e67 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_bottom.json new file mode 100644 index 00000000..4d6b1627 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/light_gray_concrete", + "side": "createindustry:block/light_gray_concrete", + "top": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs.json new file mode 100644 index 00000000..a00f5761 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/light_gray_concrete", + "side": "createindustry:block/light_gray_concrete", + "top": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_inner.json new file mode 100644 index 00000000..85148bbe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/light_gray_concrete", + "side": "createindustry:block/light_gray_concrete", + "top": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_outer.json new file mode 100644 index 00000000..b61ef416 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/light_gray_concrete", + "side": "createindustry:block/light_gray_concrete", + "top": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_top.json new file mode 100644 index 00000000..9d2fed3f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/light_gray_concrete", + "side": "createindustry:block/light_gray_concrete", + "top": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_post.json new file mode 100644 index 00000000..d5c57e54 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side.json new file mode 100644 index 00000000..38f7da45 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side_tall.json new file mode 100644 index 00000000..b359a4f1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/light_gray_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lignite.json b/src/generated/resources/assets/createindustry/models/block/lignite.json new file mode 100644 index 00000000..091f2607 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lignite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/lignite" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete.json new file mode 100644 index 00000000..e4c79f2e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_bottom.json new file mode 100644 index 00000000..597ce936 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/lime_concrete", + "side": "createindustry:block/lime_concrete", + "top": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs.json new file mode 100644 index 00000000..a10c819c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/lime_concrete", + "side": "createindustry:block/lime_concrete", + "top": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_inner.json new file mode 100644 index 00000000..f362603a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/lime_concrete", + "side": "createindustry:block/lime_concrete", + "top": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_outer.json new file mode 100644 index 00000000..dfecabc9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/lime_concrete", + "side": "createindustry:block/lime_concrete", + "top": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_top.json new file mode 100644 index 00000000..e9899de6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/lime_concrete", + "side": "createindustry:block/lime_concrete", + "top": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_post.json new file mode 100644 index 00000000..c64e2699 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side.json new file mode 100644 index 00000000..8a588070 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side_tall.json new file mode 100644 index 00000000..72cba1f9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lime_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/limesand.json b/src/generated/resources/assets/createindustry/models/block/limesand.json new file mode 100644 index 00000000..86e60c7c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/limesand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/limesand" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/liquid_asphalt.json b/src/generated/resources/assets/createindustry/models/block/liquid_asphalt.json new file mode 100644 index 00000000..89ae8c6a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/liquid_asphalt.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/liquid_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/liquid_concrete.json b/src/generated/resources/assets/createindustry/models/block/liquid_concrete.json new file mode 100644 index 00000000..89ae8c6a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/liquid_concrete.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/liquid_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/liquid_plastic.json b/src/generated/resources/assets/createindustry/models/block/liquid_plastic.json new file mode 100644 index 00000000..404bb114 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/liquid_plastic.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/liquid_plastic_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/lubrication_oil.json b/src/generated/resources/assets/createindustry/models/block/lubrication_oil.json new file mode 100644 index 00000000..e3b778fd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/lubrication_oil.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/lubrication_oil_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete.json new file mode 100644 index 00000000..f4cb1aca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_bottom.json new file mode 100644 index 00000000..6490a0a3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/magenta_concrete", + "side": "createindustry:block/magenta_concrete", + "top": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs.json new file mode 100644 index 00000000..81c334c0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/magenta_concrete", + "side": "createindustry:block/magenta_concrete", + "top": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_inner.json new file mode 100644 index 00000000..71bb51c7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/magenta_concrete", + "side": "createindustry:block/magenta_concrete", + "top": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_outer.json new file mode 100644 index 00000000..07bca4a8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/magenta_concrete", + "side": "createindustry:block/magenta_concrete", + "top": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_top.json new file mode 100644 index 00000000..64532a4a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/magenta_concrete", + "side": "createindustry:block/magenta_concrete", + "top": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_post.json new file mode 100644 index 00000000..fe23b77c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side.json new file mode 100644 index 00000000..320e3a52 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side_tall.json new file mode 100644 index 00000000..8d3bb1e7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/magenta_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/molten_slag.json b/src/generated/resources/assets/createindustry/models/block/molten_slag.json new file mode 100644 index 00000000..404bb114 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/molten_slag.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/liquid_plastic_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/molten_steel.json b/src/generated/resources/assets/createindustry/models/block/molten_steel.json new file mode 100644 index 00000000..404bb114 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/molten_steel.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/liquid_plastic_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/napalm.json b/src/generated/resources/assets/createindustry/models/block/napalm.json new file mode 100644 index 00000000..e7ea35da --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/napalm.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/napalm_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/naphtha.json b/src/generated/resources/assets/createindustry/models/block/naphtha.json new file mode 100644 index 00000000..7e2e06bf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/naphtha.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "createindustry:fluid/naphtha_still" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/oil_deposit.json b/src/generated/resources/assets/createindustry/models/block/oil_deposit.json new file mode 100644 index 00000000..e7800969 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/oil_deposit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/oil_deposit" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete.json new file mode 100644 index 00000000..e1683974 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_bottom.json new file mode 100644 index 00000000..05f70dd7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/orange_concrete", + "side": "createindustry:block/orange_concrete", + "top": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs.json new file mode 100644 index 00000000..a5a4fe45 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/orange_concrete", + "side": "createindustry:block/orange_concrete", + "top": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_inner.json new file mode 100644 index 00000000..de4ce261 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/orange_concrete", + "side": "createindustry:block/orange_concrete", + "top": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_outer.json new file mode 100644 index 00000000..708aef10 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/orange_concrete", + "side": "createindustry:block/orange_concrete", + "top": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_top.json new file mode 100644 index 00000000..ebdf62f6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/orange_concrete", + "side": "createindustry:block/orange_concrete", + "top": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_post.json new file mode 100644 index 00000000..6e3fb9a9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side.json new file mode 100644 index 00000000..427293dc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side_tall.json new file mode 100644 index 00000000..b7703456 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/orange_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete.json new file mode 100644 index 00000000..36212f70 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_bottom.json new file mode 100644 index 00000000..c440c0f7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/pink_concrete", + "side": "createindustry:block/pink_concrete", + "top": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs.json new file mode 100644 index 00000000..19e2771a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/pink_concrete", + "side": "createindustry:block/pink_concrete", + "top": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_inner.json new file mode 100644 index 00000000..250215fa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/pink_concrete", + "side": "createindustry:block/pink_concrete", + "top": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_outer.json new file mode 100644 index 00000000..1177067b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/pink_concrete", + "side": "createindustry:block/pink_concrete", + "top": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_top.json new file mode 100644 index 00000000..dd606e15 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/pink_concrete", + "side": "createindustry:block/pink_concrete", + "top": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_post.json new file mode 100644 index 00000000..22f913bf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side.json new file mode 100644 index 00000000..90daa0b7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side_tall.json new file mode 100644 index 00000000..5b947b7d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/pink_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_block.json b/src/generated/resources/assets/createindustry/models/block/plastic_block.json new file mode 100644 index 00000000..069c8615 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/plastic_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_x.json new file mode 100644 index 00000000..c1dd5684 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_y.json new file mode 100644 index 00000000..b959cbee --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_z.json new file mode 100644 index 00000000..a7ce95c1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/d_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_x.json new file mode 100644 index 00000000..39cd264a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_y.json new file mode 100644 index 00000000..8c3a8bf2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_z.json new file mode 100644 index 00000000..9601a597 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/l_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_x.json new file mode 100644 index 00000000..193b1994 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_y.json new file mode 100644 index 00000000..3dce391e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_z.json new file mode 100644 index 00000000..17d08ef1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ld_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_x.json new file mode 100644 index 00000000..52a72505 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_y.json new file mode 100644 index 00000000..2ed813fd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 12.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_z.json new file mode 100644 index 00000000..be94aedf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lr_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_x.json new file mode 100644 index 00000000..7f4c0d1b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_y.json new file mode 100644 index 00000000..b6ebc1f1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 8.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_z.json new file mode 100644 index 00000000..0b8ed69d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/lu_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_x.json new file mode 100644 index 00000000..acdf8e65 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_y.json new file mode 100644 index 00000000..117dbd31 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_z.json new file mode 100644 index 00000000..efb60cd5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/r_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_x.json new file mode 100644 index 00000000..84cbde1f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_y.json new file mode 100644 index 00000000..bb275caa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_z.json new file mode 100644 index 00000000..98882e69 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/rd_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_x.json new file mode 100644 index 00000000..45f6e5c7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_y.json new file mode 100644 index 00000000..eb252bef --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 8.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_z.json new file mode 100644 index 00000000..c7b702d9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ru_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_x.json new file mode 100644 index 00000000..7d86d695 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_y.json new file mode 100644 index 00000000..25e2b3da --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_z.json new file mode 100644 index 00000000..3ddf545d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/u_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_x.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_x.json new file mode 100644 index 00000000..649895ff --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_y.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_y.json new file mode 100644 index 00000000..d953edb6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 12.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_z.json b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_z.json new file mode 100644 index 00000000..bc7c38b0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/plastic_pipe/ud_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/plastic_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite.json new file mode 100644 index 00000000..428c882c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab.json new file mode 100644 index 00000000..54e0472f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/slab/bauxite_cut_slab", + "top": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_double.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_double.json new file mode 100644 index 00000000..fa4fed4c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/slab/bauxite_cut_slab" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_top.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_top.json new file mode 100644 index 00000000..86b33b07 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/slab/bauxite_cut_slab", + "top": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs.json new file mode 100644 index 00000000..7780b9e5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "top": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_inner.json new file mode 100644 index 00000000..b4330ced --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "top": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_outer.json new file mode 100644 index 00000000..529c5cb7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "side": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished", + "top": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_post.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_post.json new file mode 100644 index 00000000..059fe114 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side.json new file mode 100644 index 00000000..40936af9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side_tall.json new file mode 100644 index 00000000..cf84fef4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/polished_cut_bauxite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete.json new file mode 100644 index 00000000..82641048 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_bottom.json new file mode 100644 index 00000000..7b3c632f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/purple_concrete", + "side": "createindustry:block/purple_concrete", + "top": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs.json new file mode 100644 index 00000000..f90f4a37 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/purple_concrete", + "side": "createindustry:block/purple_concrete", + "top": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_inner.json new file mode 100644 index 00000000..0b1d29fd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/purple_concrete", + "side": "createindustry:block/purple_concrete", + "top": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_outer.json new file mode 100644 index 00000000..1e8e31b1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/purple_concrete", + "side": "createindustry:block/purple_concrete", + "top": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_top.json new file mode 100644 index 00000000..3d798c32 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/purple_concrete", + "side": "createindustry:block/purple_concrete", + "top": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_post.json new file mode 100644 index 00000000..e4d5af4a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side.json new file mode 100644 index 00000000..c8aca0d3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side_tall.json new file mode 100644 index 00000000..c830c257 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/purple_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete.json new file mode 100644 index 00000000..701a4453 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_bottom.json new file mode 100644 index 00000000..7765bc3e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/rebar_concrete", + "side": "createindustry:block/rebar_concrete", + "top": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs.json new file mode 100644 index 00000000..7ea86b16 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/rebar_concrete", + "side": "createindustry:block/rebar_concrete", + "top": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_inner.json new file mode 100644 index 00000000..08e9d90c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/rebar_concrete", + "side": "createindustry:block/rebar_concrete", + "top": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_outer.json new file mode 100644 index 00000000..00a60496 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/rebar_concrete", + "side": "createindustry:block/rebar_concrete", + "top": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_top.json new file mode 100644 index 00000000..da9001dd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/rebar_concrete", + "side": "createindustry:block/rebar_concrete", + "top": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_post.json new file mode 100644 index 00000000..1f013b56 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side.json new file mode 100644 index 00000000..34576b62 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side_tall.json new file mode 100644 index 00000000..5d4ea227 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/rebar_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_caution_block.json b/src/generated/resources/assets/createindustry/models/block/red_caution_block.json new file mode 100644 index 00000000..fca513d3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_caution_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/red_caution_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete.json b/src/generated/resources/assets/createindustry/models/block/red_concrete.json new file mode 100644 index 00000000..c8b0c57f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_bottom.json new file mode 100644 index 00000000..8bc65644 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/red_concrete", + "side": "createindustry:block/red_concrete", + "top": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs.json new file mode 100644 index 00000000..8bb8c010 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/red_concrete", + "side": "createindustry:block/red_concrete", + "top": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_inner.json new file mode 100644 index 00000000..b8c3e2d5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/red_concrete", + "side": "createindustry:block/red_concrete", + "top": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_outer.json new file mode 100644 index 00000000..317ad79b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/red_concrete", + "side": "createindustry:block/red_concrete", + "top": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_top.json new file mode 100644 index 00000000..e3353b01 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/red_concrete", + "side": "createindustry:block/red_concrete", + "top": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_post.json new file mode 100644 index 00000000..723fb75d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side.json new file mode 100644 index 00000000..be7f710b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side_tall.json new file mode 100644 index 00000000..be2b62fe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/red_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab.json new file mode 100644 index 00000000..47e6a5ae --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "side": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "top": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab_top.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab_top.json new file mode 100644 index 00000000..c3f13b6e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "side": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "top": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs.json new file mode 100644 index 00000000..ef27226a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "side": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "top": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_inner.json new file mode 100644 index 00000000..0abad18c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "side": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "top": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_outer.json new file mode 100644 index 00000000..3f3e63f5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "side": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick", + "top": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks.json new file mode 100644 index 00000000..44667972 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_post.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_post.json new file mode 100644 index 00000000..01a1fc95 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side.json new file mode 100644 index 00000000..4726f53d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side_tall.json new file mode 100644 index 00000000..94bf5eca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/small_bauxite_bricks_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_block.json b/src/generated/resources/assets/createindustry/models/block/steel_block.json new file mode 100644 index 00000000..8e8bf046 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/steel_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_cap.json b/src/generated/resources/assets/createindustry/models/block/steel_cap.json new file mode 100644 index 00000000..205d2b84 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_cap.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/cap", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_cap_alt.json b/src/generated/resources/assets/createindustry/models/block/steel_cap_alt.json new file mode 100644 index 00000000..38f29664 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_cap_alt.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/cap_alt", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_casing.json b/src/generated/resources/assets/createindustry/models/block/steel_casing.json new file mode 100644 index 00000000..6026f0de --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_casing.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/steel_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_ladder.json b/src/generated/resources/assets/createindustry/models/block/steel_ladder.json new file mode 100644 index 00000000..df37bed3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_ladder.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/ladder", + "textures": { + "0": "createindustry:block/ladder_steel_hoop", + "1": "createindustry:block/ladder_steel", + "particle": "createindustry:block/ladder_steel" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_x.json new file mode 100644 index 00000000..19bb10cb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_y.json new file mode 100644 index 00000000..79812f88 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_z.json new file mode 100644 index 00000000..e4e3e8b0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/d_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_x.json new file mode 100644 index 00000000..b8a97a24 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_y.json new file mode 100644 index 00000000..6b7ee7ec --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_z.json new file mode 100644 index 00000000..25e041bd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/l_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_x.json new file mode 100644 index 00000000..fc994a57 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_y.json new file mode 100644 index 00000000..1d81ed12 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_z.json new file mode 100644 index 00000000..01252f06 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ld_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_x.json new file mode 100644 index 00000000..042b591b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_y.json new file mode 100644 index 00000000..062fa5a0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 12.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_z.json new file mode 100644 index 00000000..7fec4c1a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lr_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_x.json new file mode 100644 index 00000000..b8810e8f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_y.json new file mode 100644 index 00000000..42e98624 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 16.0, + 8.0, + 12.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_z.json new file mode 100644 index 00000000..3de82618 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/lu_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_x.json new file mode 100644 index 00000000..6cc847ba --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_y.json new file mode 100644 index 00000000..2f667c0a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_z.json new file mode 100644 index 00000000..e0e320f8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/r_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_x.json new file mode 100644 index 00000000..aad0b2ce --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_y.json new file mode 100644 index 00000000..c82d1b5e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 0.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_z.json new file mode 100644 index 00000000..83428223 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/rd_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_x.json new file mode 100644 index 00000000..b3cc91e1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_y.json new file mode 100644 index 00000000..3cd463ec --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 12.0, + 8.0, + 8.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_z.json new file mode 100644 index 00000000..238c3926 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ru_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_x.json new file mode 100644 index 00000000..42a5eecf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_y.json new file mode 100644 index 00000000..7e6097a2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 4.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_z.json new file mode 100644 index 00000000..5b0abc4b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/u_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_x.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_x.json new file mode 100644 index 00000000..c21eecc0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_x.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_x", + "elements": [ + { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_y.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_y.json new file mode 100644 index 00000000..52a04cc5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_y.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_y", + "elements": [ + { + "faces": { + "down": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + }, + "up": { + "texture": "#0", + "uv": [ + 4.0, + 12.0, + 0.0, + 8.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_z.json b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_z.json new file mode 100644 index 00000000..4b82fa30 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_pipe/ud_z.json @@ -0,0 +1,37 @@ +{ + "parent": "createindustry:block/steel_pipe/core_z", + "elements": [ + { + "faces": { + "north": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "south": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_post.json b/src/generated/resources/assets/createindustry/models/block/steel_post.json new file mode 100644 index 00000000..ba2c4b43 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_post.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/post", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_post_ends.json b/src/generated/resources/assets/createindustry/models/block/steel_post_ends.json new file mode 100644 index 00000000..d23df5f9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_post_ends.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/post_ends", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_scaffolding.json b/src/generated/resources/assets/createindustry/models/block/steel_scaffolding.json new file mode 100644 index 00000000..2e604779 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_scaffolding.json @@ -0,0 +1,10 @@ +{ + "parent": "createindustry:block/scaffold/block", + "textures": { + "casing": "createindustry:block/steel_casing", + "inside": "createindustry:block/scaffold/steel_scaffold_inside", + "particle": "createindustry:block/scaffold/steel_scaffold", + "side": "createindustry:block/scaffold/steel_scaffold", + "top": "createindustry:block/funnel/steel_funnel_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_scaffolding_horizontal.json b/src/generated/resources/assets/createindustry/models/block/steel_scaffolding_horizontal.json new file mode 100644 index 00000000..a4f849e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_scaffolding_horizontal.json @@ -0,0 +1,10 @@ +{ + "parent": "createindustry:block/scaffold/block_horizontal", + "textures": { + "casing": "createindustry:block/steel_casing", + "inside": "createindustry:block/scaffold/steel_scaffold_inside", + "particle": "createindustry:block/scaffold/steel_scaffold", + "side": "createindustry:block/scaffold/steel_scaffold", + "top": "createindustry:block/funnel/steel_funnel_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_side.json b/src/generated/resources/assets/createindustry/models/block/steel_side.json new file mode 100644 index 00000000..2bb0a662 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_side.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/side", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/steel_side_alt.json b/src/generated/resources/assets/createindustry/models/block/steel_side_alt.json new file mode 100644 index 00000000..0a2979b5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/steel_side_alt.json @@ -0,0 +1,8 @@ +{ + "parent": "createindustry:block/bars/side_alt", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge", + "particle": "createindustry:block/bars/steel_bars" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/sulfur.json b/src/generated/resources/assets/createindustry/models/block/sulfur.json new file mode 100644 index 00000000..82d1038d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/sulfur.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/sulfur" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete.json b/src/generated/resources/assets/createindustry/models/block/white_concrete.json new file mode 100644 index 00000000..b2c08aab --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_bottom.json new file mode 100644 index 00000000..cd29da70 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/white_concrete", + "side": "createindustry:block/white_concrete", + "top": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs.json new file mode 100644 index 00000000..94c79e33 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/white_concrete", + "side": "createindustry:block/white_concrete", + "top": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_inner.json new file mode 100644 index 00000000..06b419f5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/white_concrete", + "side": "createindustry:block/white_concrete", + "top": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_outer.json new file mode 100644 index 00000000..0df3f94a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/white_concrete", + "side": "createindustry:block/white_concrete", + "top": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_top.json new file mode 100644 index 00000000..2bd68825 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/white_concrete", + "side": "createindustry:block/white_concrete", + "top": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_post.json new file mode 100644 index 00000000..9069f26e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side.json new file mode 100644 index 00000000..fd9e82b5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side_tall.json new file mode 100644 index 00000000..4eb9d8e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/white_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete.json new file mode 100644 index 00000000..9b54eb56 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_bottom.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_bottom.json new file mode 100644 index 00000000..28a69fdd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "createindustry:block/yellow_concrete", + "side": "createindustry:block/yellow_concrete", + "top": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs.json new file mode 100644 index 00000000..780adec9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "createindustry:block/yellow_concrete", + "side": "createindustry:block/yellow_concrete", + "top": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_inner.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_inner.json new file mode 100644 index 00000000..0c9fc435 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "createindustry:block/yellow_concrete", + "side": "createindustry:block/yellow_concrete", + "top": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_outer.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_outer.json new file mode 100644 index 00000000..ca6c4e84 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "createindustry:block/yellow_concrete", + "side": "createindustry:block/yellow_concrete", + "top": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_top.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_top.json new file mode 100644 index 00000000..93344cb3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "createindustry:block/yellow_concrete", + "side": "createindustry:block/yellow_concrete", + "top": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_post.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_post.json new file mode 100644 index 00000000..b997be96 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side.json new file mode 100644 index 00000000..61ae54e5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side_tall.json b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side_tall.json new file mode 100644 index 00000000..341340b6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/block/yellow_concrete_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/air_intake.json b/src/generated/resources/assets/createindustry/models/item/air_intake.json new file mode 100644 index 00000000..4eb28076 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/air_intake.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/air_intake/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_bars.json b/src/generated/resources/assets/createindustry/models/item/aluminum_bars.json new file mode 100644 index 00000000..070743b0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_bars.json @@ -0,0 +1,7 @@ +{ + "parent": "createindustry:item/bars", + "textures": { + "bars": "createindustry:block/bars/aluminum_bars", + "edge": "createindustry:block/bars/aluminum_bars_edge" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_block.json b/src/generated/resources/assets/createindustry/models/item/aluminum_block.json new file mode 100644 index 00000000..de82350c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_fluid_valve.json b/src/generated/resources/assets/createindustry/models/item/aluminum_fluid_valve.json new file mode 100644 index 00000000..aa1b2796 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_flywheel.json b/src/generated/resources/assets/createindustry/models/item/aluminum_flywheel.json new file mode 100644 index 00000000..66828c27 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_flywheel.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_flywheel/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_ingot.json b/src/generated/resources/assets/createindustry/models/item/aluminum_ingot.json new file mode 100644 index 00000000..632f7827 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/aluminum_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_ladder.json b/src/generated/resources/assets/createindustry/models/item/aluminum_ladder.json new file mode 100644 index 00000000..04eff83b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:block/ladder_aluminum" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_mechanical_pump.json b/src/generated/resources/assets/createindustry/models/item/aluminum_mechanical_pump.json new file mode 100644 index 00000000..5bfc87a3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_mechanical_pump.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_mechanical_pump/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_pipe.json b/src/generated/resources/assets/createindustry/models/item/aluminum_pipe.json new file mode 100644 index 00000000..435658a1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_scaffolding.json b/src/generated/resources/assets/createindustry/models/item/aluminum_scaffolding.json new file mode 100644 index 00000000..e3657d16 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_scaffolding" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_smart_fluid_pipe.json b/src/generated/resources/assets/createindustry/models/item/aluminum_smart_fluid_pipe.json new file mode 100644 index 00000000..bfc63d53 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_smart_fluid_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_smart_fluid_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/aluminum_truss.json b/src/generated/resources/assets/createindustry/models/item/aluminum_truss.json new file mode 100644 index 00000000..3728acb1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/aluminum_truss.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/aluminum_truss" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/asphalt.json b/src/generated/resources/assets/createindustry/models/item/asphalt.json new file mode 100644 index 00000000..87559331 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/asphalt.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/asphalt" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/bauxite.json b/src/generated/resources/assets/createindustry/models/item/bauxite.json new file mode 100644 index 00000000..e36952cb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/bauxite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "createindustry:block/palettes/stone_types/natural/bauxite_1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/bauxite_pillar.json b/src/generated/resources/assets/createindustry/models/item/bauxite_pillar.json new file mode 100644 index 00000000..4401b5aa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/bauxite_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/bauxite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/bitumen.json b/src/generated/resources/assets/createindustry/models/item/bitumen.json new file mode 100644 index 00000000..40e8463b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/bitumen.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/bitumen" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/black_concrete.json b/src/generated/resources/assets/createindustry/models/item/black_concrete.json new file mode 100644 index 00000000..068868b5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/black_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/black_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/black_concrete_slab.json new file mode 100644 index 00000000..5d766202 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/black_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/black_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/black_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/black_concrete_stairs.json new file mode 100644 index 00000000..d3e97f6e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/black_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/black_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/black_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/black_concrete_wall.json new file mode 100644 index 00000000..f50493aa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/black_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/black_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blast_furnace_output.json b/src/generated/resources/assets/createindustry/models/item/blast_furnace_output.json new file mode 100644 index 00000000..07e7cc48 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blast_furnace_output.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/blast_furnace_output" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blasting_mixture.json b/src/generated/resources/assets/createindustry/models/item/blasting_mixture.json new file mode 100644 index 00000000..6b027781 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blasting_mixture.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/blasting_mixture" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/block_mold.json b/src/generated/resources/assets/createindustry/models/item/block_mold.json new file mode 100644 index 00000000..d2da133e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/block_mold.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/block_mold" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blue_concrete.json b/src/generated/resources/assets/createindustry/models/item/blue_concrete.json new file mode 100644 index 00000000..443c3459 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/blue_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blue_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/blue_concrete_slab.json new file mode 100644 index 00000000..809a300d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blue_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/blue_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blue_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/blue_concrete_stairs.json new file mode 100644 index 00000000..86dccc52 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blue_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/blue_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/blue_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/blue_concrete_wall.json new file mode 100644 index 00000000..20d9b9d4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/blue_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brass_fluid_valve.json b/src/generated/resources/assets/createindustry/models/item/brass_fluid_valve.json new file mode 100644 index 00000000..4ff63726 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brass_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brass_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brass_mechanical_pump.json b/src/generated/resources/assets/createindustry/models/item/brass_mechanical_pump.json new file mode 100644 index 00000000..43d8ce7a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brass_mechanical_pump.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brass_mechanical_pump/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brass_pipe.json b/src/generated/resources/assets/createindustry/models/item/brass_pipe.json new file mode 100644 index 00000000..f4279059 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brass_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brass_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brass_smart_fluid_pipe.json b/src/generated/resources/assets/createindustry/models/item/brass_smart_fluid_pipe.json new file mode 100644 index 00000000..130a4551 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brass_smart_fluid_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brass_smart_fluid_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brown_concrete.json b/src/generated/resources/assets/createindustry/models/item/brown_concrete.json new file mode 100644 index 00000000..a1451830 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brown_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brown_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/brown_concrete_slab.json new file mode 100644 index 00000000..c3753baa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brown_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brown_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brown_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/brown_concrete_stairs.json new file mode 100644 index 00000000..0defb7ed --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brown_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/brown_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/brown_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/brown_concrete_wall.json new file mode 100644 index 00000000..c87f95ed --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/brown_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/brown_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_block.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_block.json new file mode 100644 index 00000000..a2a82a12 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_controller.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_controller.json new file mode 100644 index 00000000..ddbb7ef1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_controller.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_distillation_controller/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_output.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_output.json new file mode 100644 index 00000000..9d4e7ae1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_distillation_output.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_distillation_output/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_fluid_valve.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_fluid_valve.json new file mode 100644 index 00000000..141f730b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_flywheel.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_flywheel.json new file mode 100644 index 00000000..fe54cf62 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_flywheel.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_flywheel/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_ingot.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_ingot.json new file mode 100644 index 00000000..fa45b54d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/cast_iron_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_mechanical_pump.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_mechanical_pump.json new file mode 100644 index 00000000..78a79a62 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_mechanical_pump.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_mechanical_pump/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_pipe.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_pipe.json new file mode 100644 index 00000000..76ecd142 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cast_iron_smart_fluid_pipe.json b/src/generated/resources/assets/createindustry/models/item/cast_iron_smart_fluid_pipe.json new file mode 100644 index 00000000..22d274a0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cast_iron_smart_fluid_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cast_iron_smart_fluid_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/casting_basin.json b/src/generated/resources/assets/createindustry/models/item/casting_basin.json new file mode 100644 index 00000000..273590ea --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/casting_basin.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/casting_basin/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/casting_spout.json b/src/generated/resources/assets/createindustry/models/item/casting_spout.json new file mode 100644 index 00000000..d5854ccd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/casting_spout.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/casting_spout/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/caution_block.json b/src/generated/resources/assets/createindustry/models/item/caution_block.json new file mode 100644 index 00000000..7bc613b1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/caution_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/caution_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cement.json b/src/generated/resources/assets/createindustry/models/item/cement.json new file mode 100644 index 00000000..ff016c68 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cement.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cement" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/charcoal_dust.json b/src/generated/resources/assets/createindustry/models/item/charcoal_dust.json new file mode 100644 index 00000000..0ebfca79 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/charcoal_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/charcoal_dust" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/coal_coke.json b/src/generated/resources/assets/createindustry/models/item/coal_coke.json new file mode 100644 index 00000000..4991e86e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/coal_coke.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/coal_coke" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/coal_coke_block.json b/src/generated/resources/assets/createindustry/models/item/coal_coke_block.json new file mode 100644 index 00000000..88f82607 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/coal_coke_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/coal_coke_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/coal_coke_dust.json b/src/generated/resources/assets/createindustry/models/item/coal_coke_dust.json new file mode 100644 index 00000000..e3f5b124 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/coal_coke_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/coal_coke_dust" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/coke_oven.json b/src/generated/resources/assets/createindustry/models/item/coke_oven.json new file mode 100644 index 00000000..c021744e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/coke_oven.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/coke_oven/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/concrete.json b/src/generated/resources/assets/createindustry/models/item/concrete.json new file mode 100644 index 00000000..c16cebc7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/concrete_slab.json new file mode 100644 index 00000000..58c45af3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/concrete_stairs.json new file mode 100644 index 00000000..d2e7ed85 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/concrete_wall.json new file mode 100644 index 00000000..07d5c1fe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cooling_fluid_bucket.json b/src/generated/resources/assets/createindustry/models/item/cooling_fluid_bucket.json new file mode 100644 index 00000000..cef6a97c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cooling_fluid_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/cooling_fluid_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/copper_grenade.json b/src/generated/resources/assets/createindustry/models/item/copper_grenade.json new file mode 100644 index 00000000..00a62d18 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/copper_grenade.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/copper_grenade" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/creosote_bucket.json b/src/generated/resources/assets/createindustry/models/item/creosote_bucket.json new file mode 100644 index 00000000..3fbd6fd0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/creosote_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/creosote_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/crude_oil_fluid_bucket.json b/src/generated/resources/assets/createindustry/models/item/crude_oil_fluid_bucket.json new file mode 100644 index 00000000..87a299dd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/crude_oil_fluid_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/crude_oil_fluid_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite.json new file mode 100644 index 00000000..3dc5ad23 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_slab.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_slab.json new file mode 100644 index 00000000..173b65c5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_stairs.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_stairs.json new file mode 100644 index 00000000..55b29bd5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite_brick_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_wall.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_wall.json new file mode 100644 index 00000000..c9cc29f0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_brick_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/palettes/stone_types/brick/bauxite_cut_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_bricks.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_bricks.json new file mode 100644 index 00000000..7ab4182e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_slab.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_slab.json new file mode 100644 index 00000000..40e9eb09 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_stairs.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_stairs.json new file mode 100644 index 00000000..792b85a7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cut_bauxite_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cut_bauxite_wall.json b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_wall.json new file mode 100644 index 00000000..e97a994a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cut_bauxite_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/palettes/stone_types/cut/bauxite_cut" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cyan_concrete.json b/src/generated/resources/assets/createindustry/models/item/cyan_concrete.json new file mode 100644 index 00000000..42cc29de --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cyan_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cyan_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_slab.json new file mode 100644 index 00000000..0859a6f5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cyan_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cyan_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_stairs.json new file mode 100644 index 00000000..adb12d17 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/cyan_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/cyan_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_wall.json new file mode 100644 index 00000000..0358b144 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/cyan_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/diesel_bucket.json b/src/generated/resources/assets/createindustry/models/item/diesel_bucket.json new file mode 100644 index 00000000..56a66e08 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/diesel_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/diesel_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/diesel_engine.json b/src/generated/resources/assets/createindustry/models/item/diesel_engine.json new file mode 100644 index 00000000..387e2745 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/diesel_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/diesel_engine/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/diesel_engine_expansion.json b/src/generated/resources/assets/createindustry/models/item/diesel_engine_expansion.json new file mode 100644 index 00000000..8b3c58ca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/diesel_engine_expansion.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/diesel_engine_expansion" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/engine_base.json b/src/generated/resources/assets/createindustry/models/item/engine_base.json new file mode 100644 index 00000000..155b490f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/engine_base.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:item/engine_base" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/engine_chamber.json b/src/generated/resources/assets/createindustry/models/item/engine_chamber.json new file mode 100644 index 00000000..35576a2e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/engine_chamber.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/engine_chamber" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/exhaust.json b/src/generated/resources/assets/createindustry/models/item/exhaust.json new file mode 100644 index 00000000..fae02e52 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/exhaust.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/exhaust/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/factory_floor.json b/src/generated/resources/assets/createindustry/models/item/factory_floor.json new file mode 100644 index 00000000..0c77476f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/factory_floor.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/factory_floor" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/factory_floor_slab.json b/src/generated/resources/assets/createindustry/models/item/factory_floor_slab.json new file mode 100644 index 00000000..30107f63 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/factory_floor_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/factory_floor_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/factory_floor_stairs.json b/src/generated/resources/assets/createindustry/models/item/factory_floor_stairs.json new file mode 100644 index 00000000..56c547e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/factory_floor_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/factory_floor_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fireclay.json b/src/generated/resources/assets/createindustry/models/item/fireclay.json new file mode 100644 index 00000000..b26c55ca --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fireclay.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/fireclay" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fireclay_ball.json b/src/generated/resources/assets/createindustry/models/item/fireclay_ball.json new file mode 100644 index 00000000..f7f2bea8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fireclay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/fireclay_ball" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fireproof_brick.json b/src/generated/resources/assets/createindustry/models/item/fireproof_brick.json new file mode 100644 index 00000000..ee349bbe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fireproof_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/fireproof_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fireproof_brick_reinforcement.json b/src/generated/resources/assets/createindustry/models/item/fireproof_brick_reinforcement.json new file mode 100644 index 00000000..d730d30b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fireproof_brick_reinforcement.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/fireproof_brick_reinforcement" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fireproof_bricks.json b/src/generated/resources/assets/createindustry/models/item/fireproof_bricks.json new file mode 100644 index 00000000..44d2388f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fireproof_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/fireproof_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/flarestack.json b/src/generated/resources/assets/createindustry/models/item/flarestack.json new file mode 100644 index 00000000..043e3f8c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/flarestack.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/flarestack/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/formwork_block.json b/src/generated/resources/assets/createindustry/models/item/formwork_block.json new file mode 100644 index 00000000..a8b4bcfb --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/formwork_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/formwork_block/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/fossilstone.json b/src/generated/resources/assets/createindustry/models/item/fossilstone.json new file mode 100644 index 00000000..9bb1e7e0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/fossilstone.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/fossilstone" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gasoline_bucket.json b/src/generated/resources/assets/createindustry/models/item/gasoline_bucket.json new file mode 100644 index 00000000..de7adaaa --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gasoline_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/gasoline_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gasoline_engine.json b/src/generated/resources/assets/createindustry/models/item/gasoline_engine.json new file mode 100644 index 00000000..29d41498 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gasoline_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/gasoline_engine/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gasoline_engine_back.json b/src/generated/resources/assets/createindustry/models/item/gasoline_engine_back.json new file mode 100644 index 00000000..fec0c015 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gasoline_engine_back.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/gasoline_engine_back/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gray_concrete.json b/src/generated/resources/assets/createindustry/models/item/gray_concrete.json new file mode 100644 index 00000000..cda8dc6a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/gray_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gray_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/gray_concrete_slab.json new file mode 100644 index 00000000..04de995f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gray_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/gray_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gray_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/gray_concrete_stairs.json new file mode 100644 index 00000000..c5c24770 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gray_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/gray_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/gray_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/gray_concrete_wall.json new file mode 100644 index 00000000..dff6d091 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/gray_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/green_concrete.json b/src/generated/resources/assets/createindustry/models/item/green_concrete.json new file mode 100644 index 00000000..cab1cd30 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/green_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/green_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/green_concrete_slab.json new file mode 100644 index 00000000..6b942cc1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/green_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/green_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/green_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/green_concrete_stairs.json new file mode 100644 index 00000000..e22cf6d4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/green_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/green_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/green_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/green_concrete_wall.json new file mode 100644 index 00000000..9ecb94d9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/green_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/green_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/hardened_planks.json b/src/generated/resources/assets/createindustry/models/item/hardened_planks.json new file mode 100644 index 00000000..584a4037 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/hardened_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/hardened_planks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/heavy_casing_door.json b/src/generated/resources/assets/createindustry/models/item/heavy_casing_door.json new file mode 100644 index 00000000..9dcf23fd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/heavy_casing_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/heavy_casing_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/heavy_machinery_casing.json b/src/generated/resources/assets/createindustry/models/item/heavy_machinery_casing.json new file mode 100644 index 00000000..81db2de0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/heavy_machinery_casing.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/heavy_machinery_casing" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/heavy_oil_bucket.json b/src/generated/resources/assets/createindustry/models/item/heavy_oil_bucket.json new file mode 100644 index 00000000..c950c0fe --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/heavy_oil_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/heavy_oil_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/heavy_plate.json b/src/generated/resources/assets/createindustry/models/item/heavy_plate.json new file mode 100644 index 00000000..5ebbe023 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/heavy_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/heavy_plate" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/industrial_pipe.json b/src/generated/resources/assets/createindustry/models/item/industrial_pipe.json new file mode 100644 index 00000000..d7fc5171 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/industrial_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/industrial_pipe/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/ingot_mold.json b/src/generated/resources/assets/createindustry/models/item/ingot_mold.json new file mode 100644 index 00000000..6cc183d1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/ingot_mold.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/ingot_mold" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/kerosene_bucket.json b/src/generated/resources/assets/createindustry/models/item/kerosene_bucket.json new file mode 100644 index 00000000..75857f17 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/kerosene_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/kerosene_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/layered_bauxite.json b/src/generated/resources/assets/createindustry/models/item/layered_bauxite.json new file mode 100644 index 00000000..1b00c3cd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/layered_bauxite.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/layered_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_blue_concrete.json b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete.json new file mode 100644 index 00000000..d1b5eb5f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_blue_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_slab.json new file mode 100644 index 00000000..e9794116 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_blue_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_stairs.json new file mode 100644 index 00000000..7ded80a7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_blue_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_wall.json new file mode 100644 index 00000000..df383d82 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_blue_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_gray_concrete.json b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete.json new file mode 100644 index 00000000..8c81c248 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_gray_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_slab.json new file mode 100644 index 00000000..ecb3f974 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_gray_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_stairs.json new file mode 100644 index 00000000..01b3fe3c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/light_gray_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_wall.json new file mode 100644 index 00000000..cba049e7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/light_gray_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lignite.json b/src/generated/resources/assets/createindustry/models/item/lignite.json new file mode 100644 index 00000000..ee840073 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lignite.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lignite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lime_concrete.json b/src/generated/resources/assets/createindustry/models/item/lime_concrete.json new file mode 100644 index 00000000..b1fc27e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lime_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lime_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/lime_concrete_slab.json new file mode 100644 index 00000000..4a5fbf6e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lime_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lime_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lime_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/lime_concrete_stairs.json new file mode 100644 index 00000000..06ecda6f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lime_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lime_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lime_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/lime_concrete_wall.json new file mode 100644 index 00000000..8082ab95 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lime_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/lime_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/limesand.json b/src/generated/resources/assets/createindustry/models/item/limesand.json new file mode 100644 index 00000000..b7bf2993 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/limesand.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/limesand" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/liquid_asphalt_bucket.json b/src/generated/resources/assets/createindustry/models/item/liquid_asphalt_bucket.json new file mode 100644 index 00000000..4a76bc2e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/liquid_asphalt_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/liquid_asphalt_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/liquid_concrete_bucket.json b/src/generated/resources/assets/createindustry/models/item/liquid_concrete_bucket.json new file mode 100644 index 00000000..6c5050e5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/liquid_concrete_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/liquid_concrete_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/liquid_plastic_bucket.json b/src/generated/resources/assets/createindustry/models/item/liquid_plastic_bucket.json new file mode 100644 index 00000000..b81689c1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/liquid_plastic_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/liquid_plastic_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lpg_engine.json b/src/generated/resources/assets/createindustry/models/item/lpg_engine.json new file mode 100644 index 00000000..83e81423 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lpg_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lpg_engine/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lpg_engine_back.json b/src/generated/resources/assets/createindustry/models/item/lpg_engine_back.json new file mode 100644 index 00000000..1dcffd6e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lpg_engine_back.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/lpg_engine_back/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/lubrication_oil_bucket.json b/src/generated/resources/assets/createindustry/models/item/lubrication_oil_bucket.json new file mode 100644 index 00000000..1197c957 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/lubrication_oil_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/lubrication_oil_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/machine_input.json b/src/generated/resources/assets/createindustry/models/item/machine_input.json new file mode 100644 index 00000000..9c4c12d1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/machine_input.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/machine_input" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/magenta_concrete.json b/src/generated/resources/assets/createindustry/models/item/magenta_concrete.json new file mode 100644 index 00000000..7373513c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/magenta_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/magenta_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_slab.json new file mode 100644 index 00000000..5c0e75db --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/magenta_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/magenta_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_stairs.json new file mode 100644 index 00000000..b01195e4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/magenta_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/magenta_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_wall.json new file mode 100644 index 00000000..852d286f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/magenta_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/molten_slag_bucket.json b/src/generated/resources/assets/createindustry/models/item/molten_slag_bucket.json new file mode 100644 index 00000000..3920fad0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/molten_slag_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/molten_slag_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/molten_steel_bucket.json b/src/generated/resources/assets/createindustry/models/item/molten_steel_bucket.json new file mode 100644 index 00000000..92746019 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/molten_steel_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/molten_steel_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/napalm_bomb.json b/src/generated/resources/assets/createindustry/models/item/napalm_bomb.json new file mode 100644 index 00000000..0f4c42b8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/napalm_bomb.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/napalm_bomb/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/napalm_bucket.json b/src/generated/resources/assets/createindustry/models/item/napalm_bucket.json new file mode 100644 index 00000000..a2f8b66e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/napalm_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/napalm_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/naphtha_bucket.json b/src/generated/resources/assets/createindustry/models/item/naphtha_bucket.json new file mode 100644 index 00000000..a425e209 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/naphtha_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/naphtha_bucket" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/nitrate_dust.json b/src/generated/resources/assets/createindustry/models/item/nitrate_dust.json new file mode 100644 index 00000000..86745ea3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/nitrate_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/nitrate_dust" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/oil_deposit.json b/src/generated/resources/assets/createindustry/models/item/oil_deposit.json new file mode 100644 index 00000000..24099d1c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/oil_deposit.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/oil_deposit" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/orange_concrete.json b/src/generated/resources/assets/createindustry/models/item/orange_concrete.json new file mode 100644 index 00000000..52028484 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/orange_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/orange_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/orange_concrete_slab.json new file mode 100644 index 00000000..e1707e02 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/orange_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/orange_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/orange_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/orange_concrete_stairs.json new file mode 100644 index 00000000..b49be556 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/orange_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/orange_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/orange_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/orange_concrete_wall.json new file mode 100644 index 00000000..6ee00d80 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/orange_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/orange_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pink_concrete.json b/src/generated/resources/assets/createindustry/models/item/pink_concrete.json new file mode 100644 index 00000000..74fb22a4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pink_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pink_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/pink_concrete_slab.json new file mode 100644 index 00000000..e8a79a83 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pink_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pink_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pink_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/pink_concrete_stairs.json new file mode 100644 index 00000000..4307e050 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pink_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pink_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pink_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/pink_concrete_wall.json new file mode 100644 index 00000000..dcf39d10 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pink_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/pink_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_block.json b/src/generated/resources/assets/createindustry/models/item/plastic_block.json new file mode 100644 index 00000000..56c54ad6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/plastic_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_fluid_valve.json b/src/generated/resources/assets/createindustry/models/item/plastic_fluid_valve.json new file mode 100644 index 00000000..06a59558 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/plastic_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_mechanical_pump.json b/src/generated/resources/assets/createindustry/models/item/plastic_mechanical_pump.json new file mode 100644 index 00000000..4e19bf78 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_mechanical_pump.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/plastic_mechanical_pump/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_pipe.json b/src/generated/resources/assets/createindustry/models/item/plastic_pipe.json new file mode 100644 index 00000000..c89786ee --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/plastic_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_sheet.json b/src/generated/resources/assets/createindustry/models/item/plastic_sheet.json new file mode 100644 index 00000000..ced4b188 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_sheet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/plastic_sheet" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/plastic_smart_fluid_pipe.json b/src/generated/resources/assets/createindustry/models/item/plastic_smart_fluid_pipe.json new file mode 100644 index 00000000..83f5b23b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/plastic_smart_fluid_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/plastic_smart_fluid_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite.json b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite.json new file mode 100644 index 00000000..d8428def --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/polished_cut_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_slab.json b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_slab.json new file mode 100644 index 00000000..9c2e4d2c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/polished_cut_bauxite_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_stairs.json b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_stairs.json new file mode 100644 index 00000000..89f1ecc4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/polished_cut_bauxite_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_wall.json b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_wall.json new file mode 100644 index 00000000..eaf8e290 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/polished_cut_bauxite_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/palettes/stone_types/polished/bauxite_cut_polished" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pumpjack_base.json b/src/generated/resources/assets/createindustry/models/item/pumpjack_base.json new file mode 100644 index 00000000..bcace2f4 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pumpjack_base.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pumpjack_base" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pumpjack_crank.json b/src/generated/resources/assets/createindustry/models/item/pumpjack_crank.json new file mode 100644 index 00000000..bcdb777d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pumpjack_crank.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pumpjack_crank" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/pumpjack_hammer_holder.json b/src/generated/resources/assets/createindustry/models/item/pumpjack_hammer_holder.json new file mode 100644 index 00000000..e66d9fd1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/pumpjack_hammer_holder.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/pumpjack_hammer_holder" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/purple_concrete.json b/src/generated/resources/assets/createindustry/models/item/purple_concrete.json new file mode 100644 index 00000000..ec00dd9e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/purple_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/purple_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/purple_concrete_slab.json new file mode 100644 index 00000000..ddf62bcf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/purple_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/purple_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/purple_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/purple_concrete_stairs.json new file mode 100644 index 00000000..a5087443 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/purple_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/purple_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/purple_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/purple_concrete_wall.json new file mode 100644 index 00000000..313d8ccf --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/purple_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/purple_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/quad_potato_cannon.json b/src/generated/resources/assets/createindustry/models/item/quad_potato_cannon.json new file mode 100644 index 00000000..79bd515d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/quad_potato_cannon.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:item/quad_potato_cannon/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar.json b/src/generated/resources/assets/createindustry/models/item/rebar.json new file mode 100644 index 00000000..cff679ea --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/rebar" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar_concrete.json b/src/generated/resources/assets/createindustry/models/item/rebar_concrete.json new file mode 100644 index 00000000..a2a77ac0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/rebar_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_slab.json new file mode 100644 index 00000000..870ee98c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/rebar_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_stairs.json new file mode 100644 index 00000000..9715d98d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/rebar_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_wall.json new file mode 100644 index 00000000..4b578b41 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/rebar_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/rebar_formwork_block.json b/src/generated/resources/assets/createindustry/models/item/rebar_formwork_block.json new file mode 100644 index 00000000..4b781c22 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/rebar_formwork_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/rebar_formwork_block/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/red_caution_block.json b/src/generated/resources/assets/createindustry/models/item/red_caution_block.json new file mode 100644 index 00000000..890fd446 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/red_caution_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/red_caution_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/red_concrete.json b/src/generated/resources/assets/createindustry/models/item/red_concrete.json new file mode 100644 index 00000000..c5981d97 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/red_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/red_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/red_concrete_slab.json new file mode 100644 index 00000000..f2031f98 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/red_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/red_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/red_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/red_concrete_stairs.json new file mode 100644 index 00000000..3099367c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/red_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/red_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/red_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/red_concrete_wall.json new file mode 100644 index 00000000..b94637ad --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/red_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/red_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/screw.json b/src/generated/resources/assets/createindustry/models/item/screw.json new file mode 100644 index 00000000..713e2b3d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/screw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/screw" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/screwdriver.json b/src/generated/resources/assets/createindustry/models/item/screwdriver.json new file mode 100644 index 00000000..e8d92aff --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/screwdriver.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/screwdriver" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/slag.json b/src/generated/resources/assets/createindustry/models/item/slag.json new file mode 100644 index 00000000..81fbe215 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/slag.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/slag" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_slab.json b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_slab.json new file mode 100644 index 00000000..ad0b6d9f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/small_bauxite_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_stairs.json b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_stairs.json new file mode 100644 index 00000000..6d75a121 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/small_bauxite_brick_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_wall.json b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_wall.json new file mode 100644 index 00000000..66736bb0 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/small_bauxite_brick_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/palettes/stone_types/small_brick/bauxite_cut_small_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/small_bauxite_bricks.json b/src/generated/resources/assets/createindustry/models/item/small_bauxite_bricks.json new file mode 100644 index 00000000..82058d83 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/small_bauxite_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/small_bauxite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/spark_plug.json b/src/generated/resources/assets/createindustry/models/item/spark_plug.json new file mode 100644 index 00000000..c97399f3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/spark_plug.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/spark_plug" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_bars.json b/src/generated/resources/assets/createindustry/models/item/steel_bars.json new file mode 100644 index 00000000..2da34e53 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_bars.json @@ -0,0 +1,7 @@ +{ + "parent": "createindustry:item/bars", + "textures": { + "bars": "createindustry:block/bars/steel_bars", + "edge": "createindustry:block/bars/steel_bars_edge" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_block.json b/src/generated/resources/assets/createindustry/models/item/steel_block.json new file mode 100644 index 00000000..d79b50dd --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_block.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_casing.json b/src/generated/resources/assets/createindustry/models/item/steel_casing.json new file mode 100644 index 00000000..e6b5934f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_casing.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_casing" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_distillation_controller.json b/src/generated/resources/assets/createindustry/models/item/steel_distillation_controller.json new file mode 100644 index 00000000..bc635ded --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_distillation_controller.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_distillation_controller/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_distillation_output.json b/src/generated/resources/assets/createindustry/models/item/steel_distillation_output.json new file mode 100644 index 00000000..93743291 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_distillation_output.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_distillation_output/block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_door.json b/src/generated/resources/assets/createindustry/models/item/steel_door.json new file mode 100644 index 00000000..6242a417 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/steel_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_fluid_tank.json b/src/generated/resources/assets/createindustry/models/item/steel_fluid_tank.json new file mode 100644 index 00000000..a516f24b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_fluid_tank.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_fluid_tank/block_single_window" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_fluid_valve.json b/src/generated/resources/assets/createindustry/models/item/steel_fluid_valve.json new file mode 100644 index 00000000..3df27b6c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_fluid_valve.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_fluid_valve/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_flywheel.json b/src/generated/resources/assets/createindustry/models/item/steel_flywheel.json new file mode 100644 index 00000000..20f6d0bc --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_flywheel.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_flywheel/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_ingot.json b/src/generated/resources/assets/createindustry/models/item/steel_ingot.json new file mode 100644 index 00000000..4049c5d5 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/steel_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_ladder.json b/src/generated/resources/assets/createindustry/models/item/steel_ladder.json new file mode 100644 index 00000000..417adf8b --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:block/ladder_steel" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_mechanical_pump.json b/src/generated/resources/assets/createindustry/models/item/steel_mechanical_pump.json new file mode 100644 index 00000000..492494c1 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_mechanical_pump.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_mechanical_pump/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_mechanism.json b/src/generated/resources/assets/createindustry/models/item/steel_mechanism.json new file mode 100644 index 00000000..18c80545 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_mechanism.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/steel_mechanism" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_pipe.json b/src/generated/resources/assets/createindustry/models/item/steel_pipe.json new file mode 100644 index 00000000..1be8b29d --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_scaffolding.json b/src/generated/resources/assets/createindustry/models/item/steel_scaffolding.json new file mode 100644 index 00000000..0b55e605 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_scaffolding" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_smart_fluid_pipe.json b/src/generated/resources/assets/createindustry/models/item/steel_smart_fluid_pipe.json new file mode 100644 index 00000000..41cead5e --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_smart_fluid_pipe.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_smart_fluid_pipe/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/steel_truss.json b/src/generated/resources/assets/createindustry/models/item/steel_truss.json new file mode 100644 index 00000000..f5b2d296 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/steel_truss.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/steel_truss" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/sulfur.json b/src/generated/resources/assets/createindustry/models/item/sulfur.json new file mode 100644 index 00000000..4159ccd3 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/sulfur.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/sulfur" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/sulfur_dust.json b/src/generated/resources/assets/createindustry/models/item/sulfur_dust.json new file mode 100644 index 00000000..78a7d3e7 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/sulfur_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/sulfur_dust" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/surface_scanner.json b/src/generated/resources/assets/createindustry/models/item/surface_scanner.json new file mode 100644 index 00000000..911fc226 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/surface_scanner.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/surface_scanner/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/thermite_grenade.json b/src/generated/resources/assets/createindustry/models/item/thermite_grenade.json new file mode 100644 index 00000000..24297078 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/thermite_grenade.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/thermite_grenade" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/thermite_powder.json b/src/generated/resources/assets/createindustry/models/item/thermite_powder.json new file mode 100644 index 00000000..f1ce8833 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/thermite_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/thermite_powder" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/turbine_blade.json b/src/generated/resources/assets/createindustry/models/item/turbine_blade.json new file mode 100644 index 00000000..01ef6bea --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/turbine_blade.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/turbine_blade" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/turbine_engine.json b/src/generated/resources/assets/createindustry/models/item/turbine_engine.json new file mode 100644 index 00000000..031b0e9a --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/turbine_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/turbine_engine/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/turbine_engine_back.json b/src/generated/resources/assets/createindustry/models/item/turbine_engine_back.json new file mode 100644 index 00000000..ce95f2b6 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/turbine_engine_back.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/turbine_engine_back/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/unfinished_gasoline_engine.json b/src/generated/resources/assets/createindustry/models/item/unfinished_gasoline_engine.json new file mode 100644 index 00000000..1281f108 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/unfinished_gasoline_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:item/unfinished_engine" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/unfinished_lpg_engine.json b/src/generated/resources/assets/createindustry/models/item/unfinished_lpg_engine.json new file mode 100644 index 00000000..1281f108 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/unfinished_lpg_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:item/unfinished_engine" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/unfinished_steel_mechanism.json b/src/generated/resources/assets/createindustry/models/item/unfinished_steel_mechanism.json new file mode 100644 index 00000000..0da8dbc2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/unfinished_steel_mechanism.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/unfinished_steel_mechanism" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/unfinished_turbine_engine.json b/src/generated/resources/assets/createindustry/models/item/unfinished_turbine_engine.json new file mode 100644 index 00000000..1281f108 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/unfinished_turbine_engine.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:item/unfinished_engine" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/unprocessed_heavy_plate.json b/src/generated/resources/assets/createindustry/models/item/unprocessed_heavy_plate.json new file mode 100644 index 00000000..5f597272 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/unprocessed_heavy_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/unprocessed_heavy_plate" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/white_concrete.json b/src/generated/resources/assets/createindustry/models/item/white_concrete.json new file mode 100644 index 00000000..071943f2 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/white_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/white_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/white_concrete_slab.json new file mode 100644 index 00000000..b9e68cb9 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/white_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/white_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/white_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/white_concrete_stairs.json new file mode 100644 index 00000000..55979ad8 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/white_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/white_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/white_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/white_concrete_wall.json new file mode 100644 index 00000000..7d4bc483 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/white_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/white_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/yellow_concrete.json b/src/generated/resources/assets/createindustry/models/item/yellow_concrete.json new file mode 100644 index 00000000..2b3a4669 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/yellow_concrete" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/yellow_concrete_slab.json b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_slab.json new file mode 100644 index 00000000..ff0b7c98 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/yellow_concrete_bottom" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/yellow_concrete_stairs.json b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_stairs.json new file mode 100644 index 00000000..157c8d13 --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "createindustry:block/yellow_concrete_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/yellow_concrete_wall.json b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_wall.json new file mode 100644 index 00000000..33b4015f --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/yellow_concrete_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "createindustry:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/createindustry/models/item/zinc_grenade.json b/src/generated/resources/assets/createindustry/models/item/zinc_grenade.json new file mode 100644 index 00000000..75f2e29c --- /dev/null +++ b/src/generated/resources/assets/createindustry/models/item/zinc_grenade.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "createindustry:item/zinc_grenade" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/casing.json b/src/generated/resources/data/create/tags/blocks/casing.json new file mode 100644 index 00000000..7b59573a --- /dev/null +++ b/src/generated/resources/data/create/tags/blocks/casing.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:steel_casing", + "createindustry:heavy_machinery_casing" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/fan_transparent.json b/src/generated/resources/data/create/tags/blocks/fan_transparent.json new file mode 100644 index 00000000..044fe203 --- /dev/null +++ b/src/generated/resources/data/create/tags/blocks/fan_transparent.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:steel_bars", + "createindustry:aluminum_bars" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/safe_nbt.json b/src/generated/resources/data/create/tags/blocks/safe_nbt.json new file mode 100644 index 00000000..4cdadd18 --- /dev/null +++ b/src/generated/resources/data/create/tags/blocks/safe_nbt.json @@ -0,0 +1,10 @@ +{ + "values": [ + "createindustry:gasoline_engine", + "createindustry:gasoline_engine_back", + "createindustry:lpg_engine", + "createindustry:lpg_engine_back", + "createindustry:turbine_engine", + "createindustry:turbine_engine_back" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/wrench_pickup.json b/src/generated/resources/data/create/tags/blocks/wrench_pickup.json new file mode 100644 index 00000000..044fe203 --- /dev/null +++ b/src/generated/resources/data/create/tags/blocks/wrench_pickup.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:steel_bars", + "createindustry:aluminum_bars" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/casing.json b/src/generated/resources/data/create/tags/items/casing.json new file mode 100644 index 00000000..7b59573a --- /dev/null +++ b/src/generated/resources/data/create/tags/items/casing.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:steel_casing", + "createindustry:heavy_machinery_casing" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/contraption_controlled.json b/src/generated/resources/data/create/tags/items/contraption_controlled.json new file mode 100644 index 00000000..1b8a22a4 --- /dev/null +++ b/src/generated/resources/data/create/tags/items/contraption_controlled.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:heavy_casing_door", + "createindustry:steel_door" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/create_ingots.json b/src/generated/resources/data/create/tags/items/create_ingots.json new file mode 100644 index 00000000..c04ee2da --- /dev/null +++ b/src/generated/resources/data/create/tags/items/create_ingots.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:steel_ingot", + "createindustry:cast_iron_ingot", + "createindustry:aluminum_ingot", + "createindustry:plastic_sheet" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/steel_sheetmetal.json b/src/generated/resources/data/createindustry/loot_tables/blocks/asphalt.json similarity index 85% rename from src/generated/resources/data/createindustry/loot_tables/blocks/steel_sheetmetal.json rename to src/generated/resources/data/createindustry/loot_tables/blocks/asphalt.json index 222de535..3723387b 100644 --- a/src/generated/resources/data/createindustry/loot_tables/blocks/steel_sheetmetal.json +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/asphalt.json @@ -11,7 +11,7 @@ "entries": [ { "type": "minecraft:item", - "name": "createindustry:steel_sheetmetal" + "name": "createindustry:asphalt" } ], "rolls": 1.0 diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/cement.json b/src/generated/resources/data/createindustry/loot_tables/blocks/cement.json new file mode 100644 index 00000000..7cc8ccd0 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/cement.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:cement" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/fireclay.json b/src/generated/resources/data/createindustry/loot_tables/blocks/fireclay.json new file mode 100644 index 00000000..30c41f4b --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/fireclay.json @@ -0,0 +1,65 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:fireclay_ball" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:fireclay_ball" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:fireclay_ball" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:fireclay_ball" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/hardened_planks.json b/src/generated/resources/data/createindustry/loot_tables/blocks/hardened_planks.json new file mode 100644 index 00000000..ec591dc7 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/hardened_planks.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:hardened_planks" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/lignite.json b/src/generated/resources/data/createindustry/loot_tables/blocks/lignite.json new file mode 100644 index 00000000..15888924 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/lignite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:lignite" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/limesand.json b/src/generated/resources/data/createindustry/loot_tables/blocks/limesand.json new file mode 100644 index 00000000..c4d939c2 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/limesand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:limesand" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/plastic_block.json b/src/generated/resources/data/createindustry/loot_tables/blocks/plastic_block.json new file mode 100644 index 00000000..925045b6 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/plastic_block.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:plastic_block" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/loot_tables/blocks/sulfur.json b/src/generated/resources/data/createindustry/loot_tables/blocks/sulfur.json new file mode 100644 index 00000000..754fb438 --- /dev/null +++ b/src/generated/resources/data/createindustry/loot_tables/blocks/sulfur.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "createindustry:sulfur" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/concrete.json b/src/generated/resources/data/forge/tags/blocks/concrete.json new file mode 100644 index 00000000..e10ed7fa --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/concrete.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:concrete" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/factory_floor.json b/src/generated/resources/data/forge/tags/blocks/factory_floor.json new file mode 100644 index 00000000..58ad315a --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/factory_floor.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:factory_floor" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/rebar_concrete.json b/src/generated/resources/data/forge/tags/blocks/rebar_concrete.json new file mode 100644 index 00000000..f167e31a --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/rebar_concrete.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:rebar_concrete" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json new file mode 100644 index 00000000..da0ed758 --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json @@ -0,0 +1,9 @@ +{ + "values": [ + "createindustry:steel_block", + "createindustry:cast_iron_block", + "createindustry:aluminum_block", + "createindustry:plastic_block", + "createindustry:coal_coke_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json new file mode 100644 index 00000000..f3213e55 --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/aluminum.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:aluminum_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json new file mode 100644 index 00000000..d078fcf0 --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/cast_iron.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:cast_iron_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json new file mode 100644 index 00000000..36adfcc0 --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/plastic.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:plastic_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json new file mode 100644 index 00000000..7e4c7d8c --- /dev/null +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/steel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:steel_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/diesel.json b/src/generated/resources/data/forge/tags/items/buckets/diesel.json new file mode 100644 index 00000000..b2c606d8 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/diesel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:diesel_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/gasoline.json b/src/generated/resources/data/forge/tags/items/buckets/gasoline.json new file mode 100644 index 00000000..12c33b57 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/gasoline.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:crude_oil_fluid_bucket", + "createindustry:gasoline_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/kerosene.json b/src/generated/resources/data/forge/tags/items/buckets/kerosene.json new file mode 100644 index 00000000..17d4784d --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/kerosene.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:kerosene_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/napalm.json b/src/generated/resources/data/forge/tags/items/buckets/napalm.json new file mode 100644 index 00000000..f71d64b7 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/napalm.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:napalm_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/naphtha.json b/src/generated/resources/data/forge/tags/items/buckets/naphtha.json new file mode 100644 index 00000000..7e9a0c75 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/naphtha.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:naphtha_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/plastic.json b/src/generated/resources/data/forge/tags/items/buckets/plastic.json new file mode 100644 index 00000000..10c495b7 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/plastic.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:liquid_plastic_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/slag.json b/src/generated/resources/data/forge/tags/items/buckets/slag.json new file mode 100644 index 00000000..140e4089 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/slag.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:molten_slag_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/buckets/steel.json b/src/generated/resources/data/forge/tags/items/buckets/steel.json new file mode 100644 index 00000000..e6dacc84 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/buckets/steel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:molten_steel_bucket" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/concrete.json b/src/generated/resources/data/forge/tags/items/concrete.json new file mode 100644 index 00000000..e10ed7fa --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/concrete.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:concrete" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json b/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json new file mode 100644 index 00000000..936cd252 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/dusts/coal_coke.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:coal_coke_dust" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/factory_floor.json b/src/generated/resources/data/forge/tags/items/factory_floor.json new file mode 100644 index 00000000..58ad315a --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/factory_floor.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:factory_floor" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/aluminum.json b/src/generated/resources/data/forge/tags/items/ingots/aluminum.json new file mode 100644 index 00000000..fb473e6e --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/ingots/aluminum.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:aluminum_ingot" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json b/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json new file mode 100644 index 00000000..b408b6b7 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/ingots/cast_iron.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:cast_iron_ingot" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/plastic.json b/src/generated/resources/data/forge/tags/items/ingots/plastic.json new file mode 100644 index 00000000..4815f16b --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/ingots/plastic.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:plastic_sheet" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ingots/steel.json b/src/generated/resources/data/forge/tags/items/ingots/steel.json new file mode 100644 index 00000000..c32d8829 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/ingots/steel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:steel_ingot" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/rebar_concrete.json b/src/generated/resources/data/forge/tags/items/rebar_concrete.json new file mode 100644 index 00000000..f167e31a --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/rebar_concrete.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:rebar_concrete" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks.json b/src/generated/resources/data/forge/tags/items/storage_blocks.json new file mode 100644 index 00000000..da0ed758 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/storage_blocks.json @@ -0,0 +1,9 @@ +{ + "values": [ + "createindustry:steel_block", + "createindustry:cast_iron_block", + "createindustry:aluminum_block", + "createindustry:plastic_block", + "createindustry:coal_coke_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json b/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json new file mode 100644 index 00000000..f3213e55 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/aluminum.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:aluminum_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json b/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json new file mode 100644 index 00000000..d078fcf0 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/cast_iron.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:cast_iron_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json b/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json new file mode 100644 index 00000000..36adfcc0 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/plastic.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:plastic_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json b/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json new file mode 100644 index 00000000..7e4c7d8c --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/steel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:steel_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json new file mode 100644 index 00000000..da465a7a --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:bauxite" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json new file mode 100644 index 00000000..13498519 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json @@ -0,0 +1,7 @@ +{ + "values": [ + "createindustry:steel_block", + "createindustry:cast_iron_block", + "createindustry:aluminum_block" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/climbable.json b/src/generated/resources/data/minecraft/tags/blocks/climbable.json new file mode 100644 index 00000000..5ea52493 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/climbable.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:steel_scaffolding", + "createindustry:aluminum_scaffolding", + "createindustry:steel_ladder", + "createindustry:aluminum_ladder" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/doors.json b/src/generated/resources/data/minecraft/tags/blocks/doors.json new file mode 100644 index 00000000..1b8a22a4 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/doors.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:heavy_casing_door", + "createindustry:steel_door" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json new file mode 100644 index 00000000..da465a7a --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:bauxite" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json new file mode 100644 index 00000000..da465a7a --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:bauxite" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json new file mode 100644 index 00000000..f1ca97e7 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json @@ -0,0 +1,21 @@ +{ + "values": [ + "createindustry:steel_casing", + "createindustry:heavy_machinery_casing", + "createindustry:hardened_planks", + "createindustry:steel_flywheel", + "createindustry:aluminum_flywheel", + "createindustry:cast_iron_flywheel", + "createindustry:formwork_block", + "createindustry:rebar_formwork_block", + "createindustry:cast_iron_distillation_output", + "createindustry:steel_distillation_output", + "createindustry:machine_input", + "createindustry:pumpjack_crank", + "createindustry:copper_encased_steel_pipe", + "createindustry:copper_encased_cast_iron_pipe", + "createindustry:copper_encased_brass_pipe", + "createindustry:copper_encased_plastic_pipe", + "createindustry:copper_encased_aluminum_pipe" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 00000000..cdb6eefb --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,177 @@ +{ + "values": [ + "createindustry:napalm_bomb", + "createindustry:fossilstone", + "createindustry:oil_deposit", + "createindustry:steel_casing", + "createindustry:heavy_machinery_casing", + "createindustry:steel_truss", + "createindustry:aluminum_truss", + "createindustry:caution_block", + "createindustry:red_caution_block", + "createindustry:asphalt", + "createindustry:sulfur", + "createindustry:lignite", + "createindustry:steel_scaffolding", + "createindustry:aluminum_scaffolding", + "createindustry:steel_bars", + "createindustry:aluminum_bars", + "createindustry:steel_ladder", + "createindustry:aluminum_ladder", + "createindustry:steel_flywheel", + "createindustry:aluminum_flywheel", + "createindustry:cast_iron_flywheel", + "createindustry:factory_floor_stairs", + "createindustry:factory_floor", + "createindustry:factory_floor_slab", + "createindustry:steel_fluid_tank", + "createindustry:cast_iron_distillation_output", + "createindustry:steel_distillation_output", + "createindustry:industrial_pipe", + "createindustry:machine_input", + "createindustry:pumpjack_crank", + "createindustry:fireproof_bricks", + "createindustry:fireproof_brick_reinforcement", + "createindustry:blast_furnace_output", + "createindustry:casting_basin", + "createindustry:casting_spout", + "createindustry:coke_oven", + "createindustry:air_intake", + "createindustry:steel_block", + "createindustry:cast_iron_block", + "createindustry:aluminum_block", + "createindustry:plastic_block", + "createindustry:coal_coke_block", + "createindustry:heavy_casing_door", + "createindustry:steel_door", + "createindustry:gasoline_engine", + "createindustry:gasoline_engine_back", + "createindustry:lpg_engine", + "createindustry:lpg_engine_back", + "createindustry:turbine_engine", + "createindustry:turbine_engine_back", + "createindustry:diesel_engine", + "createindustry:diesel_engine_expansion", + "createindustry:steel_pipe", + "createindustry:copper_encased_steel_pipe", + "createindustry:glass_steel_pipe", + "createindustry:steel_mechanical_pump", + "createindustry:steel_smart_fluid_pipe", + "createindustry:steel_fluid_valve", + "createindustry:cast_iron_pipe", + "createindustry:copper_encased_cast_iron_pipe", + "createindustry:glass_cast_iron_pipe", + "createindustry:cast_iron_mechanical_pump", + "createindustry:cast_iron_smart_fluid_pipe", + "createindustry:cast_iron_fluid_valve", + "createindustry:brass_pipe", + "createindustry:copper_encased_brass_pipe", + "createindustry:glass_brass_pipe", + "createindustry:brass_mechanical_pump", + "createindustry:brass_smart_fluid_pipe", + "createindustry:brass_fluid_valve", + "createindustry:plastic_pipe", + "createindustry:copper_encased_plastic_pipe", + "createindustry:glass_plastic_pipe", + "createindustry:plastic_mechanical_pump", + "createindustry:plastic_smart_fluid_pipe", + "createindustry:plastic_fluid_valve", + "createindustry:aluminum_pipe", + "createindustry:copper_encased_aluminum_pipe", + "createindustry:glass_aluminum_pipe", + "createindustry:aluminum_mechanical_pump", + "createindustry:aluminum_smart_fluid_pipe", + "createindustry:aluminum_fluid_valve", + "createindustry:black_concrete", + "createindustry:black_concrete_wall", + "createindustry:black_concrete_stairs", + "createindustry:black_concrete_slab", + "createindustry:white_concrete", + "createindustry:white_concrete_wall", + "createindustry:white_concrete_stairs", + "createindustry:white_concrete_slab", + "createindustry:blue_concrete", + "createindustry:blue_concrete_wall", + "createindustry:blue_concrete_stairs", + "createindustry:blue_concrete_slab", + "createindustry:light_blue_concrete", + "createindustry:light_blue_concrete_wall", + "createindustry:light_blue_concrete_stairs", + "createindustry:light_blue_concrete_slab", + "createindustry:red_concrete", + "createindustry:red_concrete_wall", + "createindustry:red_concrete_stairs", + "createindustry:red_concrete_slab", + "createindustry:green_concrete", + "createindustry:green_concrete_wall", + "createindustry:green_concrete_stairs", + "createindustry:green_concrete_slab", + "createindustry:lime_concrete", + "createindustry:lime_concrete_wall", + "createindustry:lime_concrete_stairs", + "createindustry:lime_concrete_slab", + "createindustry:pink_concrete", + "createindustry:pink_concrete_wall", + "createindustry:pink_concrete_stairs", + "createindustry:pink_concrete_slab", + "createindustry:magenta_concrete", + "createindustry:magenta_concrete_wall", + "createindustry:magenta_concrete_stairs", + "createindustry:magenta_concrete_slab", + "createindustry:yellow_concrete", + "createindustry:yellow_concrete_wall", + "createindustry:yellow_concrete_stairs", + "createindustry:yellow_concrete_slab", + "createindustry:gray_concrete", + "createindustry:gray_concrete_wall", + "createindustry:gray_concrete_stairs", + "createindustry:gray_concrete_slab", + "createindustry:light_gray_concrete", + "createindustry:light_gray_concrete_wall", + "createindustry:light_gray_concrete_stairs", + "createindustry:light_gray_concrete_slab", + "createindustry:brown_concrete", + "createindustry:brown_concrete_wall", + "createindustry:brown_concrete_stairs", + "createindustry:brown_concrete_slab", + "createindustry:cyan_concrete", + "createindustry:cyan_concrete_wall", + "createindustry:cyan_concrete_stairs", + "createindustry:cyan_concrete_slab", + "createindustry:purple_concrete", + "createindustry:purple_concrete_wall", + "createindustry:purple_concrete_stairs", + "createindustry:purple_concrete_slab", + "createindustry:orange_concrete", + "createindustry:orange_concrete_wall", + "createindustry:orange_concrete_stairs", + "createindustry:orange_concrete_slab", + "createindustry:concrete_wall", + "createindustry:concrete_stairs", + "createindustry:concrete", + "createindustry:concrete_slab", + "createindustry:rebar_concrete_wall", + "createindustry:rebar_concrete_stairs", + "createindustry:rebar_concrete", + "createindustry:rebar_concrete_slab", + "createindustry:bauxite", + "createindustry:cut_bauxite", + "createindustry:cut_bauxite_stairs", + "createindustry:cut_bauxite_slab", + "createindustry:cut_bauxite_wall", + "createindustry:polished_cut_bauxite", + "createindustry:polished_cut_bauxite_stairs", + "createindustry:polished_cut_bauxite_slab", + "createindustry:polished_cut_bauxite_wall", + "createindustry:cut_bauxite_bricks", + "createindustry:cut_bauxite_brick_stairs", + "createindustry:cut_bauxite_brick_slab", + "createindustry:cut_bauxite_brick_wall", + "createindustry:small_bauxite_bricks", + "createindustry:small_bauxite_brick_stairs", + "createindustry:small_bauxite_brick_slab", + "createindustry:small_bauxite_brick_wall", + "createindustry:layered_bauxite", + "createindustry:bauxite_pillar" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json new file mode 100644 index 00000000..da465a7a --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:bauxite" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json new file mode 100644 index 00000000..4265bdc0 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -0,0 +1,7 @@ +{ + "values": [ + "createindustry:rebar_concrete_wall", + "createindustry:rebar_concrete_stairs", + "createindustry:rebar_concrete" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json new file mode 100644 index 00000000..518c2040 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:steel_block", + "createindustry:cast_iron_block", + "createindustry:aluminum_block", + "createindustry:diesel_engine_expansion" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json new file mode 100644 index 00000000..3255de12 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json @@ -0,0 +1,78 @@ +{ + "values": [ + "createindustry:factory_floor_stairs", + "createindustry:factory_floor", + "createindustry:factory_floor_slab", + "createindustry:plastic_block", + "createindustry:coal_coke_block", + "createindustry:black_concrete", + "createindustry:black_concrete_wall", + "createindustry:black_concrete_stairs", + "createindustry:black_concrete_slab", + "createindustry:white_concrete", + "createindustry:white_concrete_wall", + "createindustry:white_concrete_stairs", + "createindustry:white_concrete_slab", + "createindustry:blue_concrete", + "createindustry:blue_concrete_wall", + "createindustry:blue_concrete_stairs", + "createindustry:blue_concrete_slab", + "createindustry:light_blue_concrete", + "createindustry:light_blue_concrete_wall", + "createindustry:light_blue_concrete_stairs", + "createindustry:light_blue_concrete_slab", + "createindustry:red_concrete", + "createindustry:red_concrete_wall", + "createindustry:red_concrete_stairs", + "createindustry:red_concrete_slab", + "createindustry:green_concrete", + "createindustry:green_concrete_wall", + "createindustry:green_concrete_stairs", + "createindustry:green_concrete_slab", + "createindustry:lime_concrete", + "createindustry:lime_concrete_wall", + "createindustry:lime_concrete_stairs", + "createindustry:lime_concrete_slab", + "createindustry:pink_concrete", + "createindustry:pink_concrete_wall", + "createindustry:pink_concrete_stairs", + "createindustry:pink_concrete_slab", + "createindustry:magenta_concrete", + "createindustry:magenta_concrete_wall", + "createindustry:magenta_concrete_stairs", + "createindustry:magenta_concrete_slab", + "createindustry:yellow_concrete", + "createindustry:yellow_concrete_wall", + "createindustry:yellow_concrete_stairs", + "createindustry:yellow_concrete_slab", + "createindustry:gray_concrete", + "createindustry:gray_concrete_wall", + "createindustry:gray_concrete_stairs", + "createindustry:gray_concrete_slab", + "createindustry:light_gray_concrete", + "createindustry:light_gray_concrete_wall", + "createindustry:light_gray_concrete_stairs", + "createindustry:light_gray_concrete_slab", + "createindustry:brown_concrete", + "createindustry:brown_concrete_wall", + "createindustry:brown_concrete_stairs", + "createindustry:brown_concrete_slab", + "createindustry:cyan_concrete", + "createindustry:cyan_concrete_wall", + "createindustry:cyan_concrete_stairs", + "createindustry:cyan_concrete_slab", + "createindustry:purple_concrete", + "createindustry:purple_concrete_wall", + "createindustry:purple_concrete_stairs", + "createindustry:purple_concrete_slab", + "createindustry:orange_concrete", + "createindustry:orange_concrete_wall", + "createindustry:orange_concrete_stairs", + "createindustry:orange_concrete_slab", + "createindustry:concrete_wall", + "createindustry:concrete_stairs", + "createindustry:concrete", + "createindustry:concrete_slab", + "createindustry:rebar_concrete_slab" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/slabs.json b/src/generated/resources/data/minecraft/tags/blocks/slabs.json new file mode 100644 index 00000000..e130b027 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/slabs.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:cut_bauxite_slab", + "createindustry:polished_cut_bauxite_slab", + "createindustry:cut_bauxite_brick_slab", + "createindustry:small_bauxite_brick_slab" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/stairs.json b/src/generated/resources/data/minecraft/tags/blocks/stairs.json new file mode 100644 index 00000000..5fbca465 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/stairs.json @@ -0,0 +1,27 @@ +{ + "values": [ + "createindustry:factory_floor_stairs", + "createindustry:black_concrete_stairs", + "createindustry:white_concrete_stairs", + "createindustry:blue_concrete_stairs", + "createindustry:light_blue_concrete_stairs", + "createindustry:red_concrete_stairs", + "createindustry:green_concrete_stairs", + "createindustry:lime_concrete_stairs", + "createindustry:pink_concrete_stairs", + "createindustry:magenta_concrete_stairs", + "createindustry:yellow_concrete_stairs", + "createindustry:gray_concrete_stairs", + "createindustry:light_gray_concrete_stairs", + "createindustry:brown_concrete_stairs", + "createindustry:cyan_concrete_stairs", + "createindustry:purple_concrete_stairs", + "createindustry:orange_concrete_stairs", + "createindustry:concrete_stairs", + "createindustry:rebar_concrete_stairs", + "createindustry:cut_bauxite_stairs", + "createindustry:polished_cut_bauxite_stairs", + "createindustry:cut_bauxite_brick_stairs", + "createindustry:small_bauxite_brick_stairs" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/walls.json b/src/generated/resources/data/minecraft/tags/blocks/walls.json new file mode 100644 index 00000000..35b464d0 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/walls.json @@ -0,0 +1,46 @@ +{ + "values": [ + "createindustry:factory_floor_slab", + "createindustry:fireproof_brick_reinforcement", + "createindustry:black_concrete_wall", + "createindustry:black_concrete_slab", + "createindustry:white_concrete_wall", + "createindustry:white_concrete_slab", + "createindustry:blue_concrete_wall", + "createindustry:blue_concrete_slab", + "createindustry:light_blue_concrete_wall", + "createindustry:light_blue_concrete_slab", + "createindustry:red_concrete_wall", + "createindustry:red_concrete_slab", + "createindustry:green_concrete_wall", + "createindustry:green_concrete_slab", + "createindustry:lime_concrete_wall", + "createindustry:lime_concrete_slab", + "createindustry:pink_concrete_wall", + "createindustry:pink_concrete_slab", + "createindustry:magenta_concrete_wall", + "createindustry:magenta_concrete_slab", + "createindustry:yellow_concrete_wall", + "createindustry:yellow_concrete_slab", + "createindustry:gray_concrete_wall", + "createindustry:gray_concrete_slab", + "createindustry:light_gray_concrete_wall", + "createindustry:light_gray_concrete_slab", + "createindustry:brown_concrete_wall", + "createindustry:brown_concrete_slab", + "createindustry:cyan_concrete_wall", + "createindustry:cyan_concrete_slab", + "createindustry:purple_concrete_wall", + "createindustry:purple_concrete_slab", + "createindustry:orange_concrete_wall", + "createindustry:orange_concrete_slab", + "createindustry:concrete_wall", + "createindustry:concrete_slab", + "createindustry:rebar_concrete_wall", + "createindustry:rebar_concrete_slab", + "createindustry:cut_bauxite_wall", + "createindustry:polished_cut_bauxite_wall", + "createindustry:cut_bauxite_brick_wall", + "createindustry:small_bauxite_brick_wall" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json b/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json new file mode 100644 index 00000000..1b8a22a4 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:heavy_casing_door", + "createindustry:steel_door" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/doors.json b/src/generated/resources/data/minecraft/tags/items/doors.json new file mode 100644 index 00000000..1b8a22a4 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/items/doors.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:heavy_casing_door", + "createindustry:steel_door" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/slabs.json b/src/generated/resources/data/minecraft/tags/items/slabs.json new file mode 100644 index 00000000..e130b027 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/items/slabs.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:cut_bauxite_slab", + "createindustry:polished_cut_bauxite_slab", + "createindustry:cut_bauxite_brick_slab", + "createindustry:small_bauxite_brick_slab" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/stairs.json b/src/generated/resources/data/minecraft/tags/items/stairs.json new file mode 100644 index 00000000..dfad8adb --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/items/stairs.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:cut_bauxite_stairs", + "createindustry:polished_cut_bauxite_stairs", + "createindustry:cut_bauxite_brick_stairs", + "createindustry:small_bauxite_brick_stairs" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/walls.json b/src/generated/resources/data/minecraft/tags/items/walls.json new file mode 100644 index 00000000..1f230a14 --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/items/walls.json @@ -0,0 +1,8 @@ +{ + "values": [ + "createindustry:cut_bauxite_wall", + "createindustry:polished_cut_bauxite_wall", + "createindustry:cut_bauxite_brick_wall", + "createindustry:small_bauxite_brick_wall" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/quark/tags/blocks/non_double_door.json b/src/generated/resources/data/quark/tags/blocks/non_double_door.json new file mode 100644 index 00000000..1b8a22a4 --- /dev/null +++ b/src/generated/resources/data/quark/tags/blocks/non_double_door.json @@ -0,0 +1,6 @@ +{ + "values": [ + "createindustry:heavy_casing_door", + "createindustry:steel_door" + ] +} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/createindustry/base/TFMGPipeModelData.java b/src/main/java/com/drmangotea/createindustry/base/TFMGPipeModelData.java new file mode 100644 index 00000000..dee25036 --- /dev/null +++ b/src/main/java/com/drmangotea/createindustry/base/TFMGPipeModelData.java @@ -0,0 +1,49 @@ +package com.drmangotea.createindustry.base; + +import com.simibubi.create.content.fluids.FluidTransportBehaviour; +import net.minecraft.client.Minecraft; +import net.minecraft.client.resources.model.BakedModel; +import net.minecraft.core.Direction; +import net.minecraft.world.level.block.state.BlockState; + +import java.util.Arrays; + +public class TFMGPipeModelData { + private FluidTransportBehaviour.AttachmentTypes[] attachments; + private boolean encased; + private BakedModel bracket; + + public TFMGPipeModelData() { + attachments = new FluidTransportBehaviour.AttachmentTypes[6]; + Arrays.fill(attachments, FluidTransportBehaviour.AttachmentTypes.NONE); + } + + public void putBracket(BlockState state) { + if (state != null) { + this.bracket = Minecraft.getInstance() + .getBlockRenderer() + .getBlockModel(state); + } + } + + public BakedModel getBracket() { + return bracket; + } + + public void putAttachment(Direction face, FluidTransportBehaviour.AttachmentTypes rim) { + attachments[face.get3DDataValue()] = rim; + } + + public FluidTransportBehaviour.AttachmentTypes getAttachment(Direction face) { + return attachments[face.get3DDataValue()]; + } + + public void setEncased(boolean encased) { + this.encased = encased; + } + + public boolean isEncased() { + return encased; + } +} + diff --git a/src/main/java/com/drmangotea/createindustry/blocks/concrete/asphalt/AsphaltFluid.java b/src/main/java/com/drmangotea/createindustry/blocks/concrete/asphalt/AsphaltFluid.java new file mode 100644 index 00000000..65992705 --- /dev/null +++ b/src/main/java/com/drmangotea/createindustry/blocks/concrete/asphalt/AsphaltFluid.java @@ -0,0 +1,76 @@ +package com.drmangotea.createindustry.blocks.concrete.asphalt; + +import com.drmangotea.createindustry.registry.TFMGBlocks; +import net.minecraft.core.BlockPos; +import net.minecraft.util.RandomSource; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.level.material.Fluid; +import net.minecraft.world.level.material.FluidState; +import net.minecraftforge.fluids.ForgeFlowingFluid; + +public class AsphaltFluid extends ForgeFlowingFluid { + + + protected AsphaltFluid(Properties properties) { + super(properties); + } + + @Override + public boolean isSource(FluidState p_76140_) { + return true; + } + + @Override + public int getAmount(FluidState p_164509_) { + return 8; + } + + @Override + public void randomTick(Level level, BlockPos pos, FluidState p_230574_, RandomSource randomSource) { + int random = randomSource.nextInt(7) ; + + if(random==2) { + level.setBlock(pos, TFMGBlocks.ASPHALT.get().defaultBlockState(), 3); + } + } + + protected boolean isRandomlyTicking() { + return true; + } + + + // + public static class Flowing extends AsphaltFluid { + public Flowing(Properties properties) { + super(properties); + } + + protected void createFluidStateDefinition(StateDefinition.Builder p_76260_) { + super.createFluidStateDefinition(p_76260_); + p_76260_.add(LEVEL); + } + + public int getAmount(FluidState p_76264_) { + return p_76264_.getValue(LEVEL); + } + + public boolean isSource(FluidState p_76262_) { + return false; + } + } + + public static class Source extends AsphaltFluid { + public Source(Properties properties) { + super(properties); + } + + public int getAmount(FluidState p_76269_) { + return 8; + } + + public boolean isSource(FluidState p_76267_) { + return true; + } + } +} diff --git a/src/main/java/com/drmangotea/createindustry/blocks/engines/intake/AirIntakeInstance.java b/src/main/java/com/drmangotea/createindustry/blocks/engines/intake/AirIntakeInstance.java index a5e96299..915a2cbc 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/engines/intake/AirIntakeInstance.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/engines/intake/AirIntakeInstance.java @@ -209,6 +209,7 @@ public class AirIntakeInstance extends KineticBlockEntityInstance new CombinedInvWrapper(inputInventory,fuelInventory)); + + + tank1.getPrimaryHandler().setCapacity(8000); + tank2.getPrimaryHandler().setCapacity(8000); } @Override public void addBehaviours(List behaviours) { @@ -114,10 +118,10 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem if(speedModifier!=0) { - fuelEfficiency = 1000 * speedModifier; + fuelEfficiency = 400 * speedModifier; speedModifier = (blastFurnaceLevel/2); }else { - fuelEfficiency = 1000; + fuelEfficiency = 400; speedModifier = 1; } @@ -157,7 +161,8 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem if(timer == -1&& (tank1.getPrimaryHandler().getFluidAmount()+recipe.getFluidResults().get(0).getAmount())<=tank1.getPrimaryHandler().getCapacity()&& (tank2.getPrimaryHandler().getFluidAmount()+recipe.getFluidResults().get(1).getAmount())<=tank2.getPrimaryHandler().getCapacity()&& - type != BlastFurnaceType.INVALID + type != BlastFurnaceType.INVALID&& + !fuelInventory.isEmpty() ) { timer= (int) (recipe.getProcessingDuration()/speedModifier); @@ -179,10 +184,10 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem acceptInsertedItems(); - if(recipe!=null) - if(fuelInventory.isEmpty()){ - timer= (int) (recipe.getProcessingDuration()/speedModifier); - } + // if(recipe!=null) + // if(!fuelInventory.isEmpty()){ + // timer= (int) (recipe.getProcessingDuration()/speedModifier); + // } if(type != BlastFurnaceType.INVALID&&timer>0&& @@ -331,6 +336,9 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem @Override @SuppressWarnings("removal") public boolean addToGoggleTooltip(List tooltip, boolean isPlayerSneaking) { + // Lang.translate("goggles.blast_furnace.height", timer) + // .style(ChatFormatting.LIGHT_PURPLE) + // .forGoggles(tooltip, 1); if(type == BlastFurnaceType.INVALID){ Lang.translate("goggles.blast_furnace.invalid") .style(ChatFormatting.RED) @@ -380,10 +388,6 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem .style(ChatFormatting.AQUA) .forGoggles(tooltip, 1); - Lang.translate("goggles.blast_furnace.height", timer) - .style(ChatFormatting.LIGHT_PURPLE) - .forGoggles(tooltip, 1); - } diff --git a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/MoltenMetalBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/MoltenMetalBlockEntity.java index 711de57d..adaff39b 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/MoltenMetalBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/MoltenMetalBlockEntity.java @@ -13,7 +13,7 @@ import java.util.List; public class MoltenMetalBlockEntity extends SmartBlockEntity { - public int discardTimer =0; + public int discardTimer; public MoltenMetalBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) { super(type, pos, state); @@ -25,7 +25,7 @@ public class MoltenMetalBlockEntity extends SmartBlockEntity { super.tick(); discardTimer-- ; if(discardTimer == 0) - if(Create.RANDOM.nextInt(25)==5) + // if(Create.RANDOM.nextInt(25)==5) level.setBlock(getBlockPos(), Blocks.AIR.defaultBlockState(),3); } diff --git a/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/distillation/distillation_tower/DistillationOutputBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/distillation/distillation_tower/DistillationOutputBlockEntity.java index 9aa76ec8..a65fcf83 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/distillation/distillation_tower/DistillationOutputBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/distillation/distillation_tower/DistillationOutputBlockEntity.java @@ -2,6 +2,7 @@ package com.drmangotea.createindustry.blocks.machines.oil_processing.distillatio +import com.drmangotea.createindustry.CreateTFMG; import com.drmangotea.createindustry.blocks.machines.oil_processing.distillation.distillery.DistilleryOutputBlockEntity; import com.drmangotea.createindustry.recipes.distillation.ItemlessRecipe; import com.drmangotea.createindustry.recipes.distillation.AdvancedDistillationRecipe; @@ -246,8 +247,8 @@ if(fluidInRecipe2!=null) return; if(controller.towerLevel>=12) { - speed = 1; - } else speed=3; + speed = 3; + } else speed=6; if(processTimer getBlockEntityType() { diff --git a/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/pumpjack/crank/PumpjackCrankRenderer.java b/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/pumpjack/crank/PumpjackCrankRenderer.java index 0d2f110b..ce7da47e 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/pumpjack/crank/PumpjackCrankRenderer.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/machines/oil_processing/pumpjack/crank/PumpjackCrankRenderer.java @@ -53,9 +53,6 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer { private void renderCrank(KineticBlockEntity te, PoseStack ms, int light, BlockState blockState, float angle, VertexConsumer vb) { - /** - * check - */ SuperByteBuffer hammer = CachedBufferer.block(blockState); //kineticRotationTransform(hammer, te, getRotationAxisOf(te), AngleHelper.rad(angle), light); @@ -73,28 +70,28 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer { float dialPivot = 5.75f / 16; SuperByteBuffer crank = CachedBufferer.partialFacing(TFMGPartialModels.PUMPJACK_CRANK, blockState,blockState.getValue(FACING)); - + CachedBufferer.partialFacing(TFMGPartialModels.PUMPJACK_CRANK_BLOCK, blockState,blockState.getValue(FACING)) + .translate(-0.5, -0.5, -0.5) + .light(light) + .renderInto(ms,vb); crank - .translate(-0.5, -0.75, -0.5) + .translate(-0.5, -0.5, -0.5) .centre() - .rotate(be.direction.getCounterClockWise(), -AngleHelper.rad(be.angle)) + .translate(0, -.25, 0) + .rotate(be.getBlockState().getValue(FACING).getCounterClockWise(), -AngleHelper.rad(be.angle)) + .translate(0, .25, 0) .unCentre() - .light(light) - .translateY(0.5); + .light(light); crank.renderInto(ms,vb); if (be.direction == Direction.NORTH){ - CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CRANK_BLOCK, blockState) - // .rotateY(d.toYRot()) - .unCentre() - .light(light) - .renderInto(ms, vb); + if(be.isValid()) { @@ -114,11 +111,7 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer { } } if(be.direction == Direction.EAST) { - CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CRANK_BLOCK, blockState) - .rotateY(270) - .unCentre() - .light(light) - .renderInto(ms, vb); + if(be.isValid()) { CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CONNECTOR, blockState) @@ -137,11 +130,7 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer { } } if(be.direction == Direction.SOUTH) { - CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CRANK_BLOCK, blockState) - .rotateY(180) - .unCentre() - .light(light) - .renderInto(ms, vb); + if(be.isValid()) { @@ -161,11 +150,7 @@ public class PumpjackCrankRenderer extends KineticBlockEntityRenderer { } } if(be.direction == Direction.WEST) { - CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CRANK_BLOCK, blockState) - .rotateY(90) - .unCentre() - .light(light) - .renderInto(ms, vb); + if(be.isValid()) { CachedBufferer.partial(TFMGPartialModels.PUMPJACK_CONNECTOR, blockState) diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/LockablePipeBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/LockablePipeBlockEntity.java index 16db633f..ccdaea4c 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/LockablePipeBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/LockablePipeBlockEntity.java @@ -1,15 +1,24 @@ package com.drmangotea.createindustry.blocks.pipes.normal; +import com.simibubi.create.AllBlocks; +import com.simibubi.create.content.fluids.FluidTransportBehaviour; +import com.simibubi.create.content.fluids.pipes.FluidPipeBlock; import com.simibubi.create.content.fluids.pipes.FluidPipeBlockEntity; import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; -import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; +import net.minecraft.world.level.block.state.properties.BooleanProperty; + +import java.util.Map; public class LockablePipeBlockEntity extends FluidPipeBlockEntity { @@ -20,9 +29,26 @@ public class LockablePipeBlockEntity extends FluidPipeBlockEntity { } public void toggleLock(Player player){ - level.playSound(player, getBlockPos(), SoundEvents.ANVIL_PLACE, SoundSource.BLOCKS, 0.3f,0.5f); + level.playSound(player, getBlockPos(), SoundEvents.COPPER_STEP, SoundSource.BLOCKS, 0.3f,0.5f); locked = !locked; + if(locked) + return; + BlockState newState; + Level world = level; + BlockPos pos = getBlockPos(); + FluidTransportBehaviour.cacheFlows(world, pos); + newState = updatePipe(world, pos, getBlockState()).setValue(BlockStateProperties.WATERLOGGED, getBlockState().getValue(BlockStateProperties.WATERLOGGED)); + world.setBlock(pos, newState, 3); + FluidTransportBehaviour.loadFlows(world, pos); + } + public BlockState updatePipe(LevelAccessor world, BlockPos pos, BlockState state) { + Direction side = Direction.UP; + Map facingToPropertyMap = FluidPipeBlock.PROPERTY_BY_DIRECTION; + return AllBlocks.FLUID_PIPE.get() + .updateBlockState(state.getBlock().defaultBlockState() + .setValue(facingToPropertyMap.get(side), true) + .setValue(facingToPropertyMap.get(side.getOpposite()), true), side, null, world, pos); } @Override diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java index 18cb50b1..bc0198d2 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java @@ -26,6 +26,8 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; + public class AluminumPipeAttachmentModel extends BakedModelWrapperWithData { private static final ModelProperty PIPE_PROPERTY = new ModelProperty<>(); @@ -42,8 +44,24 @@ public class AluminumPipeAttachmentModel extends BakedModelWrapperWithData { BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (transport != null) - for (Direction d : Iterate.directions) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } if (bracket != null) data.putBracket(bracket.getBracket()); diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java index dca18e24..54ca762a 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java @@ -26,6 +26,8 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; + public class BrassPipeAttachmentModel extends BakedModelWrapperWithData { private static final ModelProperty PIPE_PROPERTY = new ModelProperty<>(); @@ -42,8 +44,24 @@ public class BrassPipeAttachmentModel extends BakedModelWrapperWithData { BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (transport != null) - for (Direction d : Iterate.directions) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } if (bracket != null) data.putBracket(bracket.getBracket()); diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java index cbbf775d..b47884d5 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java @@ -26,6 +26,8 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; + public class CastIronPipeAttachmentModel extends BakedModelWrapperWithData { private static final ModelProperty PIPE_PROPERTY = new ModelProperty<>(); @@ -42,8 +44,24 @@ public class CastIronPipeAttachmentModel extends BakedModelWrapperWithData { BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (transport != null) - for (Direction d : Iterate.directions) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } if (bracket != null) data.putBracket(bracket.getBracket()); diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java index c2649d9a..e958eb49 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java @@ -26,6 +26,8 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; + public class PlasticPipeAttachmentModel extends BakedModelWrapperWithData { private static final ModelProperty PIPE_PROPERTY = new ModelProperty<>(); @@ -42,8 +44,24 @@ public class PlasticPipeAttachmentModel extends BakedModelWrapperWithData { BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (transport != null) - for (Direction d : Iterate.directions) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } if (bracket != null) data.putBracket(bracket.getBracket()); diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/steel/SteelPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/steel/SteelPipeAttachmentModel.java index ba224c49..a40cc716 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/steel/SteelPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/steel/SteelPipeAttachmentModel.java @@ -1,5 +1,6 @@ package com.drmangotea.createindustry.blocks.pipes.normal.steel; +import com.drmangotea.createindustry.blocks.pipes.normal.LockablePipeBlockEntity; import com.drmangotea.createindustry.registry.TFMGPartialModels; import com.simibubi.create.content.decoration.bracket.BracketedBlockEntityBehaviour; import com.simibubi.create.content.fluids.FluidTransportBehaviour; @@ -25,6 +26,9 @@ import org.jetbrains.annotations.NotNull; import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import java.util.concurrent.locks.Lock; + +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; public class SteelPipeAttachmentModel extends BakedModelWrapperWithData { @@ -42,8 +46,25 @@ public class SteelPipeAttachmentModel extends BakedModelWrapperWithData { BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (transport != null) - for (Direction d : Iterate.directions) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } if (bracket != null) data.putBracket(bracket.getBracket()); @@ -92,7 +113,7 @@ public class SteelPipeAttachmentModel extends BakedModelWrapperWithData { .getQuads(state, side, rand, data, renderType)); } - private static class PipeModelData { + public class PipeModelData { private FluidTransportBehaviour.AttachmentTypes[] attachments; private boolean encased; private BakedModel bracket; diff --git a/src/main/java/com/drmangotea/createindustry/items/ScrewdriverItem.java b/src/main/java/com/drmangotea/createindustry/items/ScrewdriverItem.java index 474beb6d..ea48fb8c 100644 --- a/src/main/java/com/drmangotea/createindustry/items/ScrewdriverItem.java +++ b/src/main/java/com/drmangotea/createindustry/items/ScrewdriverItem.java @@ -2,7 +2,9 @@ package com.drmangotea.createindustry.items; import com.drmangotea.createindustry.blocks.pipes.normal.LockablePipeBlockEntity; import com.drmangotea.createindustry.registry.TFMGBlocks; +import com.simibubi.create.content.fluids.pipes.FluidPipeBlock; import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.world.InteractionResult; @@ -10,6 +12,9 @@ import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.state.properties.BooleanProperty; + +import java.util.Map; public class ScrewdriverItem extends Item { @@ -38,9 +43,13 @@ public class ScrewdriverItem extends Item { level.getBlockState(positionClicked).is(TFMGBlocks.ALUMINUM_PIPE.get())|| level.getBlockState(positionClicked).is(TFMGBlocks.PLASTIC_PIPE.get()) ) { - level.playSound(player, positionClicked, SoundEvents.ANVIL_PLACE, SoundSource.BLOCKS, 0.3f,0.5f); + //level.playSound(player, positionClicked, SoundEvents.COPPER_STEP, SoundSource.BLOCKS, 0.3f,0.5f); ((LockablePipeBlockEntity)level.getBlockEntity(positionClicked)).toggleLock(player); - + // Direction side = Direction.UP; + // Map facingToPropertyMap = FluidPipeBlock.PROPERTY_BY_DIRECTION; + // ((FluidPipeBlock)level.getBlockState(positionClicked).getBlock()).updateBlockState(TFMGBlocks.ALUMINUM_PIPE.getDefaultState() + // .setValue(facingToPropertyMap.get(side), true) + // .setValue(facingToPropertyMap.get(side.getOpposite()), true), side, null, level, positionClicked);; } diff --git a/src/main/java/com/drmangotea/createindustry/mixins/FluidPipeBlockMixin.java b/src/main/java/com/drmangotea/createindustry/mixins/FluidPipeBlockMixin.java index 4529b59c..019d222f 100644 --- a/src/main/java/com/drmangotea/createindustry/mixins/FluidPipeBlockMixin.java +++ b/src/main/java/com/drmangotea/createindustry/mixins/FluidPipeBlockMixin.java @@ -262,7 +262,6 @@ public class FluidPipeBlockMixin extends PipeBlock implements SimpleWaterloggedB @Overwrite( remap = false) public BlockState updateBlockState(BlockState state, Direction preferredDirection, @Nullable Direction ignore, BlockAndTintGetter world, BlockPos pos) { - CreateTFMG.LOGGER.debug("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"); BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); if (bracket != null && bracket.isBracketPresent()) return state; @@ -273,16 +272,24 @@ public class FluidPipeBlockMixin extends PipeBlock implements SimpleWaterloggedB .filter(prevState::getValue) .count(); + // Update sides that are not ignored for (Direction d : Iterate.directions) if (d != ignore) { boolean shouldConnect = canConnectTo(world, pos.relative(d), world.getBlockState(pos.relative(d)), d); - if(world.getBlockEntity(pos.relative(d)) instanceof LockablePipeBlockEntity) - if(((LockablePipeBlockEntity)world.getBlockEntity(pos.relative(d))).locked) { + + if(world.getBlockEntity(pos.relative(d)) instanceof LockablePipeBlockEntity) { + if (((LockablePipeBlockEntity) world.getBlockEntity(pos.relative(d))).locked) { shouldConnect = false; - CreateTFMG.LOGGER.debug("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"); + + + if(world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite()))){ + shouldConnect =true; + } } + + } state = state.setValue(PROPERTY_BY_DIRECTION.get(d), shouldConnect); } diff --git a/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java b/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java new file mode 100644 index 00000000..073ee984 --- /dev/null +++ b/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java @@ -0,0 +1,130 @@ +package com.drmangotea.createindustry.mixins; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +import com.drmangotea.createindustry.base.TFMGPipeModelData; +import com.drmangotea.createindustry.blocks.pipes.normal.plastic.PlasticPipeAttachmentModel; +import com.simibubi.create.content.fluids.FluidTransportBehaviour; +import com.simibubi.create.content.fluids.PipeAttachmentModel; +import org.jetbrains.annotations.NotNull; + +import com.simibubi.create.AllPartialModels; +import com.simibubi.create.content.decoration.bracket.BracketedBlockEntityBehaviour; +import com.simibubi.create.content.fluids.FluidTransportBehaviour.AttachmentTypes; +import com.simibubi.create.content.fluids.FluidTransportBehaviour.AttachmentTypes.ComponentPartials; +import com.simibubi.create.content.fluids.pipes.FluidPipeBlock; +import com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour; +import com.simibubi.create.foundation.model.BakedModelWrapperWithData; +import com.simibubi.create.foundation.utility.Iterate; + +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.ItemBlockRenderTypes; +import net.minecraft.client.renderer.RenderType; +import net.minecraft.client.renderer.block.model.BakedQuad; +import net.minecraft.client.resources.model.BakedModel; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.util.RandomSource; +import net.minecraft.world.level.BlockAndTintGetter; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.client.ChunkRenderTypeSet; +import net.minecraftforge.client.model.data.ModelData; +import net.minecraftforge.client.model.data.ModelData.Builder; +import net.minecraftforge.client.model.data.ModelProperty; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.Overwrite; +import org.spongepowered.asm.mixin.Shadow; + +import static net.minecraft.world.level.block.PipeBlock.PROPERTY_BY_DIRECTION; +@Mixin(PipeAttachmentModel.class) +public class PipeAttachmentModelMixin extends BakedModelWrapperWithData { + + private static final ModelProperty PIPE_PROPERTY = new ModelProperty<>(); + + public PipeAttachmentModelMixin(BakedModel template) { + super(template); + } + + /** + * @author DrMangoTea + * @reason locked pipes + */ + @Overwrite( remap = false) + protected ModelData.Builder gatherModelData(ModelData.Builder builder, BlockAndTintGetter world, BlockPos pos, BlockState state, + ModelData blockEntityData) { + TFMGPipeModelData data = new TFMGPipeModelData(); + FluidTransportBehaviour transport = BlockEntityBehaviour.get(world, pos, FluidTransportBehaviour.TYPE); + BracketedBlockEntityBehaviour bracket = BlockEntityBehaviour.get(world, pos, BracketedBlockEntityBehaviour.TYPE); + + if (transport != null) + for (Direction d : Iterate.directions) { + boolean shouldConnect = true; + if(world.getBlockState(pos.relative(d)).getBlock() instanceof FluidPipeBlock) { + + if(d.getAxis().isHorizontal()) + shouldConnect = world.getBlockState(pos.relative(d)).getValue(PROPERTY_BY_DIRECTION.get(d.getOpposite())); + + + + } + + data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); + + if(!shouldConnect) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + + } + if (bracket != null) + data.putBracket(bracket.getBracket()); + + data.setEncased(FluidPipeBlock.shouldDrawCasing(world, pos, state)); + return builder.with(PIPE_PROPERTY, data); + } + + @SuppressWarnings("removal") + @Override + public ChunkRenderTypeSet getRenderTypes(@NotNull BlockState state, @NotNull RandomSource rand, @NotNull ModelData data) { + ChunkRenderTypeSet set = super.getRenderTypes(state, rand, data); + if (set.isEmpty()) { + return ItemBlockRenderTypes.getRenderLayers(state); + } + return set; + } + + @Override + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData data, RenderType renderType) { + List quads = super.getQuads(state, side, rand, data, renderType); + if (data.has(PIPE_PROPERTY)) { + TFMGPipeModelData pipeData = data.get(PIPE_PROPERTY); + quads = new ArrayList<>(quads); + addQuads(quads, state, side, rand, data, pipeData, renderType); + } + return quads; + } + + private void addQuads(List quads, BlockState state, Direction side, RandomSource rand, ModelData data, + TFMGPipeModelData pipeData, RenderType renderType) { + BakedModel bracket = pipeData.getBracket(); + if (bracket != null) + quads.addAll(bracket.getQuads(state, side, rand, data, renderType)); + for (Direction d : Iterate.directions) { + AttachmentTypes type = pipeData.getAttachment(d); + for (ComponentPartials partial : type.partials) { + quads.addAll(AllPartialModels.PIPE_ATTACHMENTS.get(partial) + .get(d) + .get() + .getQuads(state, side, rand, data, renderType)); + } + } + if (pipeData.isEncased()) + quads.addAll(AllPartialModels.FLUID_PIPE_CASING.get() + .getQuads(state, side, rand, data, renderType)); + } + + + + +} diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java index cfb7077a..f540ae40 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java @@ -7,6 +7,7 @@ import com.drmangotea.createindustry.base.TFMGVanillaBlockStates; import com.drmangotea.createindustry.blocks.concrete.formwork.FormWorkBlock; import com.drmangotea.createindustry.blocks.concrete.formwork.FormWorkGenerator; import com.drmangotea.createindustry.blocks.concrete.formwork.rebar.RebarFormWorkBlock; +import com.drmangotea.createindustry.blocks.decoration.TFMGGravityBlock; import com.drmangotea.createindustry.blocks.decoration.TrussBlock; import com.drmangotea.createindustry.blocks.decoration.doors.TFMGSlidingDoorBlock; import com.drmangotea.createindustry.blocks.decoration.flywheels.TFMGFlywheelBlock; @@ -26,6 +27,7 @@ import com.drmangotea.createindustry.blocks.engines.small.turbine.TurbineEngineB import com.drmangotea.createindustry.blocks.machines.exhaust.ExhaustBlock; import com.drmangotea.createindustry.blocks.machines.flarestack.FlarestackBlock; import com.drmangotea.createindustry.blocks.machines.flarestack.FlarestackGenerator; +import com.drmangotea.createindustry.blocks.machines.oil_processing.distillation.distillation_tower.IndustrialPipeBlock; import com.drmangotea.createindustry.blocks.pipes.normal.aluminum.AluminumPipeAttachmentModel; import com.drmangotea.createindustry.blocks.pipes.normal.aluminum.AluminumPipeBlock; import com.drmangotea.createindustry.blocks.pipes.normal.aluminum.EncasedAluminumPipeBlock; @@ -71,10 +73,7 @@ import com.drmangotea.createindustry.blocks.tanks.SteelFluidTankModel; import com.drmangotea.createindustry.blocks.tanks.SteelTankBlock; import com.drmangotea.createindustry.blocks.tanks.SteelTankGenerator; import com.drmangotea.createindustry.blocks.tanks.SteelTankItem; -import com.simibubi.create.AllBlocks; -import com.simibubi.create.AllSpriteShifts; -import com.simibubi.create.AllTags; -import com.simibubi.create.Create; +import com.simibubi.create.*; import com.simibubi.create.content.decoration.MetalLadderBlock; import com.simibubi.create.content.decoration.MetalScaffoldingBlock; import com.simibubi.create.content.decoration.encasing.CasingBlock; @@ -87,6 +86,7 @@ import com.simibubi.create.content.kinetics.BlockStressDefaults; import com.simibubi.create.content.processing.AssemblyOperatorBlockItem; import com.simibubi.create.foundation.data.*; import com.simibubi.create.foundation.utility.Couple; +import com.tterrag.registrate.providers.loot.RegistrateBlockLootTables; import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.entry.BlockEntry; import net.minecraft.client.renderer.RenderType; @@ -99,6 +99,9 @@ import net.minecraft.world.level.block.state.BlockBehaviour; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraft.world.level.material.Material; import net.minecraft.world.level.material.MaterialColor; +import net.minecraft.world.level.storage.loot.LootPool; +import net.minecraft.world.level.storage.loot.entries.LootItem; +import net.minecraft.world.level.storage.loot.providers.number.ConstantValue; import net.minecraftforge.client.model.generators.ConfiguredModel; import net.minecraftforge.common.Tags; import net.minecraftforge.registries.RegistryObject; @@ -124,7 +127,7 @@ public class TFMGBlocks { .properties(p -> p.color(MaterialColor.TERRACOTTA_GREEN)) .properties(p -> p.requiresCorrectToolForDrops()) .transform(pickaxeOnly()) - .blockstate(simpleCubeAll("napalm_bomb")) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .item() .build() .lang("Napalm Bomb") @@ -186,6 +189,15 @@ public class TFMGBlocks { .lang("Aluminum Truss") .register(); + public static final BlockEntry HARDENED_PLANKS = REGISTRATE.block("hardened_planks", Block::new) + .initialProperties(() -> Blocks.OAK_PLANKS) + .properties(p -> p.color(MaterialColor.TERRACOTTA_BROWN)) + .transform(axeOnly()) + .item() + .build() + .lang("Hardened Planks") + .register(); + public static final BlockEntry CAUTION_BLOCK = REGISTRATE.block("caution_block", Block::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.color(MaterialColor.COLOR_YELLOW)) @@ -195,6 +207,7 @@ public class TFMGBlocks { .lang("Caution Block") .register(); + public static final BlockEntry RED_CAUTION_BLOCK = REGISTRATE.block("red_caution_block", Block::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.color(MaterialColor.COLOR_RED)) @@ -205,6 +218,32 @@ public class TFMGBlocks { .register(); + public static final BlockEntry ASPHALT = REGISTRATE.block("asphalt", Block::new) + .initialProperties(() -> Blocks.STONE) + .properties(p -> p.color(MaterialColor.COLOR_BLACK)) + .transform(pickaxeOnly()) + .item() + .build() + .lang("Asphalt") + .register(); + public static final BlockEntry SULFUR = REGISTRATE.block("sulfur", Block::new) + .initialProperties(() -> Blocks.CALCITE) + .properties(p -> p.color(MaterialColor.TERRACOTTA_YELLOW)) + .transform(pickaxeOnly()) + .item() + .build() + .lang("Sulfur") + .register(); + public static final BlockEntry LIGNITE = REGISTRATE.block("lignite", Block::new) + .initialProperties(() -> Blocks.CALCITE) + .properties(p -> p.color(MaterialColor.COLOR_BROWN)) + .transform(pickaxeOnly()) + .item() + .build() + .lang("Lignite") + .register(); + + public static final BlockEntry STEEL_SCAFFOLD = REGISTRATE.block("steel_scaffolding", MetalScaffoldingBlock::new) .properties(p -> p @@ -293,6 +332,48 @@ public class TFMGBlocks { .lang("Factory Floor Slab") .register(); + public static final BlockEntry LIMESAND = REGISTRATE.block("limesand", TFMGGravityBlock::new) + .initialProperties(() -> Blocks.SAND) + .properties(p -> p.color(MaterialColor.TERRACOTTA_YELLOW)) + //.transform(pickaxeOnly()) + .blockstate(simpleCubeAll("limesand")) + // .tag(Tags.Blocks) + .item() + .build() + .lang("Limesand") + .register(); + + public static final BlockEntry CEMENT = REGISTRATE.block("cement", TFMGGravityBlock::new) + .initialProperties(() -> Blocks.SAND) + .properties(p -> p.color(MaterialColor.COLOR_LIGHT_GRAY)) + //.transform(pickaxeOnly()) + .blockstate(simpleCubeAll("cement")) + // .tag(Tags.Blocks) + .item() + .build() + .lang("Cement") + .register(); + + public static final BlockEntry FIRECLAY = REGISTRATE.block("fireclay", Block::new) + .initialProperties(() -> Blocks.CLAY) + .properties(p -> p.color(MaterialColor.TERRACOTTA_RED)) + //.transform(pickaxeOnly()) + .blockstate(simpleCubeAll("fireclay")) + .loot((p, b) -> p.add(b, RegistrateBlockLootTables.createSingleItemTable(TFMGItems.FIRECLAY_BALL.get()) + .withPool(RegistrateBlockLootTables.applyExplosionCondition(TFMGItems.FIRECLAY_BALL.get(), LootPool.lootPool() + .add(LootItem.lootTableItem(TFMGItems.FIRECLAY_BALL.get())))) + .withPool(RegistrateBlockLootTables.applyExplosionCondition(TFMGItems.FIRECLAY_BALL.get(), LootPool.lootPool() + .add(LootItem.lootTableItem(TFMGItems.FIRECLAY_BALL.get())))) + .withPool(RegistrateBlockLootTables.applyExplosionCondition(TFMGItems.FIRECLAY_BALL.get(), LootPool.lootPool() + .add(LootItem.lootTableItem(TFMGItems.FIRECLAY_BALL.get())))))) + + + // .tag(Tags.Blocks) + .item() + .build() + .lang("Fireclay") + .register(); + //-----------------------MACHINES---------------------------// public static final BlockEntry FORMWORK_BLOCK = REGISTRATE.block("formwork_block", FormWorkBlock::new) @@ -303,7 +384,7 @@ public class TFMGBlocks { .blockstate(new FormWorkGenerator()::generate) .transform(axeOnly()) .item() - .build() + .transform(customItemModel()) .register(); public static final BlockEntry REBAR_FORMWORK_BLOCK = @@ -315,7 +396,7 @@ public class TFMGBlocks { .blockstate(new FormWorkGenerator()::generate) .transform(axeOnly()) .item() - .build() + .transform(customItemModel()) .register(); @@ -384,6 +465,7 @@ public class TFMGBlocks { .initialProperties(SharedProperties::copperMetal) .properties(p -> p.color(MaterialColor.STONE)) .properties(BlockBehaviour.Properties::noOcclusion) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .transform(axeOrPickaxe()) .item(AssemblyOperatorBlockItem::new) .build() @@ -391,6 +473,7 @@ public class TFMGBlocks { public static final BlockEntry CAST_IRON_DISTILLATION_CONTROLLER = REGISTRATE.block("cast_iron_distillation_controller", DistilleryControllerBlock::new) .initialProperties(SharedProperties::copperMetal) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .item() .build() .register(); @@ -399,6 +482,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU REGISTRATE.block("steel_distillation_output", DistillationOutputBlock::new) .initialProperties(SharedProperties::copperMetal) .properties(p -> p.color(MaterialColor.STONE)) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .properties(BlockBehaviour.Properties::noOcclusion) .transform(axeOrPickaxe()) .item(AssemblyOperatorBlockItem::new) @@ -407,14 +491,16 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU public static final BlockEntry STEEL_DISTILLATION_CONTROLLER = REGISTRATE.block("steel_distillation_controller", DistillationControllerBlock::new) .initialProperties(SharedProperties::copperMetal) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .item() .build() .register(); - public static final BlockEntry INDUSTRIAL_PIPE = REGISTRATE.block("industrial_pipe", Block::new) + public static final BlockEntry INDUSTRIAL_PIPE = REGISTRATE.block("industrial_pipe", IndustrialPipeBlock::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.color(MaterialColor.COLOR_LIGHT_GRAY)) .properties(p -> p.requiresCorrectToolForDrops()) .transform(pickaxeOnly()) + .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) .item() .build() .lang("Industrial Pipe") @@ -431,6 +517,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU .strength(4.5F)) .transform(axeOrPickaxe()) .transform(BlockStressDefaults.setImpact(4.0)) + .blockstate(BlockStateGen.directionalBlockProvider(true)) .item() .build() .register(); @@ -441,6 +528,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU .properties(p -> p .strength(4.5F)) .properties(BlockBehaviour.Properties::noOcclusion) + .blockstate(BlockStateGen.horizontalBlockProvider(true)) .transform(axeOrPickaxe()) .item() .build() @@ -449,6 +537,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU REGISTRATE.block("pumpjack_base", PumpjackBaseBlock::new) .initialProperties(SharedProperties::copperMetal) .properties(BlockBehaviour.Properties::noOcclusion) + .blockstate(BlockStateGen.horizontalBlockProvider(true)) .item() .build() .register(); @@ -457,6 +546,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU REGISTRATE.block("pumpjack_hammer_holder", PumpjackHammerHolderBlock::new) .initialProperties(SharedProperties::copperMetal) .properties(BlockBehaviour.Properties::noOcclusion) + .blockstate(BlockStateGen.horizontalBlockProvider(true)) .item() .build() .register(); @@ -508,6 +598,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU public static final BlockEntry CASTING_BASIN = REGISTRATE.block("casting_basin", CastingBasinBlock::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.color(MaterialColor.TERRACOTTA_BLACK)) + .properties(BlockBehaviour.Properties::noOcclusion) .properties(p -> p.requiresCorrectToolForDrops()) .transform(pickaxeOnly()) .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) @@ -520,6 +611,7 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU public static final BlockEntry CASTING_SPOUT = REGISTRATE.block("casting_spout", CastingSpoutBlock::new) .initialProperties(() -> Blocks.IRON_BLOCK) .properties(p -> p.color(MaterialColor.TERRACOTTA_BLACK)) + .properties(BlockBehaviour.Properties::noOcclusion) .properties(p -> p.requiresCorrectToolForDrops()) .transform(pickaxeOnly()) .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) @@ -607,6 +699,19 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU .build() .lang("Block of Aluminum") .register(); + public static final BlockEntry PLASTIC_BLOCK = REGISTRATE.block("plastic_block", Block::new) + .initialProperties(() -> Blocks.QUARTZ_BLOCK) + .properties(p -> p.color(MaterialColor.COLOR_LIGHT_GRAY)) + .properties(p -> p.requiresCorrectToolForDrops()) + .transform(pickaxeOnly()) + .blockstate(simpleCubeAll("plastic_block")) + .tag(BlockTags.NEEDS_STONE_TOOL) + .tag(Tags.Blocks.STORAGE_BLOCKS) + .transform(tagBlockAndItem("storage_blocks/plastic")) + .tag(Tags.Items.STORAGE_BLOCKS) + .build() + .lang("Block of Plastic") + .register(); //public static final BlockEntry LEAD_BLOCK = REGISTRATE.block("lead_block", Block::new) // .initialProperties(() -> Blocks.IRON_BLOCK) @@ -643,20 +748,20 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU .lang("Block of Coal Coke") .register(); - //sheetmetals - public static final BlockEntry STEEL_SHEETMETAL = REGISTRATE.block("steel_sheetmetal", Block::new) - .initialProperties(() -> Blocks.IRON_BLOCK) - .properties(p -> p.color(MaterialColor.COLOR_LIGHT_GRAY)) - .properties(p -> p.requiresCorrectToolForDrops()) - .onRegister(connectedTextures(() -> new EncasedCTBehaviour(TFMGSpriteShifts.STEEL_SHEETMETAL))) - .onRegister(casingConnectivity((block, cc) -> cc.makeCasing(block, TFMGSpriteShifts.STEEL_SHEETMETAL))) - .transform(pickaxeOnly()) - .blockstate(simpleCubeAll("steel_sheetmetal")) - .tag(BlockTags.NEEDS_IRON_TOOL) - .item() - .build() - .lang("Steel Sheetmetal") - .register(); + // //sheetmetals + // public static final BlockEntry STEEL_SHEETMETAL = REGISTRATE.block("steel_sheetmetal", Block::new) + // .initialProperties(() -> Blocks.IRON_BLOCK) + // .properties(p -> p.color(MaterialColor.COLOR_LIGHT_GRAY)) + // .properties(p -> p.requiresCorrectToolForDrops()) + // .onRegister(connectedTextures(() -> new EncasedCTBehaviour(TFMGSpriteShifts.STEEL_SHEETMETAL))) + // .onRegister(casingConnectivity((block, cc) -> cc.makeCasing(block, TFMGSpriteShifts.STEEL_SHEETMETAL))) + // .transform(pickaxeOnly()) + // .blockstate(simpleCubeAll("steel_sheetmetal")) + // .tag(BlockTags.NEEDS_IRON_TOOL) + // .item() + // .build() + // .lang("Steel Sheetmetal") + // .register(); // public static final BlockEntry HEAVY_CASING_DOOR = diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGFluids.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGFluids.java index 654d530c..87203d75 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGFluids.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGFluids.java @@ -6,6 +6,7 @@ package com.drmangotea.createindustry.registry; import com.drmangotea.createindustry.CreateTFMG; import com.drmangotea.createindustry.blocks.concrete.ConcreteFluid; import com.drmangotea.createindustry.blocks.concrete.ConcreteFluidType; +import com.drmangotea.createindustry.blocks.concrete.asphalt.AsphaltFluid; import com.drmangotea.createindustry.blocks.fluids.BurnableFluid; import com.simibubi.create.AllTags; @@ -127,6 +128,38 @@ public class TFMGFluids { .build() .register(); + public static final FluidEntry MOLTEN_STEEL = + REGISTRATE.fluid("molten_steel",PLASTIC_STILL_RL,PLASTIC_FLOW_RL) + .lang("Molten Steel") + .properties(b -> b.viscosity(1500) + .density(1000)) + .fluidProperties(p -> p.levelDecreasePerBlock(1) + .tickRate(10) + .slopeFindDistance(2) + .explosionResistance(100f)) + + .source(ForgeFlowingFluid.Source::new) + .bucket() + .tag(AllTags.forgeItemTag("buckets/steel")) + .build() + .register(); + + public static final FluidEntry MOLTEN_SLAG = + REGISTRATE.fluid("molten_slag",PLASTIC_STILL_RL,PLASTIC_FLOW_RL) + .lang("Molten Slag") + .properties(b -> b.viscosity(1500) + .density(1000)) + .fluidProperties(p -> p.levelDecreasePerBlock(1) + .tickRate(10) + .slopeFindDistance(2) + .explosionResistance(100f)) + + .source(ForgeFlowingFluid.Source::new) + .bucket() + .tag(AllTags.forgeItemTag("buckets/slag")) + .build() + .register(); + @@ -292,6 +325,24 @@ public class TFMGFluids { .build() .register(); + public static final FluidEntry LIQUID_ASPHALT = + REGISTRATE.fluid("liquid_asphalt",CONCRETE_RL,CONCRETE_RL, + ConcreteFluidType.create(0x333333, + () -> 1f / 24f )) + .lang("Liquid Asphalt") + .properties(b -> b.viscosity(9999) + .density(9999)) + .fluidProperties(p -> p.levelDecreasePerBlock(0) + .tickRate(99999) + .slopeFindDistance(0) + .explosionResistance(4f) + ) + .source(AsphaltFluid.Source::new) + .bucket() + //.tag(AllTags.forgeItemTag("buckets/napalm")) + .build() + .register(); + //// diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java index 60eeebc3..d3ba8d55 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java @@ -31,7 +31,8 @@ public class TFMGItems { public static final ItemEntry STEEL_INGOT = taggedIngredient("steel_ingot", forgeItemTag("ingots/steel"), CREATE_INGOTS.tag), CAST_IRON_INGOT = taggedIngredient("cast_iron_ingot", forgeItemTag("ingots/cast_iron"), CREATE_INGOTS.tag), - ALUMINUM_INGOT = taggedIngredient("aluminum_ingot", forgeItemTag("ingots/aluminum"), CREATE_INGOTS.tag) + ALUMINUM_INGOT = taggedIngredient("aluminum_ingot", forgeItemTag("ingots/aluminum"), CREATE_INGOTS.tag), + PLASTIC_SHEET = taggedIngredient("plastic_sheet", forgeItemTag("ingots/plastic"), CREATE_INGOTS.tag) // LEAD_INGOT = taggedIngredient("lead_ingot", forgeItemTag("ingots/lead"), CREATE_INGOTS.tag) ; @@ -40,7 +41,20 @@ public class TFMGItems { public static final ItemEntry - + SPARK_PLUG = REGISTRATE.item("spark_plug", Item::new).register(), + SLAG = REGISTRATE.item("slag", Item::new).register(), + BITUMEN = REGISTRATE.item("bitumen", Item::new).register(), + BLASTING_MIXTURE = REGISTRATE.item("blasting_mixture", Item::new).register(), + FIREPROOF_BRICK = REGISTRATE.item("fireproof_brick", Item::new).register(), + FIRECLAY_BALL = REGISTRATE.item("fireclay_ball", Item::new).register(), + SCREW = REGISTRATE.item("screw", Item::new).register(), + HEAVY_PLATE = REGISTRATE.item("heavy_plate", Item::new).register(), + ENGINE_CHAMBER = REGISTRATE.item("engine_chamber", Item::new).register(), + ENGINE_BASE = REGISTRATE.item("engine_base", Item::new) + .model((c, p) -> p.withExistingParent(c.getName(), CreateTFMG.asResource("item/engine_base"))) + .register(), + TURBINE_BLADE = REGISTRATE.item("turbine_blade", Item::new).register(), + THERMITE_POWDER = REGISTRATE.item("thermite_powder", Item::new).register(), STEEL_MECHANISM = REGISTRATE.item("steel_mechanism", Item::new).register(), CHARCOAL_DUST = REGISTRATE.item("charcoal_dust", Item::new).register(), NITRATE_DUST = REGISTRATE.item("nitrate_dust", Item::new).register(), @@ -49,7 +63,8 @@ public class TFMGItems { public static final ItemEntry - UNFINISHED_STEEL_MECHANISM = sequencedIngredient("unfinished_steel_mechanism"); + UNFINISHED_STEEL_MECHANISM = sequencedIngredient("unfinished_steel_mechanism"), + UNPROCESSED_HEAVY_PLATE = sequencedIngredient("unprocessed_heavy_plate"); public static final ItemEntry UNFINISHED_GASOLINE_ENGINE = REGISTRATE.item("unfinished_gasoline_engine", SequencedAssemblyItem::new) diff --git a/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/block.json b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/block.json new file mode 100644 index 00000000..49c491ba --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/cast_iron_distillation_controller_top", + "bottom": "createindustry:block/cast_iron_distillation_controller_top", + "side": "createindustry:block/cast_iron_distillation_controller_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/item.json b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/item.json new file mode 100644 index 00000000..49c491ba --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_controller/item.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/cast_iron_distillation_controller_top", + "bottom": "createindustry:block/cast_iron_distillation_controller_top", + "side": "createindustry:block/cast_iron_distillation_controller_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/block.json b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/block.json new file mode 100644 index 00000000..f558bf00 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/cast_iron_distillation_controller_top", + "bottom": "createindustry:block/cast_iron_distillation_controller_top", + "side": "createindustry:block/distiller_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/item.json b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/item.json new file mode 100644 index 00000000..f558bf00 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/cast_iron_distillation_output/item.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/cast_iron_distillation_controller_top", + "bottom": "createindustry:block/cast_iron_distillation_controller_top", + "side": "createindustry:block/distiller_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/gasoline_engine/item.json b/src/main/resources/assets/createindustry/models/block/gasoline_engine/item.json index 6a22507d..e6e9f48d 100644 --- a/src/main/resources/assets/createindustry/models/block/gasoline_engine/item.json +++ b/src/main/resources/assets/createindustry/models/block/gasoline_engine/item.json @@ -2,7 +2,9 @@ "credit": "Made with Blockbench", "parent": "minecraft:block/block", "textures": { + "1": "create:block/axis", "2": "createindustry:block/engines/gasoline", + "3": "create:block/axis_top", "particle": "createindustry:block/engines/gasoline" }, "elements": [ @@ -114,6 +116,19 @@ "up": {"uv": [14, 1.25, 14.5, 1.5], "texture": "#2"}, "down": {"uv": [14.25, 0.125, 15.25, 2.125], "texture": "#2"} } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 10], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [6, 6, 10, 10], "texture": "#3"}, + "east": {"uv": [6, 0, 10, 10], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6, 0, 10, 10], "rotation": 270, "texture": "#1"}, + "up": {"uv": [6, 0, 10, 10], "texture": "#1"}, + "down": {"uv": [6, 0, 10, 10], "rotation": 180, "texture": "#1"} + } } ] } \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/industrial_pipe/block.json b/src/main/resources/assets/createindustry/models/block/industrial_pipe/block.json new file mode 100644 index 00000000..83c9edda --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/industrial_pipe/block.json @@ -0,0 +1,22 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/industrial_pipe", + "particle": "createindustry:block/industrial_pipe" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "up": {"uv": [4.5, 2.5, 8.5, 6.5], "texture": "#0"}, + "down": {"uv": [4.5, 2.5, 8.5, 6.5], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/industrial_pipe/item.json b/src/main/resources/assets/createindustry/models/block/industrial_pipe/item.json new file mode 100644 index 00000000..83c9edda --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/industrial_pipe/item.json @@ -0,0 +1,22 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/industrial_pipe", + "particle": "createindustry:block/industrial_pipe" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 16, 12], + "faces": { + "north": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 4, 8], "texture": "#0"}, + "up": {"uv": [4.5, 2.5, 8.5, 6.5], "texture": "#0"}, + "down": {"uv": [4.5, 2.5, 8.5, 6.5], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/machine_input.json b/src/main/resources/assets/createindustry/models/block/machine_input.json new file mode 100644 index 00000000..4132b986 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/machine_input.json @@ -0,0 +1,144 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/heavy_machinery_casing", + "1": "createindustry:block/heavy_gearbox", + "2": "create:block/axis", + "3": "create:block/axis_top", + "particle": "createindustry:block/heavy_machinery_casing" + }, + "elements": [ + { + "from": [0, 0, 1], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, + "east": {"uv": [0, 0, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 1, 16, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 15, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [1, 0, 16, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 10], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [6, 6, 10, 10], "texture": "#3"}, + "east": {"uv": [6, 0, 10, 10], "rotation": 90, "texture": "#2"}, + "south": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#2"}, + "west": {"uv": [6, 0, 10, 10], "rotation": 270, "texture": "#2"}, + "up": {"uv": [6, 0, 10, 10], "texture": "#2"}, + "down": {"uv": [6, 0, 10, 10], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [14, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 2, 0], + "to": [2, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 14, 14, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [14, 2, 0], + "to": [16, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [1, 14, 13, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 15, 14, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 14, 14, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 14, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [14, 0, 15, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [13, 2, 0], + "to": [14, 3, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [13, 13, 14, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [2, 2, 0], + "to": [3, 3, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [13, 2, 14, 3], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [13, 13, 0], + "to": [14, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 13, 3, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [2, 13, 0], + "to": [3, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/machine_input/block.json b/src/main/resources/assets/createindustry/models/block/machine_input/block.json new file mode 100644 index 00000000..396517eb --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/machine_input/block.json @@ -0,0 +1,128 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/heavy_machinery_casing", + "1": "createindustry:block/heavy_gearbox", + "particle": "createindustry:block/heavy_machinery_casing" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 15, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 15], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 15, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 1, 16, 16], "texture": "#0"}, + "west": {"uv": [1, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "from": [0, 15, 0], + "to": [2, 16, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#0"}, + "east": {"uv": [1, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, + "up": {"uv": [14, 0, 16, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#0"} + } + }, + { + "from": [2, 15, 14], + "to": [14, 16, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 14, 14, 15], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 2], "texture": "#0"} + } + }, + { + "from": [2, 15, 0], + "to": [14, 16, 2], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 14, 14, 15], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [1, 14, 13, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 2], "texture": "#0"} + } + }, + { + "from": [14, 15, 0], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 1], "texture": "#0"}, + "west": {"uv": [14, 0, 15, 16], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#0"} + } + }, + { + "from": [2, 15, 2], + "to": [3, 16, 3], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "up": {"uv": [13, 13, 14, 14], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "texture": "#0"} + } + }, + { + "from": [2, 15, 13], + "to": [3, 16, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "up": {"uv": [13, 2, 14, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "texture": "#0"} + } + }, + { + "from": [13, 15, 2], + "to": [14, 16, 3], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "up": {"uv": [2, 13, 3, 14], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "texture": "#0"} + } + }, + { + "from": [13, 15, 13], + "to": [14, 16, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/machine_input/item.json b/src/main/resources/assets/createindustry/models/block/machine_input/item.json new file mode 100644 index 00000000..4132b986 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/machine_input/item.json @@ -0,0 +1,144 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/heavy_machinery_casing", + "1": "createindustry:block/heavy_gearbox", + "2": "create:block/axis", + "3": "create:block/axis_top", + "particle": "createindustry:block/heavy_machinery_casing" + }, + "elements": [ + { + "from": [0, 0, 1], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, + "east": {"uv": [0, 0, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 1, 16, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 15, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [1, 0, 16, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 10], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [6, 6, 10, 10], "texture": "#3"}, + "east": {"uv": [6, 0, 10, 10], "rotation": 90, "texture": "#2"}, + "south": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#2"}, + "west": {"uv": [6, 0, 10, 10], "rotation": 270, "texture": "#2"}, + "up": {"uv": [6, 0, 10, 10], "texture": "#2"}, + "down": {"uv": [6, 0, 10, 10], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 2, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [14, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 2, 0], + "to": [2, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 14, 14, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [14, 2, 0], + "to": [16, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [1, 14, 13, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 15, 14, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 12, 2], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 14, 14, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 2], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [0, 14, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, + "down": {"uv": [14, 0, 15, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [13, 2, 0], + "to": [14, 3, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [13, 13, 14, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [2, 2, 0], + "to": [3, 3, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [13, 2, 14, 3], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [13, 13, 0], + "to": [14, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 13, 3, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [2, 13, 0], + "to": [3, 14, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [2, 2, 3, 3], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2, 2, 3, 3], "rotation": 270, "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/napalm_bomb/block.json b/src/main/resources/assets/createindustry/models/block/napalm_bomb/block.json new file mode 100644 index 00000000..0db57607 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/napalm_bomb/block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/napalm_bomb_top", + "bottom": "createindustry:block/napalm_bomb_bottom", + "side": "createindustry:block/napalm_bomb_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/napalm_bomb/item.json b/src/main/resources/assets/createindustry/models/block/napalm_bomb/item.json new file mode 100644 index 00000000..0db57607 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/napalm_bomb/item.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "createindustry:block/napalm_bomb_top", + "bottom": "createindustry:block/napalm_bomb_bottom", + "side": "createindustry:block/napalm_bomb_side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_base.json b/src/main/resources/assets/createindustry/models/block/pumpjack_base.json new file mode 100644 index 00000000..8c01ea6c --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_base.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/pumpjack_base", + "particle": "createindustry:block/pumpjack_base" + }, + "elements": [ + { + "from": [3, 0, 3], + "to": [13, 14, 13], + "faces": { + "north": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "east": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "south": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "west": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "up": {"uv": [10.5, 0, 14, 4], "texture": "#0"}, + "down": {"uv": [0, 11, 5, 16], "texture": "#0"} + } + }, + { + "from": [2, 14, 2], + "to": [14, 16, 14], + "faces": { + "north": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "east": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "south": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "west": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "up": {"uv": [10, 0, 16, 6], "texture": "#0"}, + "down": {"uv": [10, 0, 16, 6], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_base/block.json b/src/main/resources/assets/createindustry/models/block/pumpjack_base/block.json new file mode 100644 index 00000000..8c01ea6c --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_base/block.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/pumpjack_base", + "particle": "createindustry:block/pumpjack_base" + }, + "elements": [ + { + "from": [3, 0, 3], + "to": [13, 14, 13], + "faces": { + "north": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "east": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "south": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "west": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "up": {"uv": [10.5, 0, 14, 4], "texture": "#0"}, + "down": {"uv": [0, 11, 5, 16], "texture": "#0"} + } + }, + { + "from": [2, 14, 2], + "to": [14, 16, 14], + "faces": { + "north": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "east": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "south": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "west": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "up": {"uv": [10, 0, 16, 6], "texture": "#0"}, + "down": {"uv": [10, 0, 16, 6], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_base/item_.json b/src/main/resources/assets/createindustry/models/block/pumpjack_base/item_.json new file mode 100644 index 00000000..8c01ea6c --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_base/item_.json @@ -0,0 +1,34 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/pumpjack_base", + "particle": "createindustry:block/pumpjack_base" + }, + "elements": [ + { + "from": [3, 0, 3], + "to": [13, 14, 13], + "faces": { + "north": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "east": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "south": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "west": {"uv": [0, 2, 5, 9], "texture": "#0"}, + "up": {"uv": [10.5, 0, 14, 4], "texture": "#0"}, + "down": {"uv": [0, 11, 5, 16], "texture": "#0"} + } + }, + { + "from": [2, 14, 2], + "to": [14, 16, 14], + "faces": { + "north": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "east": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "south": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "west": {"uv": [10, 0, 16, 1], "texture": "#0"}, + "up": {"uv": [10, 0, 16, 6], "texture": "#0"}, + "down": {"uv": [10, 0, 16, 6], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_crank.json b/src/main/resources/assets/createindustry/models/block/pumpjack_crank.json new file mode 100644 index 00000000..7c404e52 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_crank.json @@ -0,0 +1,166 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/pumpjack_crank", + "1": "createindustry:block/heavy_machinery_casing", + "particle": "createindustry:block/pumpjack_crank" + }, + "elements": [ + { + "from": [-2, 2, 6], + "to": [18, 6, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2.5, 12.5, 4.5, 14.5], "texture": "#0"}, + "south": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "west": {"uv": [2.5, 12.5, 4.5, 14.5], "texture": "#0"}, + "up": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [-3, 13, 2], + "to": [0, 14, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 4, 12], "texture": "#0"}, + "east": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 4, 12], "texture": "#0"}, + "west": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "up": {"uv": [0.5, 9, 6.5, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 3, 12], "texture": "#0"} + } + }, + { + "from": [-2, 6, 6], + "to": [0, 9, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "texture": "#0"} + } + }, + { + "from": [-2, 0, 6], + "to": [0, 2, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "texture": "#0"}, + "down": {"uv": [2.5, 11.5, 4.5, 12.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [16, 14, 6], + "to": [18, 16, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "up": {"uv": [2.5, 11, 4.5, 12.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 13, 2], + "to": [19, 14, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [3, 11.5, 4.5, 12], "texture": "#0"}, + "east": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "south": {"uv": [3, 11.5, 4.5, 12], "texture": "#0"}, + "west": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "up": {"uv": [0.5, 9, 6.5, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 3, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 9, 1], + "to": [19, 13, 15], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "east": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "south": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "west": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "up": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [16, 6, 6], + "to": [18, 9, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 0, 6], + "to": [18, 2, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2.5, 11.5, 4.5, 12.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [-2, 14, 6], + "to": [0, 16, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "up": {"uv": [2.5, 11, 4.5, 12.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "texture": "#0"} + } + }, + { + "from": [-3, 9, 1], + "to": [0, 13, 15], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "east": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "south": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "west": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "up": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 8, 16], + "faces": { + "north": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "south": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block.json b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block.json new file mode 100644 index 00000000..0716da87 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/air" +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block_.json b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block_.json new file mode 100644 index 00000000..d2177b3a --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/block_.json @@ -0,0 +1,35 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "createindustry:block/pumpjack_crank", + "1": "createindustry:block/heavy_machinery_casing", + "particle": "createindustry:block/pumpjack_crank" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 8, 16], + "faces": { + "north": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "south": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [7, 8.01, 1], + "to": [9, 8.01, 2], + "faces": { + "north": {"uv": [0, 0, 4, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 4, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "up": {"uv": [9.5, 3, 10.5, 3.5], "texture": "#0"}, + "down": {"uv": [0, 0, 4, 2], "texture": "#missing"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_crank/item_.json b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/item_.json new file mode 100644 index 00000000..7c404e52 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_crank/item_.json @@ -0,0 +1,166 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "createindustry:block/pumpjack_crank", + "1": "createindustry:block/heavy_machinery_casing", + "particle": "createindustry:block/pumpjack_crank" + }, + "elements": [ + { + "from": [-2, 2, 6], + "to": [18, 6, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2.5, 12.5, 4.5, 14.5], "texture": "#0"}, + "south": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "west": {"uv": [2.5, 12.5, 4.5, 14.5], "texture": "#0"}, + "up": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 0, 10.5, 9], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [-3, 13, 2], + "to": [0, 14, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 4, 12], "texture": "#0"}, + "east": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 4, 12], "texture": "#0"}, + "west": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "up": {"uv": [0.5, 9, 6.5, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 3, 12], "texture": "#0"} + } + }, + { + "from": [-2, 6, 6], + "to": [0, 9, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "texture": "#0"} + } + }, + { + "from": [-2, 0, 6], + "to": [0, 2, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "texture": "#0"}, + "down": {"uv": [2.5, 11.5, 4.5, 12.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [16, 14, 6], + "to": [18, 16, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "up": {"uv": [2.5, 11, 4.5, 12.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 13, 2], + "to": [19, 14, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [3, 11.5, 4.5, 12], "texture": "#0"}, + "east": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "south": {"uv": [3, 11.5, 4.5, 12], "texture": "#0"}, + "west": {"uv": [0.5, 8.5, 6.5, 9], "texture": "#0"}, + "up": {"uv": [0.5, 9, 6.5, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 3, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 9, 1], + "to": [19, 13, 15], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "east": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "south": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "west": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "up": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [16, 6, 6], + "to": [18, 9, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 11, 4.5, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [16, 0, 6], + "to": [18, 2, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "south": {"uv": [2.5, 11.5, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2.5, 11.5, 4.5, 12.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [-2, 14, 6], + "to": [0, 16, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "east": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "south": {"uv": [2.5, 11, 3.5, 12], "texture": "#0"}, + "west": {"uv": [2.5, 14.5, 4.5, 15.5], "rotation": 180, "texture": "#0"}, + "up": {"uv": [2.5, 11, 4.5, 12.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 4], "texture": "#0"} + } + }, + { + "from": [-3, 9, 1], + "to": [0, 13, 15], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "east": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "south": {"uv": [2.5, 9.5, 4, 11.5], "texture": "#0"}, + "west": {"uv": [0, 9, 7, 11], "texture": "#0"}, + "up": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 9, 7, 10.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 8, 16], + "faces": { + "north": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "south": {"uv": [0, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder.json b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder.json new file mode 100644 index 00000000..e9c2ab83 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder.json @@ -0,0 +1,112 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "0": "createindustry:block/aluminum_post", + "1": "createindustry:block/steel_truss", + "particle": "createindustry:block/aluminum_post" + }, + "elements": [ + { + "from": [0, 6, 6], + "to": [16, 10, 10], + "faces": { + "north": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 0, 2], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [15, 0, 2], + "to": [15, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "bone", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [] + }, + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/block.json b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/block.json new file mode 100644 index 00000000..e9c2ab83 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/block.json @@ -0,0 +1,112 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "0": "createindustry:block/aluminum_post", + "1": "createindustry:block/steel_truss", + "particle": "createindustry:block/aluminum_post" + }, + "elements": [ + { + "from": [0, 6, 6], + "to": [16, 10, 10], + "faces": { + "north": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 0, 2], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [15, 0, 2], + "to": [15, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "bone", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [] + }, + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/item_.json b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/item_.json new file mode 100644 index 00000000..e9c2ab83 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/pumpjack_hammer_holder/item_.json @@ -0,0 +1,112 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "0": "createindustry:block/aluminum_post", + "1": "createindustry:block/steel_truss", + "particle": "createindustry:block/aluminum_post" + }, + "elements": [ + { + "from": [0, 6, 6], + "to": [16, 10, 10], + "faces": { + "north": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 0, 10, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 0, 2], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [15, 0, 2], + "to": [15, 16, 14], + "faces": { + "north": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 8], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 6, 0], "rotation": 270, "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "bone", + "origin": [0, 0, 0], + "color": 0, + "nbt": "{}", + "children": [] + }, + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/block.json b/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/block.json new file mode 100644 index 00000000..87ed6932 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/block.json @@ -0,0 +1,24 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "createindustry:block/distillation_controller", + "1": "createindustry:block/distillation_controller_front", + "2": "createindustry:block/distillation_controller_top", + "particle": "createindustry:block/distillation_controller" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#2"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/item.json b/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/item.json new file mode 100644 index 00000000..87ed6932 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/steel_distillation_controller/item.json @@ -0,0 +1,24 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "createindustry:block/distillation_controller", + "1": "createindustry:block/distillation_controller_front", + "2": "createindustry:block/distillation_controller_top", + "particle": "createindustry:block/distillation_controller" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "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], "texture": "#2"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#2"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/steel_distillation_output/block.json b/src/main/resources/assets/createindustry/models/block/steel_distillation_output/block.json new file mode 100644 index 00000000..292ad292 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/steel_distillation_output/block.json @@ -0,0 +1,23 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "createindustry:block/distillation_controller_top", + "1": "createindustry:block/distillation_tower_output", + "particle": "createindustry:block/distillation_controller_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/models/block/steel_distillation_output/item.json b/src/main/resources/assets/createindustry/models/block/steel_distillation_output/item.json new file mode 100644 index 00000000..292ad292 --- /dev/null +++ b/src/main/resources/assets/createindustry/models/block/steel_distillation_output/item.json @@ -0,0 +1,23 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "createindustry:block/distillation_controller_top", + "1": "createindustry:block/distillation_tower_output", + "particle": "createindustry:block/distillation_controller_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/createindustry/textures/block/asphalt.png b/src/main/resources/assets/createindustry/textures/block/asphalt.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/block/diesel_engine_back.png b/src/main/resources/assets/createindustry/textures/block/diesel_engine_back.png index 7e36da979ba7327d4b6201b609cb04a0f1b611e4..5420151322492a239a2def48d0dad16a6f043d56 100644 GIT binary patch delta 214 zcmbQo+{iRRf|G@rfq~)e-A6$a73J$0*+v? O89ZJ6T-G@yGywo?giKrj delta 372 zcmV-)0gL{D0-ghq7zqdl0000V^Z#LyAs>GME=fc|R5(wSld)<7K@f)5kR}+#Lh=|v zkaS9d9Hg*HNGm>@q?M$y5UvO$4ASWoCrzdu5r0Il#6u&t~&zy+B|3cRkaTL7+2x zbMUijWb~Rf+(4t%wDDH}ATrsgl?Ux@d!hl96}!XXy=l#<7orrPy6BsCic$d8C%ZIM z+p9Tt!4q{LyX-ZOZ)}y~APL_v-#B12YwEt7lnxSE_&}xL$XnLW{TF0000q{s+RbX9F3tjv$YKTtzQZ8Qcszea3Q#b^)5S4F;&O6AN=R6ck&r+_ zL5Yc}DX*9yqtTf|XB>FS$~JH7c+$kw=INCsE9>hui|5$EK*v?yz0Hy#j={m!R)-Ev zlDKkd(kzn(mL|rDUcN~Nrf0c=V#Q|lT;MYo$YZ?|GM9Z5t%R5(wilFv#4Q543{%q~oE8$O2F z6U;WyXcdG(n|c^m1qzZHL9581?Yxe-on{o5V@XK-O=8u41H)l!UO?0W8=ud<_?&~pfeyMuwY~+I_z!W6Y3W9>i}o~`tfXK`xaoZ zsnr0K=$V0Sw!j_0wgJM2ukp91%sNl6z9;`$WViM0{glbZq&b$^Yj!?mfWVyo^py9- zYLUqr`p+jaT+_5c6>zkdI2 z;*{CS%IdPxvW3MRFV5~h1=Ph^;1OBOz`%DHgc*GMB1uF+R5(walCeqyK@f%~5=1NxBZAjR z&@?G5Efle^v9_@g@&HTdR_wm;`?) z&O&R6-~!s2$Rh_Z%T1bYdUOFmmE!JA-@ofSbsIg5d@RTv9_;zrf`HT&yVo82{`&N> zSYBDR%d55v?biw8cv zMj(kzPP>fZ;Psb-sen3*Yl>IJV#HKcq_yAz>TQ^}m4yqCV1n*ahvkV5Kq8g>qw`6U zuKUM-`N-bv2cxWh6m4Y%C;$Ke4rN$LW=%~1DgXcg2mk;800000(o>TF00004x{P- diff --git a/src/main/resources/assets/createindustry/textures/block/diesel_engine_side.png b/src/main/resources/assets/createindustry/textures/block/diesel_engine_side.png index 6b418c48d8cc971ecbb3cf111a3547450a7b19ea..f0efb5f2e4bf70ce0e1182a415e80675e165eec2 100644 GIT binary patch delta 264 zcmV+j0r&oc1hfK>83+Ra001a04^xpLAAbNjP)t-sRAzZ`bBIP&Ytz@)>+kN7l$-zm z|FE{Yf`yViKSE|{Z%|WMc6fa=Gc|&RikqIFfP;pOlaz3Dcoo)E3jhEB32;bRa{vGi z!vFvd!vV){sAK>D0E9_IK~yMHRgF;=!ypI*iAW8C8gu`{b|Lv_muSX$h(yO<3UwV^ zt9&w2E2E(?3&$BhZV+<*MBa`j4d2sIh)7}zHeey`=70=vka~CPQ8;#22=yS80YgCh zj7o&C4lzUEp3+bx#GFBc*0nCfg+ASYi}tZ@U{fPJ36gk5(03Bax7YK|}#sAg- O00009q zb1iBh6@l5%6oqTJwMSE9TU!)08I=W1QLTZs)X=}FKWIUUnPg?DPsJs8@twT#vJ~kD zmvi2C&bjxzPx4RAs#b$c|KavANi;n(uURa}M&*E}Wtp{qN4>NeY1vfp!lYf*> zzwiM!(I`hPLKA(M0TMRovbRw_UuL0MWLZzgS25Dz!{)G2x82Hxqr(&aPQ(%%fyfcP z!vm~g1HJ%8B=_?yg27$~^?O|0JT^MQ+S1BuRhwJbWDO`;g`|NYuNnwURwSZ>)B8&H zH=Z6#B_rD22oakILZK~6rJgB$cYns`^F99K2tAp2qP?A6p3%1&zC8dwpN|YCBj@A( z2`c0i&IPDp&}!=>lWeTk`2wX>qHs7&E_WY`Xf&JKITvIyuN*OmUOWhXZE$&U&KKb& zEm$2j^oU^~Ih}45|58i64YZVt1(Jem>nhB%SUT85tk=i`ye@hXb@=~WUPj>tM9|0s zZ7*Wg11*g_sHLt4%}_2D=nKR(1|Em*N#pPx#1ZP1_K>z@;j|==^1poj6iAh93R5(v>J z1QH;{)lo)_7u-x@TavG?WG8$bcPWU-zH0O<(yTX z2|(qsZj2-@lnxSbQ4*vPh-6;Ky7BgwoAlAsTX>>`1xSlI}$k(n%c zGa>O~-j$X86MEfeCLWrVOXgDLYd?+tHY?^Qv{L|F3~rZa@j5+wUdEx_TFj6p`3DDC vEleqfwMzg101jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjf&b-Z- literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/bitumen.png b/src/main/resources/assets/createindustry/textures/item/bitumen.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/blasting_mixture.png b/src/main/resources/assets/createindustry/textures/item/blasting_mixture.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/fireclay_ball.png b/src/main/resources/assets/createindustry/textures/item/fireclay_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 zcmc$`cRZVK^gkTcY8BN|YR0Hpo1zGcs#T-*RJ-qgJ#{ zY@uS+es2AIf8+W4`Q!0=c}ed3oa;LGeXVoe=Y53hXsJ-#WVi_efhg2epXh=>S3-c_ zk2kIWSHdUnSpa{CJattRLFGeCYrvPQFBLQuK%goF*{St4;5+GSRTEDTh|25omk8s) z;s*k$t*Jdx(D$>%FUYvyjD0S4zJ7a4?($_o^z_FqCLaC57jN&p=ok-uzt$u3=Dq8S zcgdA6uG0#?{nkwqsu*%}?(N&?a~&QR{VWMR9u-4l>w=5%LFcCR>aAZJazmW$*ID=- zCiTOWtN&sHWA+CxPBPnxKp^{AGzgTS0wxCOfMMjI$1t1-2(VK7KWQ&Lh21|cR3v@=_lh(N;SeUL=j zKdF-L=BGaE%gfznU=RrVDt&l=2di?gJw3ah0i=^|x@+vtE>=PY(n$h7@@U#Ml@fux ziyk46T!f<|sbLZ#kbdrO2rY|Tz-!WZUUqtrPHfYzar;hqxCQ8q=|npExKxmr%ZCV5 ztm6wNvo}n-t7!*%OjA5;dui6SLODd2PqVCy3}9%H3w3jfkZs$MX#l4f=tTl2u8L>Q zdErcSIsdP^1E}LMSuYl2xsf~Sx7YtU)ds`}68^48FkWq)(&fz-nGnSYwYlE}jW|oe z`1dTGi&jSqYoq3V|4IkFv5f4y)ciR5cW-ZEPSkDv{2X&)0UCc;!<8%)u579gj>Lpp z?5f0u?L9|%L!pG@pM%ItG%yf8!TG_^0;l-iN8Oc$F$VGAnlI8b@R(SAFb3|$!2gXGr>ZUcPVG0@q zjnnu+I%osWs(gSGc~i>~r7}2|{hndt37A;bQJ-bsp(d6i|9`&Q=(E(-hBqQv_<#lX z(cO!p{OWQ+b_z1l*0?jIu4P;9bzzn?lBW_ zbCDA*u?nz0+3Cha6FHWgOR^Td@EpkTu8(Wd~8~9o1POr zKU&FL%OQaSYWdB;iYsE|aiXX0?zj!~7G6JBrm^sNRFi_-C=e_!E4#3`7<^>;TZFTn zy?wRy?wen5|6poN^r0un$V%|Mem|yHS@V;g+cOzq@Ag(4p=N0t1pO4RS{p@sh0mJ7`H?YyD z!h%3J(e|fYRyFLoWp^=qVfMg&|9Ec|sJd=x?2pE9=OD#m=8XZnhlr*3vh|w$)61!Y z`BLIM-hqLEaQJ!y=xfqL~1 zYXWCG$8HayX}JkmQ=>J7KAUXe44yWl*0Z4~Sy{t@-UKca{Pg?%T&RYt7R9H_2GYF= z_ZGMw@jEd~Y>XSupM$UpH1@`_X5807n_@|5;_DYFydkb1cGQ zsrc*278O*v9^cDL$r>b@_=Isyi~Jhmblz-COe(eH#sip@oA>pEmizACh{WPRckOr( zVe@wUD>~ndRs9+SpvDAGcQxhI!Bzteo!;Umicwynz;H{@lyR@El+?O4|B9Z}Cqijx zsLM^1#Vw7XErG@dS%Xk-@2*(ljz@g3Qc6anQIixs9zVl#elkHl&_w@}%c<8${qoCd z&cTOwDz65It6335m)AE?MXK1(S#rZ+lq~a8YZECoVGt6X3IePY!8EQHm_Wcw<2+D3 zwx9##u&q7r??SV0Z4}~WU~}|c*t`IN?oD9Gt}%;L+ft-{XHSM;J?R@b&CsPF4u@M> z>M{chR2M|LUio6lx$B3T<6UI@T3Hpnxn`3JDm3ba7`8FE*Ub2lbt)ZrRcV4IN{qo9 zh++p^!@ZgDx=L39Ft7jq<;lFey#k^wG6su5A=I$>y3ekJy}jDt#ji_CoWmzqX)BDu zVOr_B52M3a5zUHox!LHCTRzP>zM%3`wZaaD&;7O;-Qu@l^Ldc^(g>CEbulK`EB;EC zF2bXS$s5PVvu0E(Aq2lcMje<-^4UQixLfxb^lD<+GcaF#jqg$0O_5|bP0c9}d-rv8g5+(&xr!?ABO>TT%eVbXFNd?DA!5SjH zcZ^#^VNC1JNShcJRwpuby&tZ1ou<3upT?d@G?*yXpqjd{9&fsUsq$=@VF@tEwV~70 z6C61*YX92K0>+_bM#%cfPGd}L1{<&|f3BG7u>@mcFad@XSONrELDe-=ca3kK6GbYi z>Ir^J3Zk^BJ3RJw3qAZBZx<#$hyZ)1N7s)i72f+By0lboFC@jS$xCm-%ta(@KhBVz zR#a3Fn{^N5lT3v|%8ebxM9JMf35_2-wgWYFYop$Jvm^Mr?U?8wr2=Pr~~PR7&t-yssWh zI_;3J!j-BRv^O@EmCdKkOz~U8;mkyJdlV`PS<(Enne{DC54Nd_Q;CBufy=3$i!eSO zj}c9Ds5(Qt?*|>;r5<^6^iP0>iptH?>w!|d)@-v9*J}aRsJv3y6Y|14FmuWJTt#UnIBB?d5$ zsR-D&+w&(h&mr04-uCuj`+9n{v=Z>V+KnY)pJrm7z7B1!Ma|(mgcIdo1rPZB{ChYW zXO-(t^7##>G|*qCbZQaJ&DJc z9j1VQGiH)b=JVm%;o`XGj~mSHy9Hhp;pO=p9j{=~2HUYydnmrx0qTjjq&-+^a@g_C zXk6`2kI<~=2g&c#D~Q1@lls&zFcotX{<(GAOTT_8gxh6&xfP`ho>n+gT*OGr%O_FH zO`RRLkvvXLd1%evWWLxVksu&t_rZWlBe7Qg#rzoJ;dU!eY=DP{0yRBd2&DYIC<1O; zR=iO9Y%PxA2NW4e7yj${A=XVIwMn8{PTBmHqC4ykLu!)E-Ty5P#iLU1Ejk*e1QHHf zLu74PB1iRU^iT(Dp2d000ky~qb6(L1@+d{Xsv+n2ZFzdjF-OZ+!hD)`+l9`vUkRP{ zB)6zgoTCO7bYy2KSVye!s!_zl*tfrWu&-QDW_jb{ZfaKoHQ9~&Z#cp3Z{e8}Pg_i0 zn9BU%BgLBLyWz(RJbF`a%4$Aq*TwCycD%-UXmSYWeq}RrY7aV@TWlIkYIwy0O>|wt z^jg;?iyTB(yBRQa!?o)Y&hz*9l-cR&K0?YZ9c}Xqi&-MeqP+S}j$0 zA?tzgijJ5z-$q@1_Qv&2k{)1LS@Jjp?Uz_JUPPGgV~mOsUgv+Yh^_W+qdekn3a6GP zlt*c3FvmV)-m6UskSMSdn5$@inKwUaUOdy1@HTrMnz`iNLQ@zbH+D39aXP%!9*VU4 z<51%y;WD}KR~>6iFR>LjSift8B6G$Fw7$&iV=X5=7W1s&{7;zts>Kb$fqmp;+qHwiMu8I^`(3KuH|5X3 z8~0(5BOiV#?@8#=1hN358AbdN&m68qTDXR6daoN zXT}R`p51)&G#QdeStc6C%`N8+TeXX91X{2~4nst!hoi#6E;2Twm=G1Fl3L8)D(FMX9OaaM*4+owmX zy-y9lg-UhXf~c-8%^Svv>YlNslU3f%`mXrgpuraXZG& zTh&^#dibMXVJ!0+zUxu$wpVWfN90$#X<#3#I^SqN?|0475^&GC^uRB+B~{P&#qB?iU9eRu{9a@Pf9JEg96jwE*_y`}^L>n%4zq(g`OnKoV^d_aFZ!`C-I;zi6Xy zuIulRLroVws6vb}bCEo&&$GXa7M{up0Bg)Y@U>DkI15pP#h`Qcz|i(nLgXQz#F}=#`O}>p^rd>1 z{Gduo&$Eq@ShVdLs{8yX^WrG;e2;tEhF3o_-RA2q0Eq^w_-DLj*nZO7?s+lKYx2YY>%^XjJN#RvLnshfYTEIJ z+c{17wO^CMH&J-~bKf@S@IG+r#t6R{Up6-GlVitJ-F7zhpe{2x@tKTcl*pLMr^)I| z-*8b-NGQ+b=h;?DEIR(|{IK1Zkx$29@uGO~Hs`0c2JI5CYG!+{Lgc0Nw~b&ub=~Bx z4H6i{#BsdNVBgbhf9Tgcf#*webigs*8uAt?oP<_v4>(Yt9iPuq1#3^GqIHqCUiC@y zrB7~ST6YtN`D>Swx!z4ye+J~vip==hRgxhYE~;RS$w!4pz-mGrq{mSj?F>hn`!v_B z-Hna%7EM9_-rwIpK8E`#naFjH=~%9yKLa{1z(&(g&Vc~IY~R*COG7R5hcbt4$mX(# z68+1YlS@l^X?8})LEMfV@vd=kxpi!0BpC{W?o)jkC)aYeJebN5M*60=bft=J&bQSn zZqWIL1HrHQ7tH*5q~_Fk*-@dS(iDzVig#27_O}kPRX4pI{QmF^q`*f*FpQd#xb+Ef^%UX>8E=0WN)8nnW@<~ZK4d%UWi`xXnZDHTXY^%Us>H1jDvp^#JjJw~CNsM^?aRbjsAid`%7fnA1)ztr zBa|vW>HBU_N$rH6=eF>#G(t9fhfQF6v~?HgT9T}X_O-mUAuUPV5^K`rYd){i*+UyE zM_*Nw9}|yt$%e5{=k+la>?=3yKMOp^ht=Z7CgOH>LBXsEt_yDr(x=Pg&S;vR3xnCq~B$6D4ox{W_g zv`r7jAjedWl9G!-CuL??orEp@VGm7#lTdy`imoN(Z5Jyd>9LmXmY28juC}G6s+EttZ?GJdFTz zo=NzL|33P?YMxtGXgMh@bvOG%!N*|RuRU1KN*JLpelR}FMX5-FLvtUDCD*iT&`v-wn=N5luBg9X!%c+*^jK075h54C-}RXA8bH?(2*k4x;x~2SF=)l@x)d=(k86JO$!p@)Ht)9al*!s0!Ufll}kN&;0vxCEZ=j^Rww}5D-8qa=p zBWC6Udy;_o?g${dfTsZW?tPU=kf<_(ER%x_*&V=SPJbFXNbfRF|6X73bB%6eM-aW> zWMA>veq22PbG7RE;l;1<@M+Oo0c<{Q8_q`zGS2OR@x$GNAvS{cS(@m*mBiKfv?Gy)IdCXjLU(_TQ@7{)=WDlj#jvbqSTN8 z!2j|=UIiVt_Vvg#HpJSOA=X-!vL%uC^BsLlJ+|RyflYOT8J#1r)Ae=rbElwDh4e6& zSE!YLyMYPq|A=Kt#+IeiGuEY{vr25_LrEIfwz~k?Nad|f**bH4@8!NTS`v{ z+^)|yYcba4wH7t3h1_5heL1Bj*MZE!3r@mPRm_O@%4aQlm+LX;ex0tM06)LiC6m0- zk}o)`m#Z+&uC9jn{;8=f<$T>CDSa{pp;d2BtJ~G0S@GB_wwH&t5b-6+Ado>)&K6T? zEJ9NFGKdhUP<4?WCD5)q*vO+r zZKu%n1;tHV73N9(xE-+M6?&z3Wzc5IdVHW<9acoh*pqtC^~>wSwle? z>Y1S;ZZGf(&Nyi#$fa)xQ~Fzph&3IEfi?@$&&0pq&N}-svA3)_d2xgAsIV#i ze)LVeN(DcJvAjuX3z*bpzb$9h+(GM#;Ohpy(C^Q)&Q_5jTu_U!d7ozQjcMMD9nxoy z!Ph6fp-)sD<$X&2+VXBlm@ z1K7p?rIt~)8lxv&GH2sd=r=o`lVJIGHaT1Af4vE(n72i1}~O{Gia^=Ouc1-#Y)Y6=-AQ@JGP@b{H&ezwVz; zlp3+*v8p(yHA^oqW%FeuNS})nIop*;*|^|V5XGcH*RMQ)#oDeu2zze##V8qKC|HZn zO<#(?A4-N-ajFWL^~_`N1f(&-ZnW_iujTP~W64+ha8(4HSsN4BBjnwa1MDRRd?8h; z+iQIg1AruWtG0mi)1%GJfitB7+?9{v7LQevA-B?faf&CG*lxq!8g3Qxf~(=1Xf#>{ zu+zZKFlk0f>tg-JHUoU(8_3k2@MywLM0^c6lR=z}cJk|=8c!E>>~>@P0|O1XUU^q! z?U$Jzg!8?zzXpWm)qZ66>~?Vpse%;dC}}=q(dzg6ksSEYkbiWiirl^gxAuL?OAzvey`1kukrW08LFxC!kHLY z23so1n4!m$p4-_ zw8x`!qW8`?`FwcR_4lev5K&ELXy3?KVaZE-o6A(_7bGtN@STw8YyIfSiT{!2p+(G-^okO_E3$0X$zgRavP{nAX0Y|h9fn2TDPn>V!k8Xr+g z<<-DVDQnC}cn)D2G^evp9UpO*sRj*tKpPYxCKBx1!}>^iCe?LD|!Z{ska-!{7t=X{IQfuy69bg7E! z0YTd>tFuqIn96j{cN+uK;6m=n-8efaINV$ zHU*ZIKD4lqZq}vBS+?SksyZ4qq$bfYcm1Ci>Y_$GBrs8wOC6nH=rp7qQO$5i=*xbQ zCv^RV&AlmJEwD!SYMFIKwz(sBw!D|5I&5%NXS5|ltv+k+_kRtn*`}?*y`sp$d?h=- zIINJYe;T>UprfTEtBd35EpNo6?_%HzZMuHIYn>uq7(e&NGwq*+9EqZHdJ7{f zGs{A5gK5uhX`${={>u?*_vU)#^kf+fLj0Igq}Vb|wllC?p-O?9v=NlIip3rx=Gs=P z);5qk!fpVF8p!Ur{CjG^DSxSI>`7uKw{(}b*sIjh=NEQa z*t|dS&L1FaP+QqLjpFx;aM_Y?`!7cm4Fe_reHp+v7p)%x^l@kvT)6EwnlyDdHaIYs#A#HOxWQR%bvE{|FmO9&tk8Hiar%hT2aoJXro-6JGdwSI!- z22awhc;4UzzU^Zf8}egMQ&n{(XN5CK z4|H2fKV!v@E}kw+Zf!G{1fQaVPvcsx_~!OeE(V7y2xMBcBfD)8oM61^Bh$!*q|80t zE)KO*bmgD9i-{9fcG}f+v{S#zJ3+pD#<=>diTh9K4J z-3}E~4Bc+K8o`P{#3y)Xo?8Q+3~->f-cz`f^*3$)_cLFiYH0KGb%-JSPA)&>sgj8j zJALF6FpDJK>|Sbxbbgn)ArFF^J54SE^73g2fj>GIRw{q}@O!uIL%SM2Z2|jo@x(BQ z+!iAEH0NYqTcEn}2B*_9M;g>>1XrJO4#*4WFG+Vyq-nO^5t4!L_`+To^kA{TWSkF^ zd)gcR9e}DH2v7vkX ziF&CDqj$EoAma{mhG))A-pyp5h=gP~w^InLoQ;p``PzIo+GY9P@L*<{e1oFyZLq3S zpN6veT%fx4es8ZD&0rs<(L%Fqh5p2tj_^p-DI`E`d8TzHT&qtb4=S*l|qQK!$SE{-cbl&{Zqb}DUi3XM1G@Dd&&^A{kET`n-;VOF)fs9(}F9)B8u zTw&PNR7^rr-6y$D6U4>cU=iM#R6^AlW8a=>&QqKR)HTxN)eDFUBBm?eb)$a4x;OFJ zs6YL&r;@1yTu<(JR!&Z?De0DeUTbr!q=JWXvS9>-l9#T}!$qSg6t=Z#X# zv}b;myoPPyl~$&m(!-CgOsVzO-9gD`vExJ%Sv|oUYPVmpZ>-U^@?NZsb03bqHGM4k zY+K3Sku&FiB*@M%sczIJ01ikK*s}Zk_qW!)stAmvWdz2EO_`6rjulaL^$5szV3QWe zM+!WYw@VYBX8Et#BD39F5-Z;4$EE^h!N zc)^v#Cq1_O3Xb1A#~`$QPn?S+i1*$^WkmNq-k(Fc-;=V|ssHotWt=VNKdIXy$6rcS zSXx}f9+UPAI*hlO-aUT2UshEi8LjHh8IP_+K)R`z@X|xV>a%n9XQ!v7*X{PwV(xhf zE%45;8Z7>t&~V}`XcHw~zK^K7ZMn-c$5Vvik5`>Ksl6{@ynm9KM?3$>jd_8YzI*^k zHQVxsU5$GZ{qXiuuxCav=ii0!3u9i2)dq?wOhIrdN4&a4GLaYn!I;A<>U8gTDsIyx znGR5(l@gkO9#|1?Z|rdqMk5|&^X}Aas@Ps}ehenQ6XnVd_+9=L!eIc{!0X4AgIM%q zrks?XI|T-Z2l`@lbcI)7J$Z;zVvQjv7LZZ=lT2aqIpq|ZCfNzzgQBoQoA3r^96mk|MVd=%Pkte?Zr%p_|pRCqsx z=gb#xEEsn&cYr`2FPblmXCpPYxLhCktUx`l16Z0MV)w@2((ri@zn@K!pr2 z7sZ6_%%I)n!D+8^s$nWTCKCiQehN-XT0JRP5^v8JD|-nl1i{QdKeW^P;DMT*+6@|w zBLM-&kxlmAbCsfePE85o#|k(P`takz6{ETSg}ZDNARsYl@6~S92~|^dN11I4fI#f* z2+x{vP1$-5Wb!={5CFI}QaI7GoSm=fv<6>b&P@~lGU=8 zFwJeDY*sb7)J~QtH;`>C+9ag@u^uq;HMvEHe7k_}b_QT1p26OBY8z<(z`NGL>{oIa zJ9uy&hFJovoC4Up)=ca#J)KH})s{tC=aY@7A|B+giZv0DtAJn9%wE}TE_z9TH|905 zSp;y7GKk*!s@VG$S0?r5Hei2KeMgY0hHXk>6|=9e@773_1z-b^LpG_pcKZ?-l<^|J z_dlJvyq$ytKLG(z-uFiUw%%e33>yuO?^-1RAmB6_vlk&P;UiUUS7+T&3u=V8cPg12 zyI6#L6X&fB-}aMqGxk>^O+)~s^0JH8IBV<4sb7aoNWwwM6B`99r5MBa)c6LP8 zjMPFiW@9}OVbM+T@zgU{0M4K~8=}UBjIL@9k7@N^sXv!oRDG4N%0=pbcwHL#PjX|! z*kEt`DY4dcw<) zVeYDdfB$?nlOv99vX4>fZ=Q(U-!!0$6-O-D;i7XoBObZEWCB$7wpCKZsx)AKpDtTt zX;m!nEh=BOjrLBi=;%yA47>4AIk`&Kp{S=lyw4ixoe0;mp$NV6|0MU;-UcA1Z0rVY zrO+YWcthx`p979z=FI9(o0vz6obG+>>+$%iKp)+7l#v}|vCMP4_qd2B9{fT903xA= z(CeeXO2)+X{QUKc?QSpiZ#@<%!N0kVWW$@KM%fkpOj`6rPLY-y_C4unK1vS4kCYK` z^2qXtO0{A%zM=QvXssf_LH7P!@Tl)wee9xOCp7Y}}ZOWuC$z5Z9O zYV(#vc%lg&x>6NnKP}^%?~}$Pz!+5J82qE5i%l{UI;CDkzn^T5x0=WM^eGtIUC;*q zCq7cKnRwPk1&EIe(au?JV1y;St%SnN?@CGL$i+Kftm+QsDL0iOeyo z02)snbx~ze4p%RFTO@=}=|a!FfyDJDIV0*3E?Z}r_6eeOL@++5mb1$aGwJ%m8vk_u>;71(hLW8?8 z!Ce6sNJYF~j)_#f6+ZGvc~5Vu&?3L|v;I)4c~`7Mz?N?nWN7BXR)r>v|ASo2yg<$3 zUY5p^RV-36Jw{2i)H5cex*f9Qs5FbMn|F+z%M&s)A>h3Mk zyzn$nA%q2fp!oBN1wX>`;Npk%X-t<~pk2AZd(Vag0c=do$lzyz1FlU`GXI%x(jO*7 z51Wm_ku*LgW^#7FVt2O}&+&^*vUdfs=vVl#v?8}|2&3mWE7CLdp?b}XPhy$^p6wdT zJ2#t41z4(An;IHk`}62HgncrrV}a&3(JL{EZ9UNZVNW|Nk%)NMzfoUd2Y$J6QI(U} zd4+ufJvn7{zGRhnGxS%n9In(`EL0+2|GU9W*%s58|CdVSh=b|+ZKy!lweK;_F?h;S z{lFfR4F~;{tSZAb-qSy?mb8r>=XzM6!Gub6d}(0fw5!!Gh~?Zr6-z6t%gu9(bh@i6 zWQPo0OxZZnm(*lAJVI_zeq{;R&<|-AN4tz3Tf-I(Xoj$L6l~K_-`9C_Td?=Jjz(E(d3_kajsmOX3N zmROzjof#GIOU5p}hC0Lkffnz{Gg#t+j5cxU;z##vdE2hsyd1p%aAYnTbqymH8afSR z0bH);eZ+s<3-ki&Kf>fszn*1k^|t-79K2;BiAoGJ=(h-&8lud?)7uAfwfl|LF=YQ| zlpHn8yuUl8^du^)fwM|ecsLipPU+<3<@o~J3knJxP{DX#8dDj04vWlQp$xCGP@ey~ zM?kdPzMX#QwcpkFzPZ6H;pVB)D^W8zIJ^CTJe@_|^-u0f$^TY}7-=#&8HhvoE-WlG z9>(XrTKiC&6iqK39`muDxdz{mUhlXU!qGC{d7| z@JQ;6JR>`?YJsrIEU_hbcWr0qdC*qkBmNpQxxG7l`}&`rC&W9&?rX!_QvUot7D>Y& zdHnC*q(CR2TS zzESeQ&DQHhtXZu>07D?{#b)FN`t{J)(cDyfIc&)^D`J=auLNh~(p_Hpi48{=4Z68B zUAq`eKeyQrv!G1TY~D{a?*+6>@L|F!(pM5G|6<0=MzSWwyp?Xk(uUPB`GN7k#zG)6wEXH2spn*4=z&N}H#3Y2 ziV16Pz*J=%hS)XfoqMSD?Jt2a=6Y-^{@RzPrZmq51ErO|lD8=t zi=VHK+j|fB)8*ToKK2Me!A{6lV!dhxUgFCeb9%4=h6D+L@#dnur~3po#SiQ=%W`!- z*byG}%qPob>3|}xi!*B9xsTn~m;)G$nZ^vg81zvo&NYS8)lfDnuUmo|PyXsw7O+NZ znxX>U#g#wZjyw#lGQUrotP*$G&k9@%cs(_7D5sdTjJ-Ls5P28ZX|>09`%*VWmWPl!X&6T1o4|`7V$#m%Lj+$BdxM z)_E7J>cBOlQ4SqenCU7jNnbeqj(*x@%quxj2WHSK4zMOrb;$z zKGLOf)MUS=6p0*`U=jG&pSsBn+pH)qIw$ryN(REC>q{avmy|x*?q_rOddaB8wm`;1 zQ64XHjpo7G{lqkSCA}tK%z*}cnpEL!H(UJ*qdru{SmXq3@eg3M{~7G517>#F-FWk$ zZVn$hKh054nH)G_q24_Bv$VW8)7~OL&U9>dGKRQ8;3#qwfs;xQbSC58{m<&K5yo5( zrX<4Euk}=Q+zCFZ33X=v$T}ofbY01H?VWMuCYq7<3a56Qu*9S7?|;QABUq$bd$3F# zz5qw7w5vsdEP>wBwbz7yVIeuI)41_Z!1k3fy*}Hy1u-^-QpxU%+ zu!@`m&gaS&=O;U@IjShEjYupyE50aw@L`x}4II!cWz#Fl3j#{GChohcV;}d;Hn>59#ESDUNW2S%%{mPzE_hC5yQS^Z z_w#G%e7=39!lG_D2f+pBRj@z8x1F?uiTv%a66=QUy5!cfQDcqXDe-IznyK=Sb;!Lc znpl`PNr;af{GfNG14=DbJ6pXY=7Jlk{d!d3ZST98RJZmvW2Bkq{El$5O&I~kH2W0F zAh7>p?_+}R%cFpo^FSNCGv~=d@J;zV$IKnlDz?6-T7h@k7u*)C)+bH{Xr(Ru>SkP8 ztR5=E?%7vx43ry}1c1X#r4BOlWuC0w_swCvy&x*nU12VObhS^ms4@iHl7pW+zbho540118W?cFtm=jDaNQSe-m#cKR zayTt^N0#G|$?~F9@Ex5QCRM}o#6GR3V!$JRgE2{W3flhhn=xXPqTkLr;9>FSb>1aW zq<<0IQP}fdEZ(jBtx=k*g}M2U&ALRgYp96y2mTb+K3xm|2ir+*R{kD&mbtpn&sX}DI)hHa#sejH(PR%=?N>UKjHIekYu zLaD^P%5b4jV92uVz(UP6rZ{;k{(+e7uo%%tYU&>j+7gNco%6a_?R~~#Zn*yPnr>E0 zy`6=+ztRc7M~xEDiwk4=7MSP-hMuR^hW6IJ4Xo7MNihG2Zg%IgGR%ut626r*C`{Wo zNHe9V<(^CrnU+*Ed$cgm#3{NW$+ia?KaBmVr+(flrsF81LBpabn21)F$DQ&G>f+dy zek&BOEs^2<-m`$;=W70}H~R97g3gy$(n!_hGh{4oHwUOn@^5$`i{~w81Kda@+uP4m zZXd5H9>j`9DxUXF&}8TwXwAG|Bv|wSRRT^-Mzbah%xf(zEvGwZmW2x`euCc(+2NqS zzpmE|D><%m>o}ty7tMt&>j>W0jSAq?{K%84YWcl&-nvexe9`_z8GX)XdbLUd)P@)1 zVZenzw%u#=+o3K0))70DKalbB*>l3Pxcj?$!UfMAOc%J=mf( zOu4Q5yjpnA@&MHy$4SDy7!qArT?SkF&TdeTx8y=7$&w%?qOV7L)dNLZ9E|n;;R4sg zXYObsmb8PWV<44Jx1WUjrSWKfG=5peHfJTDU8-C?CT3nQ?q1*D^b8y(r##hUPO{Ft zwzm#YZIP{QR`?h(2vAZHeG`@J=7wu8aimA_QyRkT0_Rhh6PKDZ_5vaviRrI_B9X^g z_-$tHzMgjpMd^9KVo0CND>a_cwoiu09rG6FQCDlUtFl-ECEL)4k2ZHAC#jK0wRD^j{7^rUjq#&q~V@y>6SK&n#4Ed(%(BBMgUVo4ld9^> zJ|K*1DesApW^3N-6moPm5Tpa%^TV+4!(2Ej`v4RXs0JtjHr!x=@;D zWe89LKFg9P1f;;=`1F4*(fSC%ja3%k0W3!|rJ-_6MFN$&oJsFH6@AAt2e7ahasV3= zOW6U?OSC4@tNNx>4&ccp$DtXf^wD90kEw-4R#A%>T5mt&*GHM>hGVUc1&Xm3fBt;g zP&hUzqWuj_xMCWE!yjCA2il6`vbOZI5;2u!`$<^9tnn?Gjli;`Pf`tPjhg~#sC z^z6sGoR08T{R|I*SduyM^z(M$G0Fg8+)5xv?3kx|CL?b3{UV%BqpLOhW>;sk?{*8P zY?f6*+}(#`&aQu^4n}HY8SknbT)+l_};GYo#-;VN-3(6x$o!UpUFg$JgBdp9>FME zzFu`|r1jW(zq~Psjom(LT6%8_2hEzmGsa8$>Eb*BvW9m@5gv1&q*}@=DryE9;=Ltg z#=^aD!k#J})-;f}x9+Up18PNBs%NVQfc^O-{dL~oCm$plfaGztMrMu8FH$xVch}6C zuj6cp`v4p2KE|D!!cfXhH)$tUD_3u=Mj>Hx%2q9U7vtce7vAlL!!Dn9{5wz)WBz54 z+oJXnb^5Vtq+*hO>^KiQf`_+Ey&kP}^cyzvjK^W0X*F7Nx?J;8RYk|YsK4OdsR}4%Ch*P_C)n1AZA+EPhOWUl>KkO?_VGkQW zrO3DfV=`Hd>fqsDx4~bPjtLl<2U6lr?EQU`;*jvXxX`MYeUIR^e-3iQg4?|a-0z&8 zzC7L7tvwz_h&16*8$dfcJ2D&-)jG2#$*%Fa!mMh7cS5f0GV+1t0*`S)HF{n5P3RYf z7tPraM!CuE`<;~XJr|}Kh?_hK)P+kL&stY}^zED5Sq&jQOCJfC{-@QVO_}o7Y+e5V zSrQPMmwV**CxLXiD(4qVEi*zk5FTO*UH85~#+)&41+e6$$XZ}K*;XCkNhiA>MAA_b zF#B6?-+4AGx{F;@0Y&PCQF5{mE-DvakHgC}1`j?mQugKarNo``iAK}HQ+1QwvjHGp z|EarUqAYBmfw5Ogrcibi`%B?$ox6zr{;j^K4+CXBKxuklHsoGY!rNGWcO8tz*MiZ! zkJsPF0$k&Mx4s$sbes3XK*{^+9k`&^O#JlYR>a3)h<-pqY3N-3zeFIDa^@T-QYvnL zi`K-<{m6^T^-nTjysS$`OCrZ8?N<66Cnr&IjWtluzQo>fhVSf~c~TEkjYosvAG9pH zx8cRAO@4pC+FrFlv5KeGwyr6D#=#rNBNXeeP0Jc^I6(juz70U@TW!8Tw^Z^bGX!o` zl$XzELim9SVW(rPIRE0leq=6eel;EA?d!X8rY@aDPYQD|0g?cRhtfdONm!HN;XYiTH zz+9+Y4339D*P)X)l+~Y~Yn%OnZVZsBMVjM`bp->pw6uW#FVM0i1`I2?GPvOOY_S@( zq9sg~qaYPS1D^&m_kDSnwbm^myZ_G+N>;WTm+!s{oY(O7eb2Qwdu7RGX6O1VPLCrd z9A{`#>JQe~9a_C#CsNDxcYS@2a|Pn6LYC_;#iYH*jLA zz+q;lX!*76Mc0FmJP3E|>xHUkck)fi^gSkf`<%g2Z%NB(U3LMs?7$ONK2!$pTPk$+ zm!ECR8sMVHnY&8o0q3}6F8ckP=4JjmTGDBr{50T>Y2eV<=~At#;(9fp9RWQ?EjF7w z??@kW&HEGv4DyDgFE8&DD}4qoT-|$W<0QBJ+iMDeYw8!Mq*{G{as{~R^_?nHY4&5_ z)I2Z~Ie1=7k9=)=HE3C$bslJH?T|`&Y>3>o7R4v`45n=|D+2qkwe?d(R!-Tg!^bWe znU(fmwgcHaqv-nO4{D!Yzh3=GLr=50c-42X{wctfcWpJDM^B&bHuB#M6yE`y9|oHH z1=zNTj0GM2^8NeX#GJP;=3PsBm(qtP;N2 zo$@n3Q~3M2#d)i`48(vM4zK`ER|zrRxVrpO*!EQ%$&SF&X?!lEmwE!H+xC^uso1Y` z|LzrFjsyzsUUU3f+Gb0uS2@6a2Mik){oZ@}@~TB?g}@181_>kMNv~fmz6UzoCMWP+ zZIIWb9lPva)q-r8wvqYdq$9wCMUKgTzX(!1!+68>U7nAsZXW>!S%d4|i8_ffr}rLp z28K4nV&Ljp;P&P%4ZBtC*Y9n<f QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/fireproof_brick.png b/src/main/resources/assets/createindustry/textures/item/fireproof_brick.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/liquid_asphalt_bucket.png b/src/main/resources/assets/createindustry/textures/item/liquid_asphalt_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/molten_slag_bucket.png b/src/main/resources/assets/createindustry/textures/item/molten_slag_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/molten_steel_bucket.png b/src/main/resources/assets/createindustry/textures/item/molten_steel_bucket.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/createindustry/textures/item/slag.png b/src/main/resources/assets/createindustry/textures/item/slag.png new file mode 100644 index 0000000000000000000000000000000000000000..efdf27089cf24561c1ffe9dca4c2150e17457f85 GIT binary patch literal 19028 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 QJPC@y)78&qol`;+03C47`2YX_ literal 0 HcmV?d00001 diff --git a/src/main/resources/createindustry.mixins.json b/src/main/resources/createindustry.mixins.json index 2c1e4efa..69c1fd8d 100644 --- a/src/main/resources/createindustry.mixins.json +++ b/src/main/resources/createindustry.mixins.json @@ -8,7 +8,10 @@ "mixins": [ "AllOreFeatureConfigEntriesMixin", "FluidPropagatorMixin", - "ScreenEffectRendererMixin" + "FluidPipeBlockMixin", + "PipeAttachmentModelMixin" + //, + // "ScreenEffectRendererMixin" ], "injectors": { diff --git a/src/main/resources/data/createindustry/recipes/casting/test_caasting.json b/src/main/resources/data/createindustry/recipes/casting/steel.json similarity index 86% rename from src/main/resources/data/createindustry/recipes/casting/test_caasting.json rename to src/main/resources/data/createindustry/recipes/casting/steel.json index 66d142ab..700e8fae 100644 --- a/src/main/resources/data/createindustry/recipes/casting/test_caasting.json +++ b/src/main/resources/data/createindustry/recipes/casting/steel.json @@ -2,7 +2,7 @@ "type": "createindustry:casting", "ingredients": [ { - "fluid": "createindustry:heavy_oil", + "fluid": "createindustry:molten_steel", "amount": 1 } ], diff --git a/src/main/resources/data/createindustry/recipes/casting/test_casting.json b/src/main/resources/data/createindustry/recipes/casting/test_casting.json deleted file mode 100644 index d56f4fd5..00000000 --- a/src/main/resources/data/createindustry/recipes/casting/test_casting.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "createindustry:casting", - "ingredients": [ - { - "fluid": "createindustry:gasoline", - "amount": 1 - } - ], - "processingTime": 200, - "results": [ - { - "count": 1, - "item": "createindustry:aluminum_ingot" - } - , - { - "count": 1, - "item": "createindustry:aluminum_block" - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/coking/coal_coke.json b/src/main/resources/data/createindustry/recipes/coking/coal_coke.json new file mode 100644 index 00000000..431fba41 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/coking/coal_coke.json @@ -0,0 +1,22 @@ +{ + "type": "createindustry:coking", + "ingredients": [ + { + "count": 20, + "item": "minecraft:coal" + } + ], + "processingTime": 2000, + "results": [ + { + "count": 20, + "item": "createindustry:coal_coke" + } + , + { + "fluid": "createindustry:creosote", + "amount": 4 + } + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_slab_stonecutting_q.json deleted file mode 100644 index 9b52a5b8..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:black_high_quality_concrete" - }, - "result": "createindustry:black_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 6c85473a..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:black_high_quality_concrete" - }, - "result": "createindustry:black_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_wall_stonecutting_q.json deleted file mode 100644 index e64f3bfa..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/black_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:black_high_quality_concrete" - }, - "result": "createindustry:black_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_slab_stonecutting_q.json deleted file mode 100644 index 402804a0..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:blue_high_quality_concrete" - }, - "result": "createindustry:blue_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_stairs_stonecutting_q.json deleted file mode 100644 index b3005e30..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:blue_high_quality_concrete" - }, - "result": "createindustry:blue_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_wall_stonecutting_q.json deleted file mode 100644 index 2dcf824b..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/blue_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:blue_high_quality_concrete" - }, - "result": "createindustry:blue_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_slab_stonecutting_q.json deleted file mode 100644 index 3f1fbf78..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:brown_high_quality_concrete" - }, - "result": "createindustry:brown_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_stairs_stonecutting_q.json deleted file mode 100644 index bef2e391..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:brown_high_quality_concrete" - }, - "result": "createindustry:brown_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_wall_stonecutting_q.json deleted file mode 100644 index f3aad588..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/brown_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:brown_high_quality_concrete" - }, - "result": "createindustry:brown_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_slab_stonecutting_q.json deleted file mode 100644 index bd46bc04..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:cyan_high_quality_concrete" - }, - "result": "createindustry:cyan_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 224507ac..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:cyan_high_quality_concrete" - }, - "result": "createindustry:cyan_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_wall_stonecutting_q.json deleted file mode 100644 index 98f77a92..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/cyan_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:cyan_high_quality_concrete" - }, - "result": "createindustry:cyan_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_slab_stonecutting_q.json deleted file mode 100644 index 45f62f75..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:gray_high_quality_concrete" - }, - "result": "createindustry:gray_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 4071f00d..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:gray_high_quality_concrete" - }, - "result": "createindustry:gray_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_wall_stonecutting_q.json deleted file mode 100644 index 8abd991c..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/gray_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:gray_high_quality_concrete" - }, - "result": "createindustry:gray_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_slab_stonecutting_q.json deleted file mode 100644 index 402a21aa..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:green_high_quality_concrete" - }, - "result": "createindustry:green_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_stairs_stonecutting_q.json deleted file mode 100644 index a9d58dec..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:green_high_quality_concrete" - }, - "result": "createindustry:green_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_wall_stonecutting_q.json deleted file mode 100644 index 54ff0e6b..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/green_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:green_high_quality_concrete" - }, - "result": "createindustry:green_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_slab_stonecutting_q.json deleted file mode 100644 index 999abd8b..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_blue_high_quality_concrete" - }, - "result": "createindustry:light_blue_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 4c2fbf58..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_blue_high_quality_concrete" - }, - "result": "createindustry:light_blue_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_wall_stonecutting_q.json deleted file mode 100644 index 875107df..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_blue_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_blue_high_quality_concrete" - }, - "result": "createindustry:light_blue_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_slab_stonecutting_q.json deleted file mode 100644 index 636cb24c..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_gray_high_quality_concrete" - }, - "result": "createindustry:light_gray_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 8e2646b8..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_gray_high_quality_concrete" - }, - "result": "createindustry:light_gray_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_wall_stonecutting_q.json deleted file mode 100644 index 6fe6779f..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/light_gray_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:light_gray_high_quality_concrete" - }, - "result": "createindustry:light_gray_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_slab_stonecutting_q.json deleted file mode 100644 index 5fcf06c4..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:lime_high_quality_concrete" - }, - "result": "createindustry:lime_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 75266698..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:lime_high_quality_concrete" - }, - "result": "createindustry:lime_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_wall_stonecutting_q.json deleted file mode 100644 index 83e07651..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/lime_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:lime_high_quality_concrete" - }, - "result": "createindustry:lime_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_slab_stonecutting_q.json deleted file mode 100644 index 2bf6aa2b..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:magenta_high_quality_concrete" - }, - "result": "createindustry:magenta_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 1c76c088..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:magenta_high_quality_concrete" - }, - "result": "createindustry:magenta_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_wall_stonecutting_q.json deleted file mode 100644 index 1fd70144..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/magenta_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:magenta_high_quality_concrete" - }, - "result": "createindustry:magenta_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_slab_stonecutting_q.json deleted file mode 100644 index fa1616b1..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:orange_high_quality_concrete" - }, - "result": "createindustry:orange_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 0032635e..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:orange_high_quality_concrete" - }, - "result": "createindustry:orange_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_wall_stonecutting_q.json deleted file mode 100644 index 4b4a2ebe..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/orange_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:orange_high_quality_concrete" - }, - "result": "createindustry:orange_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_slab_stonecutting_q.json deleted file mode 100644 index 6fd431f3..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:pink_high_quality_concrete" - }, - "result": "createindustry:pink_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_stairs_stonecutting_q.json deleted file mode 100644 index a950fc96..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:pink_high_quality_concrete" - }, - "result": "createindustry:pink_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_wall_stonecutting_q.json deleted file mode 100644 index 3a2c195d..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/pink_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:pink_high_quality_concrete" - }, - "result": "createindustry:pink_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_slab_stonecutting_q.json deleted file mode 100644 index 8e928b84..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:purple_high_quality_concrete" - }, - "result": "createindustry:purple_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_stairs_stonecutting_q.json deleted file mode 100644 index c51e970f..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:purple_high_quality_concrete" - }, - "result": "createindustry:purple_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_wall_stonecutting_q.json deleted file mode 100644 index a6c47538..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/purple_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:purple_high_quality_concrete" - }, - "result": "createindustry:purple_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_slab_stonecutting_q.json deleted file mode 100644 index 6695e326..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:red_high_quality_concrete" - }, - "result": "createindustry:red_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 2e4704c9..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:red_high_quality_concrete" - }, - "result": "createindustry:red_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_wall_stonecutting_q.json deleted file mode 100644 index b05122b1..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/red_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:red_high_quality_concrete" - }, - "result": "createindustry:red_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_slab_stonecutting_q.json deleted file mode 100644 index 6b792be3..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:white_high_quality_concrete" - }, - "result": "createindustry:white_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 8d18620d..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:white_high_quality_concrete" - }, - "result": "createindustry:white_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_wall_stonecutting_q.json deleted file mode 100644 index e207bc1e..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/white_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:white_high_quality_concrete" - }, - "result": "createindustry:white_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_slab_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_slab_stonecutting_q.json deleted file mode 100644 index dcb8c7ba..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_slab_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:yellow_high_quality_concrete" - }, - "result": "createindustry:yellow_high_quality_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_stairs_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_stairs_stonecutting_q.json deleted file mode 100644 index 56bd3d2b..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_stairs_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:yellow_high_quality_concrete" - }, - "result": "createindustry:yellow_high_quality_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_wall_stonecutting_q.json b/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_wall_stonecutting_q.json deleted file mode 100644 index 5ca4a094..00000000 --- a/src/main/resources/data/createindustry/recipes/colored_concrete/high_quality/yellow_concrete_wall_stonecutting_q.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:yellow_high_quality_concrete" - }, - "result": "createindustry:yellow_high_quality_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/compacting/sawdust_block.json b/src/main/resources/data/createindustry/recipes/compacting/sawdust_block.json deleted file mode 100644 index 59bf4f3d..00000000 --- a/src/main/resources/data/createindustry/recipes/compacting/sawdust_block.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "type": "create:compacting", - "ingredients": [ - - { - "item": "createindustry:sawdust" - }, - { - "item": "createindustry:sawdust" - }, - { - "item": "createindustry:sawdust" - }, - { - "item": "createindustry:sawdust" - } - - - ], - "results": [ - { - "item": "createindustry:sawdust_block" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/air_intake.json b/src/main/resources/data/createindustry/recipes/crafting/air_intake.json new file mode 100644 index 00000000..c07dcdd3 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/air_intake.json @@ -0,0 +1,29 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "BCB", + " F " + ], + "key": { + "C": { + "item": "createindustry:heavy_machinery_casing" + }, + "B": { + "item": "create:andesite_bars" + }, + "F": { + "item": "create:propeller" + }, + "S": { + "item": "create:shaft" + } + }, + "result": { + "item": "createindustry:air_intake", + "count": 2 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/aluminum_block.json b/src/main/resources/data/createindustry/recipes/crafting/aluminum_block.json index 5f39c34a..e189401b 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/aluminum_block.json +++ b/src/main/resources/data/createindustry/recipes/crafting/aluminum_block.json @@ -1,4 +1,4 @@ -w + { "type": "minecraft:crafting_shaped", "pattern": [ diff --git a/src/main/resources/data/createindustry/recipes/crafting/aluminum_door.json b/src/main/resources/data/createindustry/recipes/crafting/aluminum_door.json deleted file mode 100644 index 82c92924..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/aluminum_door.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AA", - "AA", - "AA" - ], - "key": { - "A": { - "tag": "forge:ingots/aluminum" - } - }, - "result": { - "item": "createindustry:aluminum_door", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/blast_furnace_output.json b/src/main/resources/data/createindustry/recipes/crafting/blast_furnace_output.json new file mode 100644 index 00000000..b7e56fd1 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/blast_furnace_output.json @@ -0,0 +1,26 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CFC", + "CPC" + ], + "key": { + "F": { + "item": "createindustry:fireproof_brick" + }, + "C": { + "tag": "forge:ingots/cast_iron" + }, + "P": { + "item": "createindustry:cast_iron_pipe" + } + }, + "result": { + "item": "createindustry:blast_furnace_output", + "count": 1 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/distiller.json b/src/main/resources/data/createindustry/recipes/crafting/cast_iron_distillation_output.json similarity index 52% rename from src/main/resources/data/createindustry/recipes/crafting/distiller.json rename to src/main/resources/data/createindustry/recipes/crafting/cast_iron_distillation_output.json index 808286d2..ed7969e6 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/distiller.json +++ b/src/main/resources/data/createindustry/recipes/crafting/cast_iron_distillation_output.json @@ -3,19 +3,19 @@ "type": "minecraft:crafting_shaped", "pattern": [ "CHC", - "C C", + "CHC", "CHC" ], "key": { "H": { - "item": "createindustry:heavy_plate" + "item": "createindustry:cast_iron_pipe" }, "C": { - "item": "createindustry:cast_iron_ingot" + "tag": "forge:ingots/cast_iron" } }, "result": { - "item": "createindustry:distiller", + "item": "createindustry:cast_iron_distillation_output", "count": 1 diff --git a/src/main/resources/data/createindustry/recipes/crafting/industrial_barrel.json b/src/main/resources/data/createindustry/recipes/crafting/casting_basin.json similarity index 63% rename from src/main/resources/data/createindustry/recipes/crafting/industrial_barrel.json rename to src/main/resources/data/createindustry/recipes/crafting/casting_basin.json index 3db24853..ae1a4ce8 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/industrial_barrel.json +++ b/src/main/resources/data/createindustry/recipes/crafting/casting_basin.json @@ -2,17 +2,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "A A", - "A A", - "AAA" + "C C", + "C C", + "CCC" ], "key": { - "A": { + "C": { "tag": "forge:ingots/cast_iron" } }, "result": { - "item": "createindustry:industrial_barrel", + "item": "createindustry:casting_basin", "count": 1 diff --git a/src/main/resources/data/createindustry/recipes/crafting/casting_spout.json b/src/main/resources/data/createindustry/recipes/crafting/casting_spout.json new file mode 100644 index 00000000..f7b4405c --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/casting_spout.json @@ -0,0 +1,26 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CGC", + " P " + ], + "key": { + "C": { + "tag": "forge:ingots/cast_iron" + }, + "G": { + "item": "create:framed_glass" + }, + "P": { + "item": "createindustry:cast_iron_pipe" + } + }, + "result": { + "item": "createindustry:casting_spout", + "count": 1 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/chipwood_slab.json b/src/main/resources/data/createindustry/recipes/crafting/chipwood_slab.json deleted file mode 100644 index d959c94d..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/chipwood_slab.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " ", - "CCC", - " " - ], - "key": { - "C": { - "item": "createindustry:chipwood" - } - }, - "result": { - "item": "createindustry:chipwood_slab", - "count": 6 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/chipwood_stairs.json b/src/main/resources/data/createindustry/recipes/crafting/chipwood_stairs.json deleted file mode 100644 index 4e511f79..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/chipwood_stairs.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "C ", - "CC ", - "CCC" - ], - "key": { - "C": { - "item": "createindustry:chipwood" - } - }, - "result": { - "item": "createindustry:chipwood_stairs", - "count": 4 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/copper_grenade.json b/src/main/resources/data/createindustry/recipes/crafting/copper_grenade.json new file mode 100644 index 00000000..afa7275e --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/copper_grenade.json @@ -0,0 +1,23 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " M ", + "MAM", + " M " + ], + "key": { + "A": { + "item": "createindustry:thermite_grenade" + }, + "M": { + "tag": "forge:ingots/copper" + } + }, + "result": { + "item": "createindustry:copper_grenade" + + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/diesel_engine_expansion.json b/src/main/resources/data/createindustry/recipes/crafting/diesel_engine_expansion.json new file mode 100644 index 00000000..20b8a9ca --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/diesel_engine_expansion.json @@ -0,0 +1,29 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PMP", + "TCT", + "PTP" + ], + "key": { + "C": { + "item": "createindustry:heavy_machinery_casing" + }, + "M": { + "item": "create:andesite_bars" + }, + "T": { + "item": "createindustry:steel_fluid_tank" + }, + "P": { + "item": "createindustry:industrial_pipe" + } + }, + "result": { + "item": "createindustry:diesel_engine_expansion", + "count": 1 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/display_board_from_plastic.json b/src/main/resources/data/createindustry/recipes/crafting/display_board_from_plastic.json deleted file mode 100644 index f82bcc91..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/display_board_from_plastic.json +++ /dev/null @@ -1,24 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " ", - "PTP", - " " - ], - "key": { - "P": { - "item": "createindustry:plastic_sheet" - }, - "T": { - "item": "create:electron_tube" - } - - }, - "result": { - "item": "create:display_board", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/duraluminium_block.json b/src/main/resources/data/createindustry/recipes/crafting/duraluminium_block.json deleted file mode 100644 index 5ecd10f5..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/duraluminium_block.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "SSS", - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "createindustry:duraluminium_ingot" - } - }, - "result": { - "item": "createindustry:duraluminium_block", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/electron_tube_from_plastic.json b/src/main/resources/data/createindustry/recipes/crafting/electron_tube_from_plastic.json deleted file mode 100644 index 344c26bf..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/electron_tube_from_plastic.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " Q ", - " C ", - " P " - ], - "key": { - "Q": { - "item": "create:polished_rose_quartz" - }, - "C": { - "tag": "forge:nuggets/copper" - }, - "P": { - "item": "createindustry:plastic_sheet" - } - }, - "result": { - "item": "create:electron_tube", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/exhaust.json b/src/main/resources/data/createindustry/recipes/crafting/exhaust.json index 990798ef..e4972068 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/exhaust.json +++ b/src/main/resources/data/createindustry/recipes/crafting/exhaust.json @@ -8,13 +8,13 @@ ], "key": { "S": { - "item": "createindustry:heavy_plate" + "tag": "forge:ingots/cast_iron" }, "M": { "item": "create:andesite_bars" }, "I": { - "item": "createindustry:industrial_pipe" + "item": "createindustry:cast_iron_pipe" } }, "result": { diff --git a/src/main/resources/data/createindustry/recipes/crafting/fireproof_brick_reinforcement.json b/src/main/resources/data/createindustry/recipes/crafting/fireproof_brick_reinforcement.json new file mode 100644 index 00000000..32206675 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/fireproof_brick_reinforcement.json @@ -0,0 +1,20 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FFF", + "FFF", + " " + ], + "key": { + "F": { + "item": "createindustry:fireproof_bricks" + } + }, + "result": { + "item": "createindustry:fireproof_brick_reinforcement", + "count": 6 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/fireproof_bricks.json b/src/main/resources/data/createindustry/recipes/crafting/fireproof_bricks.json new file mode 100644 index 00000000..3d2acf2c --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/fireproof_bricks.json @@ -0,0 +1,20 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FF ", + "FF ", + " " + ], + "key": { + "F": { + "item": "createindustry:fireproof_brick" + } + }, + "result": { + "item": "createindustry:fireproof_bricks", + "count": 1 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/liquid_rebar_concrete_bucket.json b/src/main/resources/data/createindustry/recipes/crafting/liquid_rebar_concrete_bucket.json deleted file mode 100644 index 0a8a1c6d..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/liquid_rebar_concrete_bucket.json +++ /dev/null @@ -1,21 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " X ", - "XYX", - " X " - ], - "key": { - "X": { - "item": "createindustry:rebar" - }, - "Y": { - "item": "createindustry:liquid_concrete_bucket" - } - }, - "result": { - "item": "createindustry:liquid_rebar_concrete_bucket" - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/machine_input.json b/src/main/resources/data/createindustry/recipes/crafting/machine_input.json index f1d7449d..645b95d9 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/machine_input.json +++ b/src/main/resources/data/createindustry/recipes/crafting/machine_input.json @@ -3,8 +3,8 @@ "type": "minecraft:crafting_shaped", "pattern": [ " P ", - "ECS", - " P " + " C ", + " S " ], "key": { "S": { @@ -15,9 +15,6 @@ }, "C": { "item": "createindustry:heavy_machinery_casing" - }, - "E": { - "item": "create:electron_tube" } }, "result": { diff --git a/src/main/resources/data/createindustry/recipes/crafting/mesh.json b/src/main/resources/data/createindustry/recipes/crafting/mesh.json deleted file mode 100644 index 64a1f60e..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/mesh.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " M ", - "MMM", - " M " - ], - "key": { - "M": { - "item": "minecraft:string" - } - }, - "result": { - "item": "createindustry:mesh", - "count": 16 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/mesh_concrete.json b/src/main/resources/data/createindustry/recipes/crafting/mesh_concrete.json deleted file mode 100644 index ec070d03..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/mesh_concrete.json +++ /dev/null @@ -1,23 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " ", - " C ", - " M " - ], - "key": { - "M": { - "item": "createindustry:mesh" - }, - "C": { - "item": "createindustry:concrete" - } - }, - "result": { - "item": "createindustry:mesh_concrete", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_pump.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_pump.json new file mode 100644 index 00000000..3d1ce462 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_pump.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "createindustry:aluminum_pipe" + } + ], + "result": { + "item": "createindustry:aluminum_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_valve.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_valve.json new file mode 100644 index 00000000..02d75296 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "createindustry:aluminum_pipe" + } + ], + "result": { + "item": "createindustry:aluminum_fluid_valve" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/sawdust_from_block.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_horizontal.json similarity index 61% rename from src/main/resources/data/createindustry/recipes/crafting/sawdust_from_block.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_horizontal.json index 0d73bdf2..df1e636c 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/sawdust_from_block.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_horizontal.json @@ -3,16 +3,17 @@ "type": "minecraft:crafting_shaped", "pattern": [ " ", - " S ", + "SSS", " " ], "key": { + "S": { - "item": "createindustry:sawdust_block" + "tag": "forge:ingots/aluminum" } }, "result": { - "item": "createindustry:sawdust", + "item": "createindustry:aluminum_pipe", "count": 4 diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_vertical.json new file mode 100644 index 00000000..646a42b6 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_pipe_vertical.json @@ -0,0 +1,21 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + " S ", + " S " + ], + "key": { + + "S": { + "tag": "forge:ingots/aluminum" + } + }, + "result": { + "item": "createindustry:aluminum_pipe", + "count": 4 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_smart_fluid_pipe.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_smart_fluid_pipe.json new file mode 100644 index 00000000..4cf9ada2 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/aluminum_smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "createindustry:aluminum_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "createindustry:aluminum_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_pump.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_pump.json new file mode 100644 index 00000000..92e4a951 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_pump.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "createindustry:brass_pipe" + } + ], + "result": { + "item": "createindustry:brass_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_valve.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_valve.json new file mode 100644 index 00000000..9f9bbb89 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "createindustry:brass_pipe" + } + ], + "result": { + "item": "createindustry:brass_fluid_valve" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/train_trapdoor.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_horizontal.json similarity index 52% rename from src/main/resources/data/createindustry/recipes/crafting/train_trapdoor.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_horizontal.json index b2fb7a88..ce302216 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/train_trapdoor.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_horizontal.json @@ -3,17 +3,18 @@ "type": "minecraft:crafting_shaped", "pattern": [ " ", - " CC", + "SSS", " " ], "key": { - "C": { - "item": "create:railway_casing" + + "S": { + "tag": "forge:ingots/brass" } }, "result": { - "item": "create:train_trapdoor", - "count": 2 + "item": "createindustry:brass_pipe", + "count": 4 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_vertical.json new file mode 100644 index 00000000..29bd5af8 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_pipe_vertical.json @@ -0,0 +1,21 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + " S ", + " S " + ], + "key": { + + "S": { + "tag": "forge:ingots/brass" + } + }, + "result": { + "item": "createindustry:brass_pipe", + "count": 4 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_smart_fluid_pipe.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_smart_fluid_pipe.json new file mode 100644 index 00000000..c2b77e7c --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/brass_smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/copper" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "createindustry:brass_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "createindustry:brass_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_pump.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_pump.json new file mode 100644 index 00000000..84910105 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_pump.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "createindustry:cast_iron_pipe" + } + ], + "result": { + "item": "createindustry:cast_iron_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_valve.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_valve.json new file mode 100644 index 00000000..8e218e83 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "createindustry:cast_iron_pipe" + } + ], + "result": { + "item": "createindustry:cast_iron_fluid_valve" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/duraluminium_from_block.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_horizontal.json similarity index 52% rename from src/main/resources/data/createindustry/recipes/crafting/duraluminium_from_block.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_horizontal.json index 63ee2708..2c1e52d8 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/duraluminium_from_block.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_horizontal.json @@ -3,17 +3,18 @@ "type": "minecraft:crafting_shaped", "pattern": [ " ", - " S ", + "SSS", " " ], "key": { + "S": { - "item": "createindustry:duraluminium_block" + "tag": "forge:ingots/cast_iron" } }, "result": { - "item": "createindustry:duraluminium_ingot", - "count": 9 + "item": "createindustry:cast_iron_pipe", + "count": 4 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_vertical.json new file mode 100644 index 00000000..3c2acd9d --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_pipe_vertical.json @@ -0,0 +1,21 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + " S ", + " S " + ], + "key": { + + "S": { + "tag": "forge:ingots/cast_iron" + } + }, + "result": { + "item": "createindustry:cast_iron_pipe", + "count": 4 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_smart_fluid_pipe.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_smart_fluid_pipe.json new file mode 100644 index 00000000..e2251585 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/cast_iron_smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "createindustry:cast_iron_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "createindustry:cast_iron_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_pump.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_pump.json new file mode 100644 index 00000000..57b44a43 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_pump.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "createindustry:plastic_pipe" + } + ], + "result": { + "item": "createindustry:plastic_mechanical_pump" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_valve.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_valve.json new file mode 100644 index 00000000..9313e5c6 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "createindustry:plastic_pipe" + } + ], + "result": { + "item": "createindustry:plastic_fluid_valve" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_horizontal.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_horizontal.json new file mode 100644 index 00000000..add395f5 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_horizontal.json @@ -0,0 +1,21 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " ", + "SSS", + " " + ], + "key": { + + "S": { + "tag": "forge:ingots/plastic" + } + }, + "result": { + "item": "createindustry:plastic_pipe", + "count": 4 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_vertical.json new file mode 100644 index 00000000..066c2f79 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_pipe_vertical.json @@ -0,0 +1,21 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + " S ", + " S " + ], + "key": { + + "S": { + "tag": "forge:ingots/plastic" + } + }, + "result": { + "item": "createindustry:plastic_pipe", + "count": 4 + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_smart_fluid_pipe.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_smart_fluid_pipe.json new file mode 100644 index 00000000..d1b7bea6 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/plastic_smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "createindustry:plastic_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "createindustry:plastic_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_fluid_pump.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_pump.json similarity index 78% rename from src/main/resources/data/createindustry/recipes/crafting/steel_fluid_pump.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_pump.json index b02c9f79..bef48007 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_fluid_pump.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_pump.json @@ -9,6 +9,6 @@ } ], "result": { - "item": "createindustry:steel_pump" + "item": "createindustry:steel_mechanical_pump" } } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_valve.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_valve.json new file mode 100644 index 00000000..8cf3f18b --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "createindustry:steel_pipe" + } + ], + "result": { + "item": "createindustry:steel_fluid_valve" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_trapdoor.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json similarity index 71% rename from src/main/resources/data/createindustry/recipes/crafting/steel_trapdoor.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json index 5c70c17e..3fb25b24 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_trapdoor.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json @@ -4,16 +4,17 @@ "pattern": [ " ", "SSS", - "SSS" + " " ], "key": { + "S": { "tag": "forge:ingots/steel" } }, "result": { - "item": "createindustry:steel_trapdoor", - "count": 1 + "item": "createindustry:steel_pipe", + "count": 4 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json similarity index 67% rename from src/main/resources/data/createindustry/recipes/crafting/steel_pipe_vertical.json rename to src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json index f61a13d2..e1d2e8e9 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_pipe_vertical.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json @@ -2,21 +2,19 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - " H ", " S ", - " H " + " S ", + " S " ], "key": { - "H": { - "item": "createindustry:heavy_plate" - }, + "S": { "tag": "forge:ingots/steel" } }, "result": { "item": "createindustry:steel_pipe", - "count": 1 + "count": 4 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_smart_fluid_pipe.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_smart_fluid_pipe.json new file mode 100644 index 00000000..0b02451f --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:ingots/aluminum" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "createindustry:steel_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "createindustry:steel_smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/prospector_tool.json b/src/main/resources/data/createindustry/recipes/crafting/prospector_tool.json deleted file mode 100644 index fd383e81..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/prospector_tool.json +++ /dev/null @@ -1,23 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " A", - " BA", - "B " - ], - "key": { - "B": { - "item": "minecraft:stick" - }, - "A": { - "tag": "forge:ingots/aluminum" - } - }, - "result": { - "item": "createindustry:prospector_tool", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/rebar_formwork.json b/src/main/resources/data/createindustry/recipes/crafting/rebar_formwork.json new file mode 100644 index 00000000..bb6b80e8 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/rebar_formwork.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "createindustry:rebar" + }, + { + "item": "createindustry:formwork_block" + } + ], + "result": { + "item": "createindustry:rebar_formwork_block" + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/steam_engine.json b/src/main/resources/data/createindustry/recipes/crafting/steam_engine.json deleted file mode 100644 index 80eb87ce..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/steam_engine.json +++ /dev/null @@ -1,32 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "PPP", - "BSB", - "ICI" - ], - "key": { - "B": { - "item": "create:brass_nugget" - }, - "S": { - "item": "create:andesite_alloy" - }, - "C": { - "item": "minecraft:copper_block" - }, - "I": { - "tag": "forge:plates/copper" - }, - "P": { - "tag": "forge:plates/iron" - } - }, - "result": { - "item": "create:steam_engine", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_ingot_from_block.json b/src/main/resources/data/createindustry/recipes/crafting/steel_from_block.json similarity index 100% rename from src/main/resources/data/createindustry/recipes/crafting/steel_ingot_from_block.json rename to src/main/resources/data/createindustry/recipes/crafting/steel_from_block.json diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_pipe_horizontal.json b/src/main/resources/data/createindustry/recipes/crafting/steel_pipe_horizontal.json deleted file mode 100644 index 842e6a2e..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_pipe_horizontal.json +++ /dev/null @@ -1,23 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " ", - "HSH", - " " - ], - "key": { - "H": { - "item": "createindustry:heavy_plate" - }, - "S": { - "tag": "forge:ingots/steel" - } - }, - "result": { - "item": "createindustry:steel_pipe", - "count": 1 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json b/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json index 030c0543..fcb980b6 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json +++ b/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json @@ -3,20 +3,21 @@ "type": "minecraft:crafting_shaped", "pattern": [ " S ", - "GSG", + " B ", " S " ], "key": { "S": { - "tag": "forge:ingots/steel" + "tag": "forge:ingots/steel" + }, - "G": { - "item": "create:framed_glass_trapdoor" + "B": { + "item": "minecraft:barrel" } }, "result": { "item": "createindustry:steel_fluid_tank", - "count": 2 + "count": 1 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/train_door.json b/src/main/resources/data/createindustry/recipes/crafting/train_door.json deleted file mode 100644 index 713cf8f6..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/train_door.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " ", - " C ", - " C " - ], - "key": { - "C": { - "item": "create:railway_casing" - } - }, - "result": { - "item": "create:train_door", - "count": 2 - - - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/tubine_blade.json b/src/main/resources/data/createindustry/recipes/crafting/turbine_blade.json similarity index 59% rename from src/main/resources/data/createindustry/recipes/crafting/tubine_blade.json rename to src/main/resources/data/createindustry/recipes/crafting/turbine_blade.json index cbfe33d6..97e8f07c 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/tubine_blade.json +++ b/src/main/resources/data/createindustry/recipes/crafting/turbine_blade.json @@ -2,21 +2,21 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "SSS", - "SIS", - "SSS" + " S ", + " I ", + " S " ], "key": { "S": { - "tag": "forge:plates/iron" + "tag": "forge:ingots/aluminum" }, "I": { - "tag": "forge:ingots/steel" + "item": "createindustry:rebar" } }, "result": { "item": "createindustry:turbine_blade", - "count": 2 + "count": 1 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/water_insulation.json b/src/main/resources/data/createindustry/recipes/crafting/water_insulation.json deleted file mode 100644 index fbdcbd80..00000000 --- a/src/main/resources/data/createindustry/recipes/crafting/water_insulation.json +++ /dev/null @@ -1,22 +0,0 @@ - -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AS", - "NA" - ], - "key": { - "A": { - "item": "minecraft:honeycomb" - }, - "S": { - "tag": "forge:plates/iron" - }, - "N": { - "tag": "forge:nuggets/iron" - } - }, - "result": { - "item": "createindustry:water_insulation" - } -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crafting/zinc_grenade.json b/src/main/resources/data/createindustry/recipes/crafting/zinc_grenade.json new file mode 100644 index 00000000..0e058fcf --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crafting/zinc_grenade.json @@ -0,0 +1,26 @@ + +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " M ", + "SAS", + " M " + ], + "key": { + "S": { + "item": "createindustry:sulfur_dust" + }, + "A": { + "item": "createindustry:thermite_grenade" + }, + "M": { + "tag": "forge:ingots/zinc" + } + }, + "result": { + "item": "createindustry:zinc_grenade" + + + + } +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crushing/aluminum_dust.json b/src/main/resources/data/createindustry/recipes/crushing/aluminum_dust.json deleted file mode 100644 index 85d826b5..00000000 --- a/src/main/resources/data/createindustry/recipes/crushing/aluminum_dust.json +++ /dev/null @@ -1,16 +0,0 @@ - -{ - "type": "create:crushing", - "ingredients": [ - { - "tag": "forge:ingots/aluminum" - } - ], - "results": [ - { - "item": "createindustry:aluminum_dustd" - - } - ], - "processingTime": 100 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crushing/coal_coke_dust.json b/src/main/resources/data/createindustry/recipes/crushing/coal_coke_dust.json new file mode 100644 index 00000000..fddff594 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/crushing/coal_coke_dust.json @@ -0,0 +1,15 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "createindustry:coal_coke" + } + ], + "results": [ + { + "item": "createindustry:coal_coke_dust" + } + ], + "processingTime": 250 + +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crushing/saltpeter.json b/src/main/resources/data/createindustry/recipes/crushing/saltpeter.json index c1f294e3..3da73c85 100644 --- a/src/main/resources/data/createindustry/recipes/crushing/saltpeter.json +++ b/src/main/resources/data/createindustry/recipes/crushing/saltpeter.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "createindustry:saltpeter", + "item": "createindustry:nitrate_dust", "chance": 0.2 } ], diff --git a/src/main/resources/data/createindustry/recipes/crushing/sulfur.json b/src/main/resources/data/createindustry/recipes/crushing/sulfur.json index 14723024..b2382427 100644 --- a/src/main/resources/data/createindustry/recipes/crushing/sulfur.json +++ b/src/main/resources/data/createindustry/recipes/crushing/sulfur.json @@ -7,10 +7,10 @@ ], "results": [ { - "item": "createindustry:sulfur_powder" + "item": "createindustry:sulfur_dust" }, { - "item": "createindustry:sulfur_powder", + "item": "createindustry:sulfur_dust", "chance": 0.7 } ], diff --git a/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json index 634a66f2..8e148564 100644 --- a/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json +++ b/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json @@ -22,11 +22,11 @@ "amount": 30 }, { - "item": "createindustry:steel_ingot" + "item": "createindustry:sulfur_dust" }, { - "item": "minecraft:air" + "item": "createindustry:bitumen" } ] diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json b/src/main/resources/data/createindustry/recipes/distillation/naphtha.json similarity index 63% rename from src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json rename to src/main/resources/data/createindustry/recipes/distillation/naphtha.json index 949c47bc..b96e1e48 100644 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json +++ b/src/main/resources/data/createindustry/recipes/distillation/naphtha.json @@ -1,30 +1,33 @@ { - "type": "createindustry:advanced_distillation", + "type": "createindustry:distillation", "ingredients": [ { "fluid": "createindustry:naphtha", "nbt": {}, - "amount": 9 + "amount": 3 } ], "results": [ { "fluid": "createindustry:propylene", - "amount": 3 + "amount": 1 }, { "fluid": "createindustry:ethylene", - "amount": 3 + "amount": 1 }, { "fluid": "createindustry:ethylene", - "amount": 3 - } - , + "amount": 1 + }, { - "fluid": "createindustry:ethylene", - "amount": 3 + "item": "minecraft:air" + + }, + { + "item": "minecraft:air" + } ] diff --git a/src/main/resources/data/createindustry/recipes/compacting/hardened_planks.json b/src/main/resources/data/createindustry/recipes/filling/hardened_wood_creosote.json similarity index 53% rename from src/main/resources/data/createindustry/recipes/compacting/hardened_planks.json rename to src/main/resources/data/createindustry/recipes/filling/hardened_wood_creosote.json index f7625eec..d2152c07 100644 --- a/src/main/resources/data/createindustry/recipes/compacting/hardened_planks.json +++ b/src/main/resources/data/createindustry/recipes/filling/hardened_wood_creosote.json @@ -1,13 +1,15 @@ { - "type": "create:compacting", + "type": "create:filling", "ingredients": [ - { "tag": "minecraft:planks" - } - - + }, + { + "fluid": "createindustry:creosote", + "nbt": {}, + "amount": 200 + } ], "results": [ { diff --git a/src/main/resources/data/createindustry/recipes/filling/liquid_asphalt_bucket.json b/src/main/resources/data/createindustry/recipes/filling/liquid_asphalt_bucket.json new file mode 100644 index 00000000..cc3b4d7e --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/filling/liquid_asphalt_bucket.json @@ -0,0 +1,19 @@ + +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:bucket" + }, + { + "fluid": "createindustry:liquid_asphalt", + "nbt": {}, + "amount": 200 + } + ], + "results": [ + { + "item": "createindustry:liquid_asphalt_bucket" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/filling/liquid_concrete_bucket.json b/src/main/resources/data/createindustry/recipes/filling/liquid_concrete_bucket.json index d798647b..9dec7dc5 100644 --- a/src/main/resources/data/createindustry/recipes/filling/liquid_concrete_bucket.json +++ b/src/main/resources/data/createindustry/recipes/filling/liquid_concrete_bucket.json @@ -6,7 +6,7 @@ "item": "minecraft:bucket" }, { - "fluid": "createindustry:liquid_concrete_fluid", + "fluid": "createindustry:liquid_concrete", "nbt": {}, "amount": 200 } diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil.json new file mode 100644 index 00000000..1800a0de --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil.json @@ -0,0 +1,39 @@ +{ + "type": "createindustry:advanced_distillation", + "ingredients": [ + + { + "fluid": "createindustry:crude_oil_fluid", + "nbt": {}, + "amount": 12 + } + ], + "results": [ + { + "fluid": "createindustry:heavy_oil", + "amount": 3 + }, + { + "fluid": "createindustry:diesel", + "amount": 2 + }, + { + "fluid": "createindustry:kerosene", + "amount": 1 + }, + { + "fluid": "createindustry:naphtha", + "amount": 1 + }, + { + "fluid": "createindustry:gasoline", + "amount": 3 + }, + { + "fluid": "createindustry:lpg", + "amount": 2 + } + ] + + +} diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json deleted file mode 100644 index de33efd5..00000000 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "type": "createindustry:advanced_distillation", - "ingredients": [ - - { - "fluid": "createindustry:heavy_oil", - "nbt": {}, - "amount": 90 - } - ], - "results": [ - { - "fluid": "createindustry:diesel", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json deleted file mode 100644 index 73f87591..00000000 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "createindustry:advanced_distillation", - "ingredients": [ - - { - "fluid": "createindustry:diesel", - "nbt": {}, - "amount": 5 - } - ], - "results": [ - { - "fluid": "createindustry:propylene", - "amount": 3 - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/industrial_blasting/steel.json b/src/main/resources/data/createindustry/recipes/industrial_blasting/steel.json new file mode 100644 index 00000000..04809f9a --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/industrial_blasting/steel.json @@ -0,0 +1,21 @@ +{ + "type": "createindustry:industrial_blasting", + "ingredients": [ + { + "count": 1, + "item": "createindustry:blasting_mixture" + } + ], + "processingTime": 200, + "results": [ + { + "fluid": "createindustry:molten_steel", + "amount": 333 + }, + { + "fluid": "createindustry:molten_slag", + "amount": 111 + } + + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/chipwood.json b/src/main/resources/data/createindustry/recipes/item_application/chipwood.json deleted file mode 100644 index 95d28cd4..00000000 --- a/src/main/resources/data/createindustry/recipes/item_application/chipwood.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:item_application", - "ingredients": [ - { - "item": "createindustry:sawdust_block" - }, - { - "item": "create:super_glue" - } - ], - "results": [ - { - "item": "createindustry:chipwood" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/coke_oven.json b/src/main/resources/data/createindustry/recipes/item_application/coke_oven.json new file mode 100644 index 00000000..8cc5ff46 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/item_application/coke_oven.json @@ -0,0 +1,17 @@ + +{ + "type": "create:item_application", + "ingredients": [ + { + "item": "create:industrial_iron_block" + }, + { + "tag": "forge:ingots/cast_iron" + } + ], + "results": [ + { + "item": "createindustry:coke_oven" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/copper_casing.json b/src/main/resources/data/createindustry/recipes/item_application/copper_casing.json deleted file mode 100644 index ccf77b84..00000000 --- a/src/main/resources/data/createindustry/recipes/item_application/copper_casing.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:item_application", - "ingredients": [ - { - "item": "createindustry:waterproof_planks" - }, - { - "item": "minecraft:copper_ingot" - } - ], - "results": [ - { - "item": "create:copper_casing" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/liquid_rebar__concrete.json b/src/main/resources/data/createindustry/recipes/item_application/liquid_rebar__concrete.json deleted file mode 100644 index d9000dcb..00000000 --- a/src/main/resources/data/createindustry/recipes/item_application/liquid_rebar__concrete.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:item_application", - "ingredients": [ - { - "item": "createindustry:rebar_cage" - }, - { - "item": "createindustry:liquid_concrete_bucket" - } - ], - "results": [ - { - "item": "createindustry:liquid_rebar_concrete" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/mesh_concrete_item_application.json b/src/main/resources/data/createindustry/recipes/item_application/mesh_concrete_item_application.json deleted file mode 100644 index 45990360..00000000 --- a/src/main/resources/data/createindustry/recipes/item_application/mesh_concrete_item_application.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:item_application", - "ingredients": [ - { - "item": "createindustry:concrete" - }, - { - "item": "createindustry:mesh" - } - ], - "results": [ - { - "item": "createindustry:mesh_concrete" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/item_application/waterproof_planks.json b/src/main/resources/data/createindustry/recipes/item_application/waterproof_planks.json deleted file mode 100644 index 8f76592b..00000000 --- a/src/main/resources/data/createindustry/recipes/item_application/waterproof_planks.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:item_application", - "ingredients": [ - { - "tag": "minecraft:planks" - }, - { - "item": "createindustry:water_insulation" - } - ], - "results": [ - { - "item": "createindustry:waterproof_planks" - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/cast_iron_distillation_controller.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/cast_iron_distillation_controller.json index ccf87206..d16fe25f 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/cast_iron_distillation_controller.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/cast_iron_distillation_controller.json @@ -2,21 +2,21 @@ "type": "create:mechanical_crafting", "pattern": [ "HIH", - "P P", + "HEH", "HCH" ], "key": { - "P": { - "item": "createindustry:steel_mechanism" + "E": { + "item": "create:electron_tube" }, "I": { - "item": "createindustry:industrial_pipe" + "item": "createindustry:cast_iron_pipe" }, "H": { "tag": "forge:ingots/cast_iron" }, "C": { - "item": "createindustry:heavy_machinery_casing" + "item": "createindustry:steel_mechanism" } diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/diesel_engine.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/diesel_engine.json new file mode 100644 index 00000000..0aedfabc --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/diesel_engine.json @@ -0,0 +1,38 @@ +{ + "type": "create:mechanical_crafting", + "pattern": [ + " O ", + " A ", + "AOA", + "SCS", + "STS", + "HHH" + ], + "key": { + + "A": { + "tag": "forge:ingots/aluminum" + }, + "H": { + "item": "createindustry:heavy_plate" + }, + "S": { + "item": "createindustry:steel_mechanism" + }, + "C": { + "item": "createindustry:heavy_machinery_casing" + }, + "O": { + "tag": "forge:ingots/steel" + }, + "T": { + "item": "createindustry:steel_fluid_tank" + } + + + }, + "result": { + "item": "createindustry:diesel_engine" + }, + "acceptMirrored": true +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_base.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_base.json index 21862d1d..b1314309 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_base.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_base.json @@ -1,33 +1,24 @@ { "type": "create:mechanical_crafting", "pattern": [ - " XBX ", - "PICIP", - "PSASP" + "HAH", + "HCH", + " " ], "key": { - "S": { - "tag": "forge:ingots/steel" - }, - "X": { - "tag": "forge:ingots/aluminum" - }, - "C": { - "item": "createindustry:heavy_machinery_casing" - }, - "I": { - "item": "createindustry:industrial_pipe" - }, "A": { "item": "create:shaft" }, - "P": { + "H": { "item": "createindustry:heavy_plate" }, - "B": { - "item": "createindustry:turbine_blade" - } + + "C": { + "item": "createindustry:heavy_machinery_casing" + } + + }, "result": { "item": "createindustry:engine_base" diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_chamber.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_chamber.json index 52de2111..f3ee3010 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_chamber.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/engine_chamber.json @@ -2,8 +2,9 @@ "type": "create:mechanical_crafting", "pattern": [ " S ", + " I ", " A ", - " I " + " P " ], "key": { @@ -16,6 +17,9 @@ }, "I": { "tag": "forge:ingots/steel" + }, + "P": { + "item": "createindustry:steel_mechanism" } }, "result": { diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/heavy_plated_door.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/heavy_plated_door.json deleted file mode 100644 index 38697f96..00000000 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/heavy_plated_door.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "create:mechanical_crafting", - "pattern": [ - "DD", - "DD", - "DD" - ], - "key": { - "D": { - "item": "createindustry:heavy_plate" - } - }, - "result": { - "item": "createindustry:heavy_plated_door" - }, - "acceptMirrored": true -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_base.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_base.json index 28385eeb..06e08c97 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_base.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_base.json @@ -1,26 +1,29 @@ { "type": "create:mechanical_crafting", "pattern": [ - "HHH", - "PCP", - "SIS" + "HAH", + "SCS", + "HIH" ], "key": { - "P": { - "item": "create:precision_mechanism" - }, - "I": { - "item": "createindustry:industrial_pipe" + + "A": { + "item": "minecraft:string" }, "H": { "item": "createindustry:heavy_plate" }, + "S": { + "item": "createindustry:steel_mechanism" + }, "C": { "item": "createindustry:heavy_machinery_casing" }, - "S": { - "tag": "forge:ingots/steel" + "I": { + "item": "createindustry:industrial_pipe" } + + }, "result": { "item": "createindustry:pumpjack_base" diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_crank.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_crank.json index a99a67b5..f549e757 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_crank.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_crank.json @@ -1,17 +1,20 @@ { "type": "create:mechanical_crafting", "pattern": [ - " ", - "SSS", - " CA" + "HAH", + "SCS", + " " ], "key": { "A": { - "item": "create:shaft" + "item": "minecraft:string" + }, + "H": { + "item": "createindustry:heavy_plate" }, "S": { - "tag": "forge:ingots/steel" + "item": "createindustry:rebar" }, "C": { "item": "createindustry:heavy_machinery_casing" diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_hammer_holder.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_hammer_holder.json index ba41a848..0a050607 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_hammer_holder.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/pumpjack_hammer_holder.json @@ -6,14 +6,14 @@ ], "key": { "A": { - "item": "createindustry:aluminum_post" + "item": "createindustry:screw" }, "T": { "item": "createindustry:steel_truss" }, "B": { - "tag": "forge:blocks/steel" + "item": "createindustry:steel_block" }, "S": { "tag": "forge:ingots/steel" diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/quad_potato_cannon.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/quad_potato_cannon.json index 8bee8703..75fa7fe2 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/quad_potato_cannon.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/quad_potato_cannon.json @@ -1,8 +1,8 @@ { "type": "create:mechanical_crafting", "pattern": [ - "SPIIS", - "SPIIS", + "HIIIS", + "HPPIS", " A " ], "key": { @@ -10,13 +10,16 @@ "item": "createindustry:steel_mechanism" }, "A": { - "item": "create:andesite_alloy" + "item": "createindustry:rebar" }, "S": { - "item": "create:sturdy_sheet" + "item": "createindustry:industrial_pipe" }, "I": { - "tag": "forge:ingots/steel" + "item": "createindustry:steel_pipe" + }, + "H": { + "item": "createindustry:heavy_plate" } }, "result": { diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_controller.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_controller.json index 5f440252..3c6b7048 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_controller.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_controller.json @@ -3,7 +3,7 @@ "pattern": [ "HIH", "PDP", - "HCH" + "ECE" ], "key": { "P": { @@ -13,18 +13,21 @@ "item": "createindustry:industrial_pipe" }, "H": { - "tag": "forge:ingots/steel" + "item": "createindustry:heavy_plate" }, "C": { "item": "createindustry:heavy_machinery_casing" }, "D": { "item": "create:display_board" + }, + "E": { + "item": "create:electron_tube" } }, "result": { - "item": "createindustry:distillation_tower_controller" + "item": "createindustry:steel_distillation_controller" }, "acceptMirrored": true } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/distillation_tower_output.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_output.json similarity index 80% rename from src/main/resources/data/createindustry/recipes/mechanical_crafting/distillation_tower_output.json rename to src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_output.json index 3861af9a..fa58815f 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/distillation_tower_output.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/steel_distillation_output.json @@ -1,9 +1,9 @@ { "type": "create:mechanical_crafting", "pattern": [ - " H ", + "HPH", "PTP", - " H " + "HPH" ], "key": { "T": { @@ -17,7 +17,7 @@ } }, "result": { - "item": "createindustry:distillation_tower_output" + "item": "createindustry:steel_distillation_output" }, "acceptMirrored": true } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/surface_scanner.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/surface_scanner.json index 81da3726..57e8460b 100644 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/surface_scanner.json +++ b/src/main/resources/data/createindustry/recipes/mechanical_crafting/surface_scanner.json @@ -2,34 +2,35 @@ "type": "create:mechanical_crafting", "pattern": [ "IHI", - "PSP", - "ECE" + "SCK", + "EEK" ], "key": { - "P": { - "item": "create:precision_mechanism" - }, + "I": { - "item": "minecraft:copper_ingot" + "item": "createindustry:heavy_plate" }, "C": { "item": "createindustry:heavy_machinery_casing" }, "H": { - "item": "create:sturdy_sheet" + "item": "minecraft:compass" }, "S": { "item": "create:shaft" }, "E": { - "item": "create:electron_tube" + "item": "createindustry:steel_mechanism" + }, + "K": { + "tag": "forge:plates/copper" } }, "result": { - "item": "createindustry:deposit_scanner" + "item": "createindustry:surface_scanner" }, "acceptMirrored": true } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mechanical_crafting/track_ballast.json b/src/main/resources/data/createindustry/recipes/mechanical_crafting/track_ballast.json deleted file mode 100644 index 455cb82f..00000000 --- a/src/main/resources/data/createindustry/recipes/mechanical_crafting/track_ballast.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "create:mechanical_crafting", - "pattern": [ - "G" - - - ], - "key": { - "G": { - "item": "minecraft:gravel" - } - }, - "result": { - "item": "createindustry:track_ballast", - "count": 4 - }, - "acceptMirrored": true -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/crushing/charcoal_dust.json b/src/main/resources/data/createindustry/recipes/milling/charcoal_dust.json similarity index 73% rename from src/main/resources/data/createindustry/recipes/crushing/charcoal_dust.json rename to src/main/resources/data/createindustry/recipes/milling/charcoal_dust.json index e50fc5dd..afaf9f36 100644 --- a/src/main/resources/data/createindustry/recipes/crushing/charcoal_dust.json +++ b/src/main/resources/data/createindustry/recipes/milling/charcoal_dust.json @@ -1,5 +1,6 @@ + { - "type": "create:crushing", + "type": "create:milling", "ingredients": [ { "item": "minecraft:charcoal" @@ -8,8 +9,9 @@ "results": [ { "item": "createindustry:charcoal_dust" + } ], - "processingTime": 250 + "processingTime": 130 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/blasting_mixture.json b/src/main/resources/data/createindustry/recipes/mixing/blasting_mixture.json new file mode 100644 index 00000000..16d0a090 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mixing/blasting_mixture.json @@ -0,0 +1,25 @@ + +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "createindustry:limesand" + }, + { + "item": "create:crushed_raw_iron" + }, + { + "item": "create:crushed_raw_iron" + }, + { + "item": "create:crushed_raw_iron" + } + ], + "results": [ + { + "item": "createindustry:blasting_mixture", + "count": 3 + } + ] + +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/coal_coke.json b/src/main/resources/data/createindustry/recipes/mixing/coal_coke.json deleted file mode 100644 index afd61255..00000000 --- a/src/main/resources/data/createindustry/recipes/mixing/coal_coke.json +++ /dev/null @@ -1,17 +0,0 @@ - -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "minecraft:coal" - } - ], - "results": [ - { - "item": "createindustry:coal_coke" - - } - ], - "heatRequirement": "heated", - "processingTime": 4500 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/cooling_fluid.json b/src/main/resources/data/createindustry/recipes/mixing/cooling_fluid.json new file mode 100644 index 00000000..877b05f5 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mixing/cooling_fluid.json @@ -0,0 +1,21 @@ + +{ + "type": "create:mixing", + "ingredients": [ + { + "fluid": "createindustry:ethylene", + "amount": 250 + }, + { + "fluid": "minecraft:water", + "amount": 250 + } + ], + "results": [ + { + "fluid": "createindustry:cooling_fluid", + "amount": 500 + + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/duraluminium_ingot.json b/src/main/resources/data/createindustry/recipes/mixing/duraluminium_ingot.json deleted file mode 100644 index af5955c7..00000000 --- a/src/main/resources/data/createindustry/recipes/mixing/duraluminium_ingot.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "minecraft:copper_ingot" - }, - { - "tag": "forge:ingots/aluminum" - }, - { - "tag": "forge:ingots/aluminum" - } - - ], - "results": [ - { - "count": 3, - "item": "createindustry:duraluminium_ingot" - - - } - ], - "heatRequirement": "heated", - "processingTime": 250 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/gun_powder.json b/src/main/resources/data/createindustry/recipes/mixing/gun_powder.json deleted file mode 100644 index 76af7761..00000000 --- a/src/main/resources/data/createindustry/recipes/mixing/gun_powder.json +++ /dev/null @@ -1,35 +0,0 @@ - -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "createindustry:saltpeter" - }, - { - "item": "createindustry:saltpeter" - }, - { - "item": "createindustry:saltpeter" - }, - { - "tag": "forge:dusts/charcoal" - - }, - - { - "tag": "forge:dusts/charcoal" - - }, - { - "item": "createindustry:sulfur_powder" - - } - ], - "results": [ - { - "item": "minecraft:gunpowder", - "count": 6 - - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/liquid_asphalt.json b/src/main/resources/data/createindustry/recipes/mixing/liquid_asphalt.json new file mode 100644 index 00000000..e334cb34 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mixing/liquid_asphalt.json @@ -0,0 +1,27 @@ + +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "createindustry:bitumen" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "fluid": "minecraft:water", + "nbt": {}, + "amount": 500 + } + ], + "results": [ + { + "fluid": "createindustry:liquid_asphalt", + "nbt": {}, + "amount": 1200 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete.json b/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete.json index 4cfc9ff8..f4a28214 100644 --- a/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete.json +++ b/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete.json @@ -19,7 +19,7 @@ ], "results": [ { - "fluid": "createindustry:liquid_concrete_fluid", + "fluid": "createindustry:liquid_concrete", "nbt": {}, "amount": 1000 } diff --git a/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete_from_slag.json b/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete_from_slag.json new file mode 100644 index 00000000..fd65935f --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mixing/liquid_concrete_from_slag.json @@ -0,0 +1,27 @@ + +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "createindustry:cement" + }, + { + "item": "createindustry:slag" + }, + { + "item": "minecraft:gravel" + }, + { + "fluid": "minecraft:water", + "nbt": {}, + "amount": 500 + } + ], + "results": [ + { + "fluid": "createindustry:liquid_concrete", + "nbt": {}, + "amount": 1500 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/napalm.json b/src/main/resources/data/createindustry/recipes/mixing/napalm.json index a1440886..09c1a97f 100644 --- a/src/main/resources/data/createindustry/recipes/mixing/napalm.json +++ b/src/main/resources/data/createindustry/recipes/mixing/napalm.json @@ -3,7 +3,7 @@ "type": "create:mixing", "ingredients": [ { - "item": "createindustry:aluminum_ingot" + "tag": "forge:ingots/aluminum" }, { "fluid": "createindustry:gasoline", diff --git a/src/main/resources/data/createindustry/recipes/mixing/naphtha_from_kerosene.json b/src/main/resources/data/createindustry/recipes/mixing/naphtha_from_kerosene.json deleted file mode 100644 index 372b346e..00000000 --- a/src/main/resources/data/createindustry/recipes/mixing/naphtha_from_kerosene.json +++ /dev/null @@ -1,19 +0,0 @@ - -{ - "type": "create:mixing", - "ingredients": [ - { - "fluid": "createindustry:kerosene", - "amount": 500 - } - ], - "results": [ - { - "fluid": "createindustry:naphtha", - "amount": 500 - - } - ], - "heatRequirement": "heated" - -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/slag.json b/src/main/resources/data/createindustry/recipes/mixing/slag.json new file mode 100644 index 00000000..759da831 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/mixing/slag.json @@ -0,0 +1,17 @@ + +{ + "type": "create:mixing", + "ingredients": [ + { + "fluid": "createindustry:molten_slag", + "amount": 1000 + } + ], + "results": [ + { + "item": "createindustry:slag", + "count": 9 + + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/mixing/steel_ingot.json b/src/main/resources/data/createindustry/recipes/mixing/steel_ingot.json deleted file mode 100644 index 14ecc5bf..00000000 --- a/src/main/resources/data/createindustry/recipes/mixing/steel_ingot.json +++ /dev/null @@ -1,20 +0,0 @@ - -{ - "type": "create:mixing", - "ingredients": [ - { - "item": "minecraft:iron_ingot" - }, - { - "item": "createindustry:coal_coke" - } - ], - "results": [ - { - "item": "createindustry:steel_ingot" - - } - ], - "heatRequirement": "heated", - "processingTime": 1000 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/pressing/screw.json b/src/main/resources/data/createindustry/recipes/pressing/screw.json deleted file mode 100644 index 485d7d8d..00000000 --- a/src/main/resources/data/createindustry/recipes/pressing/screw.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "create:pressing", - "ingredients": [ - { - "tag": "forge:ingots/aluminum" - } - ], - "results": [ - { - "item": "createindustry:screw", - "count": 4 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/diesel_engine.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/diesel_engine.json deleted file mode 100644 index f5a36158..00000000 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/diesel_engine.json +++ /dev/null @@ -1,123 +0,0 @@ - -{ - "type": "create:sequenced_assembly", - "ingredient": { - "item": "createindustry:heavy_machinery_casing" - }, - "transitionalItem": { - "item": "createindustry:heavy_machinery_casing" - }, - "sequence": [ - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:heavy_machinery_casing" - }, - { - "tag": "forge:ingots/aluminum" - } - ], - "results": [ - { - "item": "createindustry:heavy_machinery_casing" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:heavy_machinery_casing" - }, - { - "item": "createindustry:heavy_plate" - } - ], - "results": [ - { - "item": "createindustry:heavy_machinery_casing" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:heavy_machinery_casing" - }, - { - "item": "createindustry:screw" - } - ], - "results": [ - { - "item": "createindustry:heavy_machinery_casing" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:heavy_machinery_casing" - }, - { - "item": "createindustry:screwdriver" - } - ], - "results": [ - { - "item": "createindustry:heavy_machinery_casing" - } - ] - }, - - - - - - { - "type": "create:filling", - "ingredients": [ - { - "item": "createindustry:engine_base" - }, - { - "fluid": "createindustry:lubrication_oil", - "nbt": {}, - "amount": 1000 - } - ], - "results": [ - { - "item": "createindustry:engine_base" - } - ] - }, - - - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:heavy_machinery_casing" - }, - { - "item": "createindustry:steel_mechanism" - } - ], - "results": [ - { - "item": "createindustry:heavy_machinery_casing" - } - ] - } - ], - "results": [ - { - "item": "createindustry:diesel_engine" - } - ], - "loops": 8 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/gasoline_engine.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/gasoline_engine.json index ee3af818..b6e77ac2 100644 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/gasoline_engine.json +++ b/src/main/resources/data/createindustry/recipes/sequenced_assembly/gasoline_engine.json @@ -5,30 +5,36 @@ "item": "createindustry:engine_base" }, "transitionalItem": { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" }, "sequence": [ + + + +{ + "type": "create:filling", + "ingredients": [ { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:unprocessed_gasoline_engine" - }, - { - "item": "minecraft:white_dye" - } - ], - "results": [ - { - "item": "createindustry:unprocessed_gasoline_engine" - } - ] + "item": "createindustry:unfinished_gasoline_engine" }, + { + "fluid": "createindustry:lubrication_oil", + "nbt": {}, + "amount": 1000 + } + ], + "results": [ + { + "item": "createindustry:unfinished_gasoline_engine" + } + ] +}, + { "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" }, { "item": "createindustry:engine_chamber" @@ -36,7 +42,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" } ] }, @@ -44,7 +50,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" }, { "item": "createindustry:screw" @@ -52,7 +58,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" } ] }, @@ -60,7 +66,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" }, { "item": "createindustry:screwdriver" @@ -68,51 +74,12 @@ ], "results": [ { - "item": "createindustry:unprocessed_gasoline_engine" - } - ] - }, - - - - - - { - "type": "create:filling", - "ingredients": [ - { - "item": "createindustry:unprocessed_gasoline_engine" - }, - { - "fluid": "createindustry:lubrication_oil", - "nbt": {}, - "amount": 1000 - } - ], - "results": [ - { - "item": "createindustry:unprocessed_gasoline_engine" - } - ] - }, - - - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:unprocessed_gasoline_engine" - }, - { - "item": "create:cogwheel" - } - ], - "results": [ - { - "item": "createindustry:unprocessed_gasoline_engine" + "item": "createindustry:unfinished_gasoline_engine" } ] } + + ], "results": [ { diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/lpg_engine.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/lpg_engine.json index 6143f645..358bf990 100644 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/lpg_engine.json +++ b/src/main/resources/data/createindustry/recipes/sequenced_assembly/lpg_engine.json @@ -5,30 +5,15 @@ "item": "createindustry:engine_base" }, "transitionalItem": { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" }, "sequence": [ + { "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_lpg_engine" - }, - { - "item": "minecraft:yellow_dye" - } - ], - "results": [ - { - "item": "createindustry:unprocessed_lpg_engine" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" }, { "item": "createindustry:engine_chamber" @@ -36,7 +21,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" } ] }, @@ -44,7 +29,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" }, { "item": "createindustry:screw" @@ -52,7 +37,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" } ] }, @@ -60,7 +45,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" }, { "item": "createindustry:screwdriver" @@ -68,7 +53,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" } ] }, @@ -81,7 +66,7 @@ "type": "create:filling", "ingredients": [ { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" }, { "fluid": "createindustry:lubrication_oil", @@ -91,25 +76,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_lpg_engine" - } - ] - }, - - - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:unprocessed_lpg_engine" - }, - { - "item": "create:cogwheel" - } - ], - "results": [ - { - "item": "createindustry:unprocessed_lpg_engine" + "item": "createindustry:unfinished_lpg_engine" } ] } diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json index 3047f122..b67ec4df 100644 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json +++ b/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json @@ -96,5 +96,5 @@ "item": "createindustry:industrial_pipe" } ], - "loops": 3 + "loops": 2 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/turbine_engine.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/turbine_engine.json index fdd0fdf2..22cb61bd 100644 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/turbine_engine.json +++ b/src/main/resources/data/createindustry/recipes/sequenced_assembly/turbine_engine.json @@ -5,30 +5,15 @@ "item": "createindustry:engine_base" }, "transitionalItem": { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, "sequence": [ + { "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_turbine_engine" - }, - { - "item": "minecraft:blue_dye" - } - ], - "results": [ - { - "item": "createindustry:unprocessed_turbine_engine" - } - ] - }, - { - "type": "create:deploying", - "ingredients": [ - { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, { "item": "createindustry:turbine_blade" @@ -36,7 +21,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" } ] }, @@ -44,7 +29,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, { "item": "createindustry:screw" @@ -52,7 +37,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" } ] }, @@ -60,7 +45,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, { "item": "createindustry:screwdriver" @@ -68,20 +53,16 @@ ], "results": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" } ] }, - - - - { "type": "create:filling", "ingredients": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, { "fluid": "createindustry:lubrication_oil", @@ -91,7 +72,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" } ] }, @@ -101,15 +82,15 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" }, { - "item": "create:cogwheel" + "item": "createindustry:steel_mechanism" } ], "results": [ { - "item": "createindustry:unprocessed_turbine_engine" + "item": "createindustry:unfinished_turbine_engine" } ] } diff --git a/src/main/resources/data/createindustry/recipes/smelting/fireclay_brick.json b/src/main/resources/data/createindustry/recipes/smelting/fireclay_brick.json new file mode 100644 index 00000000..cebd7296 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/smelting/fireclay_brick.json @@ -0,0 +1,10 @@ + +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "createindustry:fireclay_ball" + }, + "result": "createindustry:fireproof_brick", + "experience": 0.5, + "cookingtime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_ladder.json b/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_ladder.json deleted file mode 100644 index dab33733..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_ladder.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "createindustry:aluminum_ladder", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_scaffolding.json b/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_scaffolding.json deleted file mode 100644 index 5f4056dd..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_scaffolding.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "createindustry:aluminum_scaffolding", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_sheetmetal.json b/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_sheetmetal.json deleted file mode 100644 index 80194734..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_sheetmetal.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "forge:ingots/aluminum" - }, - "result": "createindustry:aluminum_sheetmetal", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite.json deleted file mode 100644 index 61074971..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick.json deleted file mode 100644 index 6be9c24b..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_brick", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_slab.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_slab.json deleted file mode 100644 index 317f7985..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_slab.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_brick_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_stairs.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_stairs.json deleted file mode 100644 index f419770f..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_stairs.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_brick_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_wall.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_wall.json deleted file mode 100644 index 3049810b..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_brick_wall.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_brick_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_slab.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_slab.json deleted file mode 100644 index 901316e0..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_slab.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_stairs.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_stairs.json deleted file mode 100644 index 2f5692c8..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_stairs.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_wall.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_wall.json deleted file mode 100644 index 7d3038ae..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/cut_bauxite_wall.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:cut_bauxite_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite.json deleted file mode 100644 index 95c896a8..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:polished_cut_bauxite", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_slab.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_slab.json deleted file mode 100644 index 34d6fd07..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_slab.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:polished_cut_bauxite_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_stairs.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_stairs.json deleted file mode 100644 index 864970a0..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_stairs.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:polished_cut_bauxite_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_wall.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_wall.json deleted file mode 100644 index 4bac9ff6..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/polished_cut_bauxite_wall.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:polished_cut_bauxite_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick.json deleted file mode 100644 index 357bfe37..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:small_bauxite_brick", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_slab.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_slab.json deleted file mode 100644 index baf29540..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_slab.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:small_bauxite_brick_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_stairs.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_stairs.json deleted file mode 100644 index c618c2c2..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_stairs.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:small_bauxite_brick_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_wall.json b/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_wall.json deleted file mode 100644 index bb829e67..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/bauxite/small_bauxite_brick_wall.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:bauxite" - }, - "result": "createindustry:small_bauxite_brick_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/glass_door.json b/src/main/resources/data/createindustry/recipes/stonecutting/block_mold.json similarity index 50% rename from src/main/resources/data/createindustry/recipes/stonecutting/glass_door.json rename to src/main/resources/data/createindustry/recipes/stonecutting/block_mold.json index 9cf26103..0fe98c64 100644 --- a/src/main/resources/data/createindustry/recipes/stonecutting/glass_door.json +++ b/src/main/resources/data/createindustry/recipes/stonecutting/block_mold.json @@ -2,8 +2,8 @@ { "type": "minecraft:stonecutting", "ingredient": { - "item": "create:framed_glass" + "item": "minecraft:clay" }, - "result": "create:framed_glass_door", + "result": "createindustry:block_mold", "count": 1 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/cast_iron_sheetmetal.json b/src/main/resources/data/createindustry/recipes/stonecutting/cast_iron_sheetmetal.json deleted file mode 100644 index d4db07e5..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/cast_iron_sheetmetal.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "forge:ingots/cast_iron" - }, - "result": "createindustry:cast_iron_sheetmetal", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_slab_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/concrete_slab_stonecutting.json deleted file mode 100644 index aa479d11..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_slab_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:concrete" - }, - "result": "createindustry:concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_stairs_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/concrete_stairs_stonecutting.json deleted file mode 100644 index 5b128115..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_stairs_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:concrete" - }, - "result": "createindustry:concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_wall_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/concrete_wall_stonecutting.json deleted file mode 100644 index 719da4e5..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/concrete_wall_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:concrete" - }, - "result": "createindustry:concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/drill_head.json b/src/main/resources/data/createindustry/recipes/stonecutting/drill_head.json deleted file mode 100644 index 164b7768..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/drill_head.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:steel_block" - }, - "result": "createindustry:drill_head", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/duraluminium_sheetmetal.json b/src/main/resources/data/createindustry/recipes/stonecutting/duraluminium_sheetmetal.json deleted file mode 100644 index e49b59ea..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/duraluminium_sheetmetal.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:duraluminium_ingot" - }, - "result": "createindustry:duraluminium_sheetmetal", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/factory_floor_stairs.json b/src/main/resources/data/createindustry/recipes/stonecutting/factory_floor_stairs.json new file mode 100644 index 00000000..d890cdd3 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/stonecutting/factory_floor_stairs.json @@ -0,0 +1,9 @@ + +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "createindustry:factory_floor" + }, + "result": "createindustry:factory_floor_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/sawdust.json b/src/main/resources/data/createindustry/recipes/stonecutting/formwork.json similarity index 61% rename from src/main/resources/data/createindustry/recipes/stonecutting/sawdust.json rename to src/main/resources/data/createindustry/recipes/stonecutting/formwork.json index 530bfbe8..51a711c2 100644 --- a/src/main/resources/data/createindustry/recipes/stonecutting/sawdust.json +++ b/src/main/resources/data/createindustry/recipes/stonecutting/formwork.json @@ -4,6 +4,6 @@ "ingredient": { "tag": "minecraft:planks" }, - "result": "createindustry:sawdust", - "count": 4 + "result": "createindustry:formwork_block", + "count": 2 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/glass_trapdoor.json b/src/main/resources/data/createindustry/recipes/stonecutting/glass_trapdoor.json deleted file mode 100644 index 07c04902..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/glass_trapdoor.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "create:framed_glass" - }, - "result": "create:framed_glass_trapdoor", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/ingot_mold.json b/src/main/resources/data/createindustry/recipes/stonecutting/ingot_mold.json new file mode 100644 index 00000000..bb347554 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/stonecutting/ingot_mold.json @@ -0,0 +1,9 @@ + +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:clay" + }, + "result": "createindustry:ingot_mold", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/rebar.json b/src/main/resources/data/createindustry/recipes/stonecutting/rebar.json index cc4cc323..d89b99dd 100644 --- a/src/main/resources/data/createindustry/recipes/stonecutting/rebar.json +++ b/src/main/resources/data/createindustry/recipes/stonecutting/rebar.json @@ -5,5 +5,5 @@ "tag": "forge:ingots/steel" }, "result": "createindustry:rebar", - "count": 8 + "count": 4 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_slab_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_slab_stonecutting.json deleted file mode 100644 index 02fac18d..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_slab_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:rebar_concrete" - }, - "result": "createindustry:rebar_concrete_slab", - "count": 2 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_stairs_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_stairs_stonecutting.json deleted file mode 100644 index f1c9805f..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_stairs_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:rebar_concrete" - }, - "result": "createindustry:rebar_concrete_stairs", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_wall_stonecutting.json b/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_wall_stonecutting.json deleted file mode 100644 index 857b52b6..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/rebar_concrete_wall_stonecutting.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "createindustry:rebar_concrete" - }, - "result": "createindustry:rebar_concrete_wall", - "count": 1 -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_plating.json b/src/main/resources/data/createindustry/recipes/stonecutting/red_caution_block.json similarity index 69% rename from src/main/resources/data/createindustry/recipes/stonecutting/aluminum_plating.json rename to src/main/resources/data/createindustry/recipes/stonecutting/red_caution_block.json index 701c5254..caa9f96c 100644 --- a/src/main/resources/data/createindustry/recipes/stonecutting/aluminum_plating.json +++ b/src/main/resources/data/createindustry/recipes/stonecutting/red_caution_block.json @@ -4,6 +4,6 @@ "ingredient": { "tag": "forge:ingots/aluminum" }, - "result": "createindustry:aluminum_plating", + "result": "createindustry:red_caution_block", "count": 4 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/steel_bars.json b/src/main/resources/data/createindustry/recipes/stonecutting/screw.json similarity index 63% rename from src/main/resources/data/createindustry/recipes/stonecutting/steel_bars.json rename to src/main/resources/data/createindustry/recipes/stonecutting/screw.json index c74c970d..653c9467 100644 --- a/src/main/resources/data/createindustry/recipes/stonecutting/steel_bars.json +++ b/src/main/resources/data/createindustry/recipes/stonecutting/screw.json @@ -4,6 +4,6 @@ "ingredient": { "tag": "forge:ingots/steel" }, - "result": "createindustry:steel_bars", - "count": 4 + "result": "createindustry:screw", + "count": 8 } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/stonecutting/steel_corner_truss.json b/src/main/resources/data/createindustry/recipes/stonecutting/steel_corner_truss.json deleted file mode 100644 index 62aa3d28..00000000 --- a/src/main/resources/data/createindustry/recipes/stonecutting/steel_corner_truss.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "type": "minecraft:stonecutting", - "ingredient": { - "tag": "forge:ingots/steel" - }, - "result": "createindustry:steel_corner_railing", - "count": 2 -} \ No newline at end of file