From 046696b84f31dee29b828f1965e4e3a03ffdeeff Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 21 Nov 2024 22:26:15 -0700 Subject: [PATCH] Add more pool tile variants --- .../java/com/zontreck/block/MiniSunBlock.java | 14 ++ .../com/zontreck/items/CreativeModeTabs.java | 2 +- .../java/com/zontreck/items/ModItems.java | 5 + .../com/zontreck/mixin/BlockGetterMixin.java | 11 + .../resources/ariasessentials.mixins.json | 1 + .../blockstates/cyan_pool_tile.json | 7 + .../blockstates/cyan_pool_tile_light.json | 7 + .../blockstates/cyan_pool_tile_slab.json | 13 ++ .../blockstates/cyan_pool_tile_stairs.json | 209 ++++++++++++++++++ .../blockstates/cyan_pool_tile_wall.json | 90 ++++++++ .../blockstates/dirty_blue_pool_light.json | 7 - .../dirty_blue_pool_tile_light.json | 7 + .../blockstates/dirty_cyan_pool_tile.json | 7 + .../dirty_cyan_pool_tile_light.json | 7 + .../dirty_cyan_pool_tile_slab.json | 13 ++ .../dirty_cyan_pool_tile_stairs.json | 209 ++++++++++++++++++ .../dirty_cyan_pool_tile_wall.json | 90 ++++++++ .../filthy_cyan_pool_tile_light.json | 7 + .../ariasessentials/blockstates/mini_sun.json | 7 + .../blockstates/stable_singularity.json | 7 - .../blockstates/steel_catwalk.json | 7 - .../blockstates/steel_catwalk_block.json | 7 - .../blockstates/steel_catwalk_stairs.json | 19 -- .../blockstates/steel_catwalk_stairs_dr.json | 19 -- .../blockstates/steel_catwalk_stairs_lr.json | 19 -- .../blockstates/steel_catwalk_stairs_rr.json | 19 -- .../blockstates/steel_catwalk_top.json | 7 - .../blockstates/steel_floor_grating.json | 7 - .../blockstates/steel_floor_grating_top.json | 7 - .../blockstates/steel_railing.json | 19 -- .../blockstates/steel_table.json | 7 - .../blockstates/tflipflop.json | 64 ------ .../blockstates/uncrafter.json | 19 -- .../blockstates/vault_steel_ore_block.json | 7 - .../assets/ariasessentials/lang/en_us.json | 46 ++-- .../models/block/compression_chamber.bbmodel | 1 - .../models/block/compression_chamber.json | 86 ------- ...l_light.json => cyan_pool_tile_light.json} | 2 +- .../models/block/cyan_pool_tile_slab.json | 8 + .../models/block/cyan_pool_tile_slab_top.json | 8 + .../models/block/cyan_pool_tile_stairs.json | 8 + .../block/cyan_pool_tile_stairs_inner.json | 8 + .../block/cyan_pool_tile_stairs_outer.json | 8 + .../block/cyan_pool_tile_wall_inventory.json | 6 + .../block/cyan_pool_tile_wall_post.json | 6 + .../block/cyan_pool_tile_wall_side.json | 6 + .../block/cyan_pool_tile_wall_side_tall.json | 6 + ...l_light.json => dirty_cyan_pool_tile.json} | 2 +- .../block/dirty_cyan_pool_tile_slab.json | 8 + .../block/dirty_cyan_pool_tile_slab_top.json | 8 + .../block/dirty_cyan_pool_tile_stairs.json | 8 + .../dirty_cyan_pool_tile_stairs_inner.json | 8 + .../dirty_cyan_pool_tile_stairs_outer.json | 8 + .../dirty_cyan_pool_tile_wall_inventory.json | 6 + .../block/dirty_cyan_pool_tile_wall_post.json | 6 + .../block/dirty_cyan_pool_tile_wall_side.json | 6 + .../dirty_cyan_pool_tile_wall_side_tall.json | 6 + .../block/dirty_green_pool_tile_light.json | 6 + ...ck.json => dirty_red_pool_tile_light.json} | 2 +- .../block/filthy_blue_pool_tile_light.json | 6 + .../block/filthy_cyan_pool_tile_light.json | 6 + .../block/filthy_green_pool_tile_light.json | 6 + .../block/filthy_red_pool_tile_light.json | 6 + .../models/item/cyan_pool_tile.json | 3 + .../models/item/cyan_pool_tile_light.json | 3 + .../models/item/cyan_pool_tile_slab.json | 3 + .../models/item/cyan_pool_tile_stairs.json | 3 + .../models/item/cyan_pool_tile_wall.json | 3 + .../models/item/dark_pool_light.json | 3 - .../models/item/dark_pool_tile_light.json | 3 + .../models/item/dirty_cyan_pool_tile.json | 3 + .../item/dirty_cyan_pool_tile_light.json | 3 + .../item/dirty_cyan_pool_tile_slab.json | 3 + .../item/dirty_cyan_pool_tile_stairs.json | 3 + .../item/dirty_cyan_pool_tile_wall.json | 3 + .../models/item/encased_singularity.json | 6 - .../item/filthy_cyan_pool_tile_light.json | 3 + .../models/item/magical_scrubber.json | 3 - .../ariasessentials/models/item/mini_sun.json | 3 + .../item/nether_vault_steel_ore_block.json | 3 - .../models/item/stable_singularity.json | 3 - .../models/item/steel_catwalk.json | 3 - .../models/item/steel_catwalk_block.json | 3 - .../models/item/steel_catwalk_stairs.json | 3 - .../models/item/steel_catwalk_stairs_dr.json | 3 - .../models/item/steel_catwalk_stairs_lr.json | 3 - .../models/item/steel_catwalk_stairs_rr.json | 3 - .../models/item/steel_catwalk_top.json | 3 - .../models/item/steel_floor_grating.json | 3 - .../models/item/steel_floor_grating_top.json | 3 - .../models/item/steel_railing.json | 3 - .../models/item/steel_table.json | 3 - .../models/item/tflipflop.json | 3 - .../models/item/uncrafter.json | 3 - ...ool_light.png => blue_pool_tile_light.png} | Bin .../textures/block/cyan_pool_tile.png | Bin 0 -> 1343 bytes .../textures/block/cyan_pool_tile_light.png | Bin 0 -> 1339 bytes ...ool_light.png => dark_pool_tile_light.png} | Bin .../textures/block/dirty_cyan_pool_tile.png | Bin 0 -> 1199 bytes .../block/dirty_cyan_pool_tile_light.png | Bin 0 -> 1343 bytes ...ht.png => dirty_green_pool_tile_light.png} | Bin ...ol_light.png => dirty_pool_tile_light.png} | Bin .../textures/block/dirty_purple_pool_tile.png | Bin 0 -> 1250 bytes .../block/dirty_purple_pool_tile_light.png | Bin 0 -> 1311 bytes ...ight.png => dirty_red_pool_tile_light.png} | Bin .../textures/block/dirty_yellow_pool_tile.png | Bin 0 -> 1191 bytes .../block/dirty_yellow_pool_tile_light.png | Bin 0 -> 1331 bytes ...ht.png => filthy_blue_pool_tile_light.png} | Bin .../block/filthy_cyan_pool_tile_light.png | Bin 0 -> 1397 bytes ...t.png => filthy_green_pool_tile_light.png} | Bin ...l_light.png => filthy_pool_tile_light.png} | Bin .../block/filthy_purple_pool_tile_light.png | Bin 0 -> 1356 bytes ...ght.png => filthy_red_pool_tile_light.png} | Bin .../block/filthy_yellow_pool_tile_light.png | Bin 0 -> 1382 bytes ...ol_light.png => green_pool_tile_light.png} | Bin .../textures/block/ilusium_portal.aseprite | Bin 11512 -> 0 bytes .../textures/block/ilusium_portal.png | Bin 18807 -> 0 bytes .../layered_compressed_obsidian_block.png | Bin 358 -> 0 bytes .../textures/block/mini_sun.png | Bin 0 -> 1236 bytes .../block/nether_vault_steel_ore_block.png | Bin 879 -> 0 bytes .../{pool_light.png => pool_tile_light.png} | Bin .../textures/block/purple_pool_tile.png | Bin 0 -> 1415 bytes .../textures/block/purple_pool_tile_light.png | Bin 0 -> 1354 bytes ...pool_light.png => red_pool_tile_light.png} | Bin .../textures/block/vault_steel_ore_block.png | Bin 580 -> 0 bytes .../textures/block/yellow_pool_tile.png | Bin 0 -> 1287 bytes .../textures/block/yellow_pool_tile_light.png | Bin 0 -> 1331 bytes .../ariasessentials/dimension/resource.json | 122 +++++----- .../loot_tables/blocks/clear_glass_block.json | 21 -- .../blocks/clinker_brick_recessed.json | 21 -- .../blocks/clinker_brick_vertically_slit.json | 21 -- .../blocks/compressed_obsidian_block.json | 21 -- .../blocks/compression_chamber.json | 21 -- .../loot_tables/blocks/dark_pool_light.json | 4 +- .../blocks/deepslate_ilusium_ore_block.json | 21 -- .../blocks/dirty_blue_pool_light.json | 4 +- .../blocks/dirty_green_pool_light.json | 4 +- .../loot_tables/blocks/dirty_pool_light.json | 4 +- .../blocks/dirty_red_pool_light.json | 4 +- .../blocks/filthy_blue_pool_light.json | 4 +- .../blocks/filthy_green_pool_light.json | 4 +- .../loot_tables/blocks/filthy_pool_light.json | 4 +- .../blocks/filthy_red_pool_light.json | 4 +- .../loot_tables/blocks/green_pool_light.json | 4 +- .../loot_tables/blocks/ilusium_block.json | 21 -- .../loot_tables/blocks/ilusium_ore_block.json | 21 -- .../loot_tables/blocks/item_scrubber.json | 21 -- .../layered_compressed_obsidian_block.json | 21 -- .../loot_tables/blocks/magical_scrubber.json | 21 -- .../blocks/nether_vault_steel_ore_block.json | 50 ----- .../loot_tables/blocks/pool_light.json | 4 +- .../loot_tables/blocks/red_pool_light.json | 4 +- .../blocks/stable_singularity.json | 21 -- .../loot_tables/blocks/steel_catwalk.json | 21 -- .../blocks/steel_catwalk_block.json | 21 -- .../blocks/steel_catwalk_stairs.json | 21 -- .../blocks/steel_catwalk_stairs_dr.json | 21 -- .../blocks/steel_catwalk_stairs_lr.json | 21 -- .../blocks/steel_catwalk_stairs_rr.json | 21 -- .../loot_tables/blocks/steel_catwalk_top.json | 21 -- .../blocks/steel_floor_grating.json | 21 -- .../blocks/steel_floor_grating_top.json | 21 -- .../loot_tables/blocks/steel_table.json | 21 -- .../loot_tables/blocks/uncrafter.json | 21 -- .../blocks/vault_steel_ore_block.json | 50 ----- .../recipes/encased_singularity.json | 20 -- .../clinker_brick_recessed_recipe.json | 11 - ..._vertically_slit_from_recessed_recipe.json | 11 - .../clinker_brick_vertically_slit_recipe.json | 20 -- ...r_concrete_block_immersiveengineering.json | 20 -- .../slag_brick_immersiveengineering.json | 20 -- .../finalized/steel_catwalk_from_top.json | 11 - .../finalized/steel_catwalk_recipe.json | 17 -- .../finalized/steel_catwalk_stairs_dr.json | 18 -- .../finalized/steel_catwalk_stairs_lr.json | 18 -- .../steel_catwalk_stairs_recipe.json | 17 -- .../finalized/steel_catwalk_stairs_rr.json | 18 -- .../finalized/steel_catwalk_top.json | 11 - .../finalized/steel_floor_grating_recipe.json | 16 -- .../finalized/steel_railing.json | 16 -- .../finalized/steel_table_recipe.json | 20 -- .../recipes/steel_catwalk_block.json | 16 -- .../decorative/pool/blue/blue_pool_light.json | 2 +- .../pool/blue/dirty_blue_pool_light.json | 4 +- .../pool/blue/filthy_blue_pool_light.json | 4 +- .../pool/clean/dirty_pool_light.json | 4 +- .../pool/clean/filthy_pool_light.json | 4 +- .../decorative/pool/clean/pool_light.json | 2 +- .../{blue => dark}/dark_pool_tile_stairs.json | 0 .../pool/{blue => dark}/dark_pool_tiles.json | 0 .../pool/green/dirty_green_pool_light.json | 4 +- .../pool/green/filthy_green_pool_light.json | 4 +- .../pool/green/green_pool_light.json | 2 +- .../pool/red/dirty_red_pool_light.json | 4 +- .../pool/red/filthy_red_pool_light.json | 4 +- .../decorative/pool/red/red_pool_light.json | 2 +- .../recipes/unstable_singularity.json | 16 -- .../tags/blocks/thresholds/cyan.json | 11 - .../tags/blocks/thresholds/lime.json | 11 - .../tags/blocks/thresholds/pool.json | 55 ----- .../tags/blocks/thresholds/red.json | 11 - .../tags/blocks/uncrafting_tables.json | 5 - .../blocks/uncrafting_tables/uncrafter.json | 6 - .../items/accepted_mineral_smelter_input.json | 64 ------ .../ariasessentials/tags/items/catwalk.json | 6 - .../tags/items/uncrafting_tables.json | 5 - .../items/uncrafting_tables/uncrafter.json | 6 - .../tags/blocks/mineable/pickaxe.json | 1 + .../tags/blocks/needs_diamond_tool.json | 2 +- .../minecraft/tags/blocks/wither_immune.json | 1 + 210 files changed, 1045 insertions(+), 1568 deletions(-) create mode 100644 src/main/java/com/zontreck/block/MiniSunBlock.java create mode 100644 src/main/java/com/zontreck/mixin/BlockGetterMixin.java create mode 100644 src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_light.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/blockstates/mini_sun.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/stable_singularity.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_railing.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/steel_table.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/tflipflop.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/uncrafter.json delete mode 100644 src/main/resources/assets/ariasessentials/blockstates/vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/ariasessentials/models/block/compression_chamber.bbmodel delete mode 100644 src/main/resources/assets/ariasessentials/models/block/compression_chamber.json rename src/main/resources/assets/ariasessentials/models/block/{dirty_red_pool_light.json => cyan_pool_tile_light.json} (52%) create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json rename src/main/resources/assets/ariasessentials/models/block/{filthy_green_pool_light.json => dirty_cyan_pool_tile.json} (51%) create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json rename src/main/resources/assets/ariasessentials/models/block/{compressed_obsidian_block.json => dirty_red_pool_tile_light.json} (50%) create mode 100644 src/main/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/dark_pool_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/encased_singularity.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/magical_scrubber.json create mode 100644 src/main/resources/assets/ariasessentials/models/item/mini_sun.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/nether_vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/stable_singularity.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_block.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_catwalk_top.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_floor_grating.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_railing.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/steel_table.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/tflipflop.json delete mode 100644 src/main/resources/assets/ariasessentials/models/item/uncrafter.json rename src/main/resources/assets/ariasessentials/textures/block/{blue_pool_light.png => blue_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{dark_pool_light.png => dark_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{dirty_green_pool_light.png => dirty_green_pool_tile_light.png} (100%) rename src/main/resources/assets/ariasessentials/textures/block/{dirty_pool_light.png => dirty_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{dirty_red_pool_light.png => dirty_red_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{filthy_blue_pool_light.png => filthy_blue_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{filthy_green_pool_light.png => filthy_green_pool_tile_light.png} (100%) rename src/main/resources/assets/ariasessentials/textures/block/{filthy_pool_light.png => filthy_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{filthy_red_pool_light.png => filthy_red_pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/filthy_yellow_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{green_pool_light.png => green_pool_tile_light.png} (100%) delete mode 100644 src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.aseprite delete mode 100644 src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.png delete mode 100644 src/main/resources/assets/ariasessentials/textures/block/layered_compressed_obsidian_block.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/mini_sun.png delete mode 100644 src/main/resources/assets/ariasessentials/textures/block/nether_vault_steel_ore_block.png rename src/main/resources/assets/ariasessentials/textures/block/{pool_light.png => pool_tile_light.png} (100%) create mode 100644 src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png rename src/main/resources/assets/ariasessentials/textures/block/{red_pool_light.png => red_pool_tile_light.png} (100%) delete mode 100644 src/main/resources/assets/ariasessentials/textures/block/vault_steel_ore_block.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png create mode 100644 src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/clear_glass_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/compressed_obsidian_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/compression_chamber.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/deepslate_ilusium_ore_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_ore_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/item_scrubber.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/layered_compressed_obsidian_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/magical_scrubber.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/nether_vault_steel_ore_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/stable_singularity.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/steel_table.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/uncrafter.json delete mode 100644 src/main/resources/data/ariasessentials/loot_tables/blocks/vault_steel_ore_block.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/encased_singularity.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recessed_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_from_recessed_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_immersiveengineering.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_immersiveengineering.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_from_top.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_dr.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_lr.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_rr.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_top.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_floor_grating_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_railing.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_table_recipe.json delete mode 100644 src/main/resources/data/ariasessentials/recipes/steel_catwalk_block.json rename src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/{blue => dark}/dark_pool_tile_stairs.json (100%) rename src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/{blue => dark}/dark_pool_tiles.json (100%) delete mode 100644 src/main/resources/data/ariasessentials/recipes/unstable_singularity.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/thresholds/cyan.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/thresholds/lime.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/thresholds/pool.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/thresholds/red.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables.json delete mode 100644 src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables/uncrafter.json delete mode 100644 src/main/resources/data/ariasessentials/tags/items/accepted_mineral_smelter_input.json delete mode 100644 src/main/resources/data/ariasessentials/tags/items/catwalk.json delete mode 100644 src/main/resources/data/ariasessentials/tags/items/uncrafting_tables.json delete mode 100644 src/main/resources/data/ariasessentials/tags/items/uncrafting_tables/uncrafter.json diff --git a/src/main/java/com/zontreck/block/MiniSunBlock.java b/src/main/java/com/zontreck/block/MiniSunBlock.java new file mode 100644 index 0000000..e303669 --- /dev/null +++ b/src/main/java/com/zontreck/block/MiniSunBlock.java @@ -0,0 +1,14 @@ +package com.zontreck.block; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.state.BlockState; + +public class MiniSunBlock extends Block +{ + + public MiniSunBlock(Properties props) { + super(props); + } +} diff --git a/src/main/java/com/zontreck/items/CreativeModeTabs.java b/src/main/java/com/zontreck/items/CreativeModeTabs.java index d6d8c29..b7cca94 100644 --- a/src/main/java/com/zontreck/items/CreativeModeTabs.java +++ b/src/main/java/com/zontreck/items/CreativeModeTabs.java @@ -15,7 +15,7 @@ public class CreativeModeTabs { public static CreativeModeTab AETAB = new CreativeModeTab("ariasessentials") { @Override public ItemStack makeIcon() { - return new ItemStack(ModBlocks.BLUE_POOL_TILE.get().asItem()); + return new ItemStack(ModBlocks.BLUE_POOL_TILES.get(0).get().asItem()); } }; diff --git a/src/main/java/com/zontreck/items/ModItems.java b/src/main/java/com/zontreck/items/ModItems.java index e327345..b269b7e 100644 --- a/src/main/java/com/zontreck/items/ModItems.java +++ b/src/main/java/com/zontreck/items/ModItems.java @@ -53,4 +53,9 @@ public class ModItems { public static final RegistryObject MAGMA_POWDER = CreativeModeTabs.addToAETab(ITEMS.register("magma_powder", ()-> new MagmaPowder(new Item.Properties().tab(CreativeModeTabs.AETAB)))); + + + + public static final RegistryObject METAL_BAR = CreativeModeTabs.addToAETab(ITEMS.register("metal_bar", ()->new Item(new Item.Properties().tab(CreativeModeTabs.AETAB)))); + } diff --git a/src/main/java/com/zontreck/mixin/BlockGetterMixin.java b/src/main/java/com/zontreck/mixin/BlockGetterMixin.java new file mode 100644 index 0000000..789c61b --- /dev/null +++ b/src/main/java/com/zontreck/mixin/BlockGetterMixin.java @@ -0,0 +1,11 @@ +package com.zontreck.mixin; + +import net.minecraft.world.level.chunk.ChunkAccess; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.Overwrite; +import org.spongepowered.asm.mixin.Unique; + +@Mixin(ChunkAccess.class) +public class BlockGetterMixin { + +} diff --git a/src/main/resources/ariasessentials.mixins.json b/src/main/resources/ariasessentials.mixins.json index a0b11f2..7129b23 100644 --- a/src/main/resources/ariasessentials.mixins.json +++ b/src/main/resources/ariasessentials.mixins.json @@ -6,6 +6,7 @@ "client": [ ], "mixins": [ + "BlockGetterMixin" ], "injectors": { "defaultRequire": 1 diff --git a/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json new file mode 100644 index 0000000..8e6448d --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json new file mode 100644 index 0000000..f8a7f5f --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json new file mode 100644 index 0000000..f1cd9df --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/cyan_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/cyan_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/cyan_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..8f2c027 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json new file mode 100644 index 0000000..3e68930 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/cyan_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_light.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_light.json deleted file mode 100644 index a899860..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_light.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/dirty_blue_pool_light" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json new file mode 100644 index 0000000..4f393e7 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_blue_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_blue_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..5f2a22c --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_cyan_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..0610c41 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..8601379 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_slab" + }, + "type=double": { + "model": "ariasessentials:block/dirty_cyan_pool_tile" + }, + "type=top": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..198b001 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json new file mode 100644 index 0000000..d2cce62 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/dirty_cyan_pool_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_post" + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true + }, + "when": { + "north": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true + }, + "when": { + "north": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "tall" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" + } + }, + { + "apply": { + "model": "ariasessentials:block/dirty_cyan_pool_tile_wall_side_tall", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..ea4fe52 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/filthy_cyan_pool_tile_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/filthy_cyan_pool_tile_light" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/mini_sun.json b/src/main/resources/assets/ariasessentials/blockstates/mini_sun.json new file mode 100644 index 0000000..0632f95 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/blockstates/mini_sun.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "ariasessentials:block/mini_sun" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/stable_singularity.json b/src/main/resources/assets/ariasessentials/blockstates/stable_singularity.json deleted file mode 100644 index a0b6595..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/stable_singularity.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/stable_singularity" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk.json deleted file mode 100644 index 86405c8..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_catwalk" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json deleted file mode 100644 index ea65aec..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_catwalk_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json deleted file mode 100644 index bee5822..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/steel_catwalk_stairs", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/steel_catwalk_stairs" - }, - "facing=south": { - "model": "ariasessentials:block/steel_catwalk_stairs", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/steel_catwalk_stairs", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json deleted file mode 100644 index d15acf8..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_dr.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/steel_catwalk_stairs_dr", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/steel_catwalk_stairs_dr" - }, - "facing=south": { - "model": "ariasessentials:block/steel_catwalk_stairs_dr", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/steel_catwalk_stairs_dr", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json deleted file mode 100644 index 3f51057..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_lr.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/steel_catwalk_stairs_lr", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/steel_catwalk_stairs_lr" - }, - "facing=south": { - "model": "ariasessentials:block/steel_catwalk_stairs_lr", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/steel_catwalk_stairs_lr", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json deleted file mode 100644 index eb2f94c..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_stairs_rr.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/steel_catwalk_stairs_rr", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/steel_catwalk_stairs_rr" - }, - "facing=south": { - "model": "ariasessentials:block/steel_catwalk_stairs_rr", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/steel_catwalk_stairs_rr", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json b/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json deleted file mode 100644 index 8f1b5f1..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_catwalk_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_catwalk_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating.json b/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating.json deleted file mode 100644 index 7ef2258..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_floor_grating" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json b/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json deleted file mode 100644 index c5d3a30..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_floor_grating_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_floor_grating_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_railing.json b/src/main/resources/assets/ariasessentials/blockstates/steel_railing.json deleted file mode 100644 index 601a976..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_railing.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/steel_railing", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/steel_railing" - }, - "facing=south": { - "model": "ariasessentials:block/steel_railing", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/steel_railing", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/steel_table.json b/src/main/resources/assets/ariasessentials/blockstates/steel_table.json deleted file mode 100644 index dc85544..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/steel_table.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/steel_table" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/tflipflop.json b/src/main/resources/assets/ariasessentials/blockstates/tflipflop.json deleted file mode 100644 index fcf17b7..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/tflipflop.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "facing=east,inputpower=false,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 90 - }, - "facing=east,inputpower=false,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 90 - }, - "facing=east,inputpower=true,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 90 - }, - "facing=east,inputpower=true,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 90 - }, - "facing=north,inputpower=false,powered=false": { - "model": "ariasessentials:block/tflipflop" - }, - "facing=north,inputpower=false,powered=true": { - "model": "ariasessentials:block/tflipflop" - }, - "facing=north,inputpower=true,powered=false": { - "model": "ariasessentials:block/tflipflop" - }, - "facing=north,inputpower=true,powered=true": { - "model": "ariasessentials:block/tflipflop" - }, - "facing=south,inputpower=false,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 180 - }, - "facing=south,inputpower=false,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 180 - }, - "facing=south,inputpower=true,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 180 - }, - "facing=south,inputpower=true,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 180 - }, - "facing=west,inputpower=false,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 270 - }, - "facing=west,inputpower=false,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 270 - }, - "facing=west,inputpower=true,powered=false": { - "model": "ariasessentials:block/tflipflop", - "y": 270 - }, - "facing=west,inputpower=true,powered=true": { - "model": "ariasessentials:block/tflipflop", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/uncrafter.json b/src/main/resources/assets/ariasessentials/blockstates/uncrafter.json deleted file mode 100644 index 5ece9cf..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/uncrafter.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=east": { - "model": "ariasessentials:block/uncrafter", - "y": 90 - }, - "facing=north": { - "model": "ariasessentials:block/uncrafter" - }, - "facing=south": { - "model": "ariasessentials:block/uncrafter", - "y": 180 - }, - "facing=west": { - "model": "ariasessentials:block/uncrafter", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/blockstates/vault_steel_ore_block.json b/src/main/resources/assets/ariasessentials/blockstates/vault_steel_ore_block.json deleted file mode 100644 index f5fbccf..0000000 --- a/src/main/resources/assets/ariasessentials/blockstates/vault_steel_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "ariasessentials:block/vault_steel_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/lang/en_us.json b/src/main/resources/assets/ariasessentials/lang/en_us.json index f2da4d7..e269f09 100644 --- a/src/main/resources/assets/ariasessentials/lang/en_us.json +++ b/src/main/resources/assets/ariasessentials/lang/en_us.json @@ -72,14 +72,14 @@ "block.ariasessentials.cyan_tile_to_wall": "Cyan Floor To Wall Transition", "block.ariasessentials.cyan_wall_variant_1": "Cyan Wall", "block.ariasessentials.cyan_wall_variant_2": "Cyan Wall", - "block.ariasessentials.pool_light": "Pool Light", - "block.ariasessentials.dirty_pool_light": "Dirty Pool Light", - "block.ariasessentials.filthy_pool_light": "Filthy Pool Light", - "block.ariasessentials.dark_pool_light": "Dark Pool Light", - "block.ariasessentials.blue_pool_light": "Blue Pool Light", - "block.ariasessentials.dirty_red_pool_light": "Dirty Red Pool Light", - "block.ariasessentials.filthy_red_pool_light": "Filthy Red Pool Light", - "block.ariasessentials.filthy_blue_pool_light": "Filthy Blue Pool Light", + "block.ariasessentials.pool_tile_light": "Pool Light", + "block.ariasessentials.dirty_pool_tile_light": "Dirty Pool Light", + "block.ariasessentials.filthy_pool_tile_light": "Filthy Pool Light", + "block.ariasessentials.dark_pool_tile_light": "Dark Pool Light", + "block.ariasessentials.blue_pool_tile_light": "Blue Pool Light", + "block.ariasessentials.dirty_red_pool_tile_light": "Dirty Red Pool Light", + "block.ariasessentials.filthy_red_pool_tile_light": "Filthy Red Pool Light", + "block.ariasessentials.filthy_blue_pool_tile_light": "Filthy Blue Pool Light", "block.ariasessentials.pool_tile": "Pool Tiles", "block.ariasessentials.pool_tile_stairs": "Pool Tile Stairs", "block.ariasessentials.pool_tile_slab": "Pool Tile Slab", @@ -99,12 +99,12 @@ "block.ariasessentials.dirty_blue_pool_tile_stairs": "Dirty Blue Pool Tile Stairs", "block.ariasessentials.dirty_blue_pool_tile_slab": "Dirty Blue Pool Tile Slab", "block.ariasessentials.dirty_blue_pool_tile_wall": "Dirty Blue Pool Tile Wall", - "block.ariasessentials.dirty_blue_pool_light": "Dirty Blue Pool Light", + "block.ariasessentials.dirty_blue_pool_tile_light": "Dirty Blue Pool Light", "block.ariasessentials.red_pool_tile": "Red Pool Tiles", "block.ariasessentials.red_pool_tile_stairs": "Red Pool Tile Stairs", "block.ariasessentials.red_pool_tile_slab": "Red Pool Tile Slab", "block.ariasessentials.red_pool_tile_wall": "Red Pool Tile Wall", - "block.ariasessentials.red_pool_light": "Red Pool Light", + "block.ariasessentials.red_pool_tile_light": "Red Pool Light", "block.ariasessentials.dirty_red_pool_tile": "Dirty Red Pool Tile", "block.ariasessentials.dirty_red_pool_tile_stairs": "Dirty Red Pool Tile Stairs", "block.ariasessentials.dirty_red_pool_tile_slab": "Dirty Red Pool Tile Slab", @@ -115,19 +115,37 @@ "block.ariasessentials.green_pool_tile_stairs": "Green Pool Tile Stairs", "block.ariasessentials.green_pool_tile_slab": "Green Pool Tile Slab", "block.ariasessentials.green_pool_tile_wall": "Green Pool Tile Wall", - "block.ariasessentials.green_pool_light": "Green Pool Light", + "block.ariasessentials.green_pool_tile_light": "Green Pool Light", "block.ariasessentials.dirty_green_pool_tile": "Dirty Green Pool Tile", "block.ariasessentials.dirty_green_pool_tile_stairs": "Dirty Green Pool Tile Stairs", "block.ariasessentials.dirty_green_pool_tile_slab": "Dirty Green Pool Tile Slab", "block.ariasessentials.dirty_green_pool_tile_wall": "Dirty Green Pool Tile Wall", - "block.ariasessentials.dirty_green_pool_light": "Dirty Green Pool Light", - "block.ariasessentials.filthy_green_pool_light": "Filthy Green Pool Light", - "block.ariasessentials.uncrafter": "Uncrafter", + "block.ariasessentials.dirty_green_pool_tile_light": "Dirty Green Pool Light", + "block.ariasessentials.filthy_green_pool_tile_light": "Filthy Green Pool Light", + + + "block.ariasessentials.cyan_pool_tile": "Cyan Pool Tiles", + "block.ariasessentials.cyan_pool_tile_stairs": "Cyan Pool Tile Stairs", + "block.ariasessentials.cyan_pool_tile_slab": "Cyan Pool Tile Slab", + "block.ariasessentials.cyan_pool_tile_wall": "Cyan Pool Tile Wall", + "block.ariasessentials.cyan_pool_tile_light": "Cyan Pool Light", + "block.ariasessentials.dirty_cyan_pool_tile": "Dirty Cyan Pool Tile", + "block.ariasessentials.dirty_cyan_pool_tile_stairs": "Dirty Cyan Pool Tile Stairs", + "block.ariasessentials.dirty_cyan_pool_tile_slab": "Dirty Cyan Pool Tile Slab", + "block.ariasessentials.dirty_cyan_pool_tile_wall": "Dirty Cyan Pool Tile Wall", + "block.ariasessentials.dirty_cyan_pool_tile_light": "Dirty Cyan Pool Light", + "block.ariasessentials.filthy_cyan_pool_tile_light": "Filthy Cyan Pool Light", + + + + + "block.ariasessentials.rebar_concrete": "Rebar Concrete", "block.ariasessentials.rebar_concrete_slab": "Rebar Concrete Slab", "block.ariasessentials.rebar_concrete_stairs": "Rebar Concrete Stairs", "block.ariasessentials.rebar_concrete_wall": "Rebar Concrete Wall", "block.ariasessentials.panzerglass_block": "Panzerglass", + "block.ariasessentials.mini_sun": "Miniature Sun", diff --git a/src/main/resources/assets/ariasessentials/models/block/compression_chamber.bbmodel b/src/main/resources/assets/ariasessentials/models/block/compression_chamber.bbmodel deleted file mode 100644 index b0b54aa..0000000 --- a/src/main/resources/assets/ariasessentials/models/block/compression_chamber.bbmodel +++ /dev/null @@ -1 +0,0 @@ -{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"compression_chamber","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":32,"height":32},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[16,0,32,1],"texture":0},"east":{"uv":[16,1,32,2],"texture":0},"south":{"uv":[16,2,32,3],"texture":0},"west":{"uv":[16,3,32,4],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"type":"cube","uuid":"4127c454-2fb0-e622-cd35-4a2c275b298f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,1,1],"to":[9,6,3],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,10],"texture":1},"east":{"uv":[4,0,8,10],"texture":1},"south":{"uv":[8,0,12,10],"texture":1},"west":{"uv":[0,10,4,20],"texture":1},"up":{"uv":[8,14,4,10],"texture":1},"down":{"uv":[12,10,8,14],"texture":1}},"type":"cube","uuid":"7bc5e172-8d51-da52-0e60-48eac09d9203"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4,0],"to":[12,12,1],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,8,8],"texture":2},"east":{"uv":[8,0,9,8],"texture":2},"south":{"uv":[0,8,8,16],"texture":2},"west":{"uv":[8,8,9,16],"texture":2},"up":{"uv":[17,1,9,0],"texture":2},"down":{"uv":[17,1,9,2],"texture":2}},"type":"cube","uuid":"87d3380c-cc92-97ea-e2a3-dea8c3ce0025"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,9,1],"to":[9,13,3],"autouv":1,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,2,4],"texture":1},"east":{"uv":[0,0,2,4],"texture":1},"south":{"uv":[0,0,2,4],"texture":1},"west":{"uv":[0,0,2,4],"texture":1},"up":{"uv":[0,0,2,2],"texture":1},"down":{"uv":[0,0,2,2],"texture":1}},"type":"cube","uuid":"2e475703-1b35-858d-1de6-0f6b3a6aeb76"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,12,3],"to":[14,13,14],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[12,0,24,1],"texture":3},"east":{"uv":[12,2,23,3],"texture":3},"south":{"uv":[12,1,24,2],"texture":3},"west":{"uv":[12,3,23,4],"texture":3},"up":{"uv":[12,11,0,0],"texture":3},"down":{"uv":[12,11,0,22],"texture":3}},"type":"cube","uuid":"b072854b-3c04-b74c-1e47-adfc7053010c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,11,4],"to":[13,12,13],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[10,0,20,1],"texture":4},"east":{"uv":[10,2,19,3],"texture":4},"south":{"uv":[10,1,20,2],"texture":4},"west":{"uv":[10,3,19,4],"texture":4},"up":{"uv":[10,9,0,0],"texture":4},"down":{"uv":[10,9,0,18],"texture":4}},"type":"cube","uuid":"360080b1-c9b3-4c12-b661-fe227ae36bef"}],"outliner":["4127c454-2fb0-e622-cd35-4a2c275b298f","7bc5e172-8d51-da52-0e60-48eac09d9203","87d3380c-cc92-97ea-e2a3-dea8c3ce0025","2e475703-1b35-858d-1de6-0f6b3a6aeb76","b072854b-3c04-b74c-1e47-adfc7053010c","360080b1-c9b3-4c12-b661-fe227ae36bef"],"textures":[{"path":"/run/media/Data/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/compression_chamber/bottom_plate.png","name":"bottom_plate.png","folder":"block/compression_chamber","namespace":"ariasessentials","id":"0","width":32,"height":32,"uv_width":32,"uv_height":32,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"446d560e-6c53-bb37-b2e0-562f133d895b","relative_path":"../../../textures/block/compression_chamber/bottom_plate.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/compression_chamber/support0.png","name":"support0.png","folder":"block/compression_chamber","namespace":"ariasessentials","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"dd634ad9-68a4-2a75-8e32-98fdb796f845","relative_path":"../../../textures/block/compression_chamber/support0.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABCSURBVDhPY2RgYPgPxNgAIw5xFGGQolED0MIgOLEEHEhr5/eQF4iUGECUjehRixyNA2cAMQkOpxqynI1s2qgBDAwAqOwQEUe/LPwAAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/compression_chamber/power.png","name":"power.png","folder":"block/compression_chamber","namespace":"ariasessentials","id":"2","width":32,"height":32,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"f846ff90-44c8-f33b-5a11-250e4f88f4cc","relative_path":"../../../textures/block/compression_chamber/power.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/compression_chamber/compression_lid.png","name":"compression_lid.png","folder":"block/compression_chamber","namespace":"ariasessentials","id":"3","width":32,"height":32,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"57fc6276-bd58-2b5b-9acc-035539406251","relative_path":"../../../textures/block/compression_chamber/compression_lid.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/ariasessentials/src/main/resources/assets/ariasessentials/textures/block/compression_chamber/compressor.png","name":"compressor.png","folder":"block/compression_chamber","namespace":"ariasessentials","id":"4","width":32,"height":32,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"dc15fa22-ccdf-8758-02e1-18f284260a8a","relative_path":"../../../textures/block/compression_chamber/compressor.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABtSURBVFhHY2RgYPgPxASBDj9BJWAFVz4yMBKnEqIKpHj4OIBU31M9BGjqAGh0kRK9RKklOg2MOmD4hgCwgCGqHCAnhROTChlHHTAaAqMhMBoCxBQWtFRDUvOJFg4ZdcBoCIyGwGgIjIbAaAgAAGxQLCEftT89AAAAAElFTkSuQmCC"}]} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/compression_chamber.json b/src/main/resources/assets/ariasessentials/models/block/compression_chamber.json deleted file mode 100644 index 7fa4b0d..0000000 --- a/src/main/resources/assets/ariasessentials/models/block/compression_chamber.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "ariasessentials:block/compression_chamber/bottom_plate", - "1": "ariasessentials:block/compression_chamber/support0", - "2": "ariasessentials:block/compression_chamber/power", - "3": "ariasessentials:block/compression_chamber/compression_lid", - "4": "ariasessentials:block/compression_chamber/compressor", - "particle": "ariasessentials:block/compression_chamber/bottom_plate" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [8, 0, 16, 0.5], "texture": "#0"}, - "east": {"uv": [8, 0.5, 16, 1], "texture": "#0"}, - "south": {"uv": [8, 1, 16, 1.5], "texture": "#0"}, - "west": {"uv": [8, 1.5, 16, 2], "texture": "#0"}, - "up": {"uv": [8, 8, 0, 0], "texture": "#0"}, - "down": {"uv": [8, 8, 0, 16], "texture": "#0"} - } - }, - { - "from": [7, 1, 1], - "to": [9, 6, 3], - "faces": { - "north": {"uv": [0, 0, 2, 5], "texture": "#1"}, - "east": {"uv": [2, 0, 4, 5], "texture": "#1"}, - "south": {"uv": [4, 0, 6, 5], "texture": "#1"}, - "west": {"uv": [0, 5, 2, 10], "texture": "#1"}, - "up": {"uv": [4, 7, 2, 5], "texture": "#1"}, - "down": {"uv": [6, 5, 4, 7], "texture": "#1"} - } - }, - { - "from": [4, 4, 0], - "to": [12, 12, 1], - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [4, 0, 4.5, 4], "texture": "#2"}, - "south": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "west": {"uv": [4, 4, 4.5, 8], "texture": "#2"}, - "up": {"uv": [8.5, 0.5, 4.5, 0], "texture": "#2"}, - "down": {"uv": [8.5, 0.5, 4.5, 1], "texture": "#2"} - } - }, - { - "from": [7, 9, 1], - "to": [9, 13, 3], - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#1"}, - "east": {"uv": [0, 0, 1, 2], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 1, 2], "texture": "#1"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#1"} - } - }, - { - "from": [2, 12, 3], - "to": [14, 13, 14], - "faces": { - "north": {"uv": [6, 0, 12, 0.5], "texture": "#3"}, - "east": {"uv": [6, 1, 11.5, 1.5], "texture": "#3"}, - "south": {"uv": [6, 0.5, 12, 1], "texture": "#3"}, - "west": {"uv": [6, 1.5, 11.5, 2], "texture": "#3"}, - "up": {"uv": [6, 5.5, 0, 0], "texture": "#3"}, - "down": {"uv": [6, 5.5, 0, 11], "texture": "#3"} - } - }, - { - "from": [3, 11, 4], - "to": [13, 12, 13], - "faces": { - "north": {"uv": [5, 0, 10, 0.5], "texture": "#4"}, - "east": {"uv": [5, 1, 9.5, 1.5], "texture": "#4"}, - "south": {"uv": [5, 0.5, 10, 1], "texture": "#4"}, - "west": {"uv": [5, 1.5, 9.5, 2], "texture": "#4"}, - "up": {"uv": [5, 4.5, 0, 0], "texture": "#4"}, - "down": {"uv": [5, 4.5, 0, 9], "texture": "#4"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_light.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json similarity index 52% rename from src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_light.json rename to src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json index 082b731..db56b3b 100644 --- a/src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_light.json +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_light.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "ariasessentials:block/dirty_red_pool_light" + "all": "ariasessentials:block/cyan_pool_tile_light" } } \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json new file mode 100644 index 0000000..d7c9afc --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json new file mode 100644 index 0000000..ddeef28 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..08ee466 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json new file mode 100644 index 0000000..45dc3a7 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json new file mode 100644 index 0000000..1d9bb24 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/cyan_pool_tile", + "side": "ariasessentials:block/cyan_pool_tile", + "top": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json new file mode 100644 index 0000000..d7a4753 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json new file mode 100644 index 0000000..b1fc921 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json new file mode 100644 index 0000000..74b8abe --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..fc7cd78 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/cyan_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_light.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json similarity index 51% rename from src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_light.json rename to src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json index 7d27681..ba05ad6 100644 --- a/src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_light.json +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "ariasessentials:block/filthy_green_pool_light" + "all": "ariasessentials:block/dirty_cyan_pool_tile" } } \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..1380616 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json new file mode 100644 index 0000000..52ad87a --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..fb96c40 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json new file mode 100644 index 0000000..3138e52 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json new file mode 100644 index 0000000..15ce00b --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "ariasessentials:block/dirty_cyan_pool_tile", + "side": "ariasessentials:block/dirty_cyan_pool_tile", + "top": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json new file mode 100644 index 0000000..2980e55 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json new file mode 100644 index 0000000..f53ab34 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json new file mode 100644 index 0000000..287f439 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json new file mode 100644 index 0000000..3a3fe73 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_cyan_pool_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "ariasessentials:block/dirty_cyan_pool_tile" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json new file mode 100644 index 0000000..d3718b3 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_green_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/dirty_green_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/compressed_obsidian_block.json b/src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json similarity index 50% rename from src/main/resources/assets/ariasessentials/models/block/compressed_obsidian_block.json rename to src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json index 7ed6a8f..8b32ae0 100644 --- a/src/main/resources/assets/ariasessentials/models/block/compressed_obsidian_block.json +++ b/src/main/resources/assets/ariasessentials/models/block/dirty_red_pool_tile_light.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "ariasessentials:block/compressed_obsidian_block" + "all": "ariasessentials:block/dirty_red_pool_tile_light" } } \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json new file mode 100644 index 0000000..e8a50f1 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/filthy_blue_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_blue_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..6912f5c --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/filthy_cyan_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_cyan_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json new file mode 100644 index 0000000..0ebbf0b --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/filthy_green_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_green_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json new file mode 100644 index 0000000..87b905c --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/block/filthy_red_pool_tile_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ariasessentials:block/filthy_red_pool_tile_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile.json b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile.json new file mode 100644 index 0000000..e988224 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json new file mode 100644 index 0000000..a8e5220 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json new file mode 100644 index 0000000..5c6d5c0 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json new file mode 100644 index 0000000..d67131c --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json new file mode 100644 index 0000000..9bf022d --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/cyan_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/cyan_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dark_pool_light.json b/src/main/resources/assets/ariasessentials/models/item/dark_pool_light.json deleted file mode 100644 index 4697835..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/dark_pool_light.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/dark_pool_light" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json new file mode 100644 index 0000000..d494908 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dark_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dark_pool_tile_light" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json new file mode 100644 index 0000000..4673c5c --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json new file mode 100644 index 0000000..e608013 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json new file mode 100644 index 0000000..ffa9427 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_slab" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json new file mode 100644 index 0000000..02b0339 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json new file mode 100644 index 0000000..fdb4afd --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/dirty_cyan_pool_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/dirty_cyan_pool_tile_wall_inventory" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/encased_singularity.json b/src/main/resources/assets/ariasessentials/models/item/encased_singularity.json deleted file mode 100644 index 977d507..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/encased_singularity.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "ariasessentials:item/encased_singularity" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json b/src/main/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json new file mode 100644 index 0000000..36519f9 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/filthy_cyan_pool_tile_light.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/filthy_cyan_pool_tile_light" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/magical_scrubber.json b/src/main/resources/assets/ariasessentials/models/item/magical_scrubber.json deleted file mode 100644 index b3adf14..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/magical_scrubber.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/magical_scrubber" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/mini_sun.json b/src/main/resources/assets/ariasessentials/models/item/mini_sun.json new file mode 100644 index 0000000..8ab0bb2 --- /dev/null +++ b/src/main/resources/assets/ariasessentials/models/item/mini_sun.json @@ -0,0 +1,3 @@ +{ + "parent": "ariasessentials:block/mini_sun" +} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/nether_vault_steel_ore_block.json b/src/main/resources/assets/ariasessentials/models/item/nether_vault_steel_ore_block.json deleted file mode 100644 index 2c0b6c1..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/nether_vault_steel_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/nether_vault_steel_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/stable_singularity.json b/src/main/resources/assets/ariasessentials/models/item/stable_singularity.json deleted file mode 100644 index 7f2d67d..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/stable_singularity.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/stable_singularity" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk.json deleted file mode 100644 index b63ebe3..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_block.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_block.json deleted file mode 100644 index f95cbc4..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json deleted file mode 100644 index c203015..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json deleted file mode 100644 index ef44ad3..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_dr.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_stairs_dr" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json deleted file mode 100644 index a8c54e3..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_lr.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_stairs_lr" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json deleted file mode 100644 index 2cde4f9..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_stairs_rr.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_stairs_rr" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_top.json b/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_top.json deleted file mode 100644 index 5b6147a..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_catwalk_top.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_catwalk_top" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating.json b/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating.json deleted file mode 100644 index fb687d4..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_floor_grating" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json b/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json deleted file mode 100644 index d20c2e2..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_floor_grating_top.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_floor_grating_top" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_railing.json b/src/main/resources/assets/ariasessentials/models/item/steel_railing.json deleted file mode 100644 index bcee8bf..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_railing.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_railing" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/steel_table.json b/src/main/resources/assets/ariasessentials/models/item/steel_table.json deleted file mode 100644 index 9e4d400..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/steel_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/steel_table" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/tflipflop.json b/src/main/resources/assets/ariasessentials/models/item/tflipflop.json deleted file mode 100644 index 9e4200e..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/tflipflop.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/tflipflop" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/models/item/uncrafter.json b/src/main/resources/assets/ariasessentials/models/item/uncrafter.json deleted file mode 100644 index 61c7f95..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/uncrafter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "ariasessentials:block/uncrafter" -} \ No newline at end of file diff --git a/src/main/resources/assets/ariasessentials/textures/block/blue_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/blue_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/blue_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/blue_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..e913a813e1ede205198a713673f63c5ce2d746f8 GIT binary patch literal 1343 zcmV-F1;F}=P)Px(`AI}UR9JMHI$==TzOtOiw0pf^m|Vs35*j(1nn-At<&A^c7cK-5gh0@h8{GxOH;5tem660ejFU{J=h2UQZ`E;8-3>yz5=<}q^gUHww|?LE z9eM7r(-vDrH4vl2l>rgK3_dvU3~yXGM`#@CA$CwK1Q5jx-ahaE@4SDS(ak=-s_Dif zdaL(>fOUZnUq8+({U4dv|FeU~@FGHJ1apddBeqItpc^{Asc#^vbOUg;;tC@)o^~j7 zSBBIp4t0*f)&}K5kD^{=u)e`)dz0O3msx!C1iAjQ3JRbuq8`kQ*a8L+dAwc*Y__-= zbd7=;;^0tKfiPPfU_98yVnjqJ3s0`UGTDGQ1Hd{VMn%%Lczj_GAgE9E&??ph)C(3S zeGH0vVYYY}k8nkanIS6V`k%Ua84nSWbS!3yq_*hfA(2#XM}oBhajB_RN-z-b0AaMf zN$6TMb;p$zZQGISFCuslLX&nRL=Zp>ONWDz7AIO-Tmcm@SX9N#81MA47*S1kLY;$X z#AxLD3*Z5|T?Y!{{NzVz@v)`dwrkr+<Ad)_X3dBhN(i+Z}IA4MaGI@Ub3g-3i zxdK^hc5M-*5=U#1p9XynmkS8OBlQx$jCR;*Iw1Yy8zHdQIr^dF*z!L9_-BKQ|7>vo zzGe0=rHgp+`X;@)B4(qr%Xp?WW%;0l3yS9Ik3Y3>bo8Y=ppyb0|Vf{`+?} zkMoc2e}dO8?jUKTl|m z^VwyYQ$Mx-cQT#3$P=14hjt{yaY%?wIB#v52X0*#Rg&K)%Z+hfp1Ae%!NBJ@k7ijN zn3(Qev)4JY4v0iALj zT16yr-0TR$>z){I@8`L^5QCA+8$N~7|8i`d%s7te8fX1HmlwdYbAv_8&joD^xApTJ z=Y_iL+%WFC{9NGF;Ur}JJUcg#pBuUm^K*euhnV&A9OqpO*|}lZwE4MU5W{W#JjZ#Z zE;~0|y}5<_Hrle%6cu4BbUaus(pcp5&JCVlJ}?WH^ZfjJX!&z6;>-Rzhl-j<7x(aB zRZ%&|KIi%R!d0pe*uT`{(8^xA7!aTdk>!Poe*v7*Zw2SO%`pG~002ovPDHLkV1ij+ BkURhY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..c3120f14eff533558e6a582ed0f473f1cf9fabe7 GIT binary patch literal 1339 zcmV-B1;qM^P)Px(^+`lQR9J<*mrIBpMHGg=Q&s)AcVaXTLkz(OD2j?Gh`3TPK5(ZS7rOKT;=+w9 z!KH#LaUm{T=*pcSxKPA}5Z?>&g+bAT=x7utGnq-|KDr*qMR(uZbLURR#Arcr`rbbM z|EJDhU44$+_3L3x-e625C5z1?B7!Qsw(k}mKYoN*S&V}eAnQdCgDO0??+RXc^)REA zRa{XL#v>N?UkU;mBCkJsh=*6dWGno)FS{KlBE(8iYcNhp-ViGYL(AvoNyHe!0BmWn znG!399}403A?0q1v6jKwGI?)-tn4%RYnjpMQ>_2_8~rEl;cWP_ALP*DM;eB3_YbF7 zC<^*nMla7Pvy9wYoH1ByvBqEkL=fuHTJ2g@5)e}&#z;tsDn>@$Gps5G-m^X)^X|c2 zd~oA!H~_KALQ!zl-o5m*jKVo`=g6$Zwd4)4bOM+i3aBayBvoQcgc$KLQiZ@c1P0!7 zY-tHFytVQh4iX}UewJ-meVJu-01de{1`(OATxP;(h-rd|DUnnODdC$87-InFXBoyS zB7y@UR?y3H3g;-ZjDB-H$$&_mfi{3y@(yuplPXb_5aVPK04XJUd5&Tbs3i#NmNKi; zUN#c6GPDmHW2V|~7eGUlR0&=3CZICQfXIT)kfYVQ_Az|=-4PD%+Qp8tq&Fi$n|{-k zpesX%xFu?3=t?m3o-?Bniz_SKaNX5hmY29EUw)s_$|}!1bTh6YoY>~tHtFAT19mc^ zfN26~Go`9EW{eZ;WmPU0i)r6u+u7}{=GK_{x|N|jjoCQo+_w$JCQNJje!NZs90GZ7 zVd~h`yt8T}vf&IkTNb2|p?%)WVB2Ot8Ni{Cl|4-J;4EqTyCvUh19o;I+WNK_v$%~^ zUKJzG)~=n`Y{SC3b31aT2UR=g-A9BR;Z&$Fs>=Ax>L#MIop|RmX7SpofHM|DN~|s( z?S?on?DJsW9>*ZKHy%60&-dTNFbysY@jt*2;K7}HDMc_3|M5M~#^rxcbdKYJU%uhv z;VDe}z1MkOI``jm8*?xeSU*xx28#j3mgelF=M%^_IAY;IQD8tYuKtuxW^d;m+Db+`3 zV>cYHTV$e39J{0)%oroj-+DED>o8BB{F)cnej+pltIGd^45H1@?e zKE{VQ?F*`=di66kTwB?kcS)8KRR|MoA0t(aEPn9`?y39hn$Xz9$a|^~>gu&q!(E7? z)W^uU!EQN31Wh{a3x-w2ID|>*+(z$WykKSd$a}^iFsv$6m2n8uzF^=z1Mh3{Myvm- zF&TJ|%?mS}+qti)UIay1j*;EgVi3G0N)eW#=h$Gx2djT^AS=1He-T#}1%Adv+{vVE4s@6cM0`iJiTIzX586#xwV6m_`5q002ovPDHLkV1n9Td4&J~ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/dark_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/dark_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/dark_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/dark_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..748b5179254d3b4e43f23fe393058df285f70091 GIT binary patch literal 1199 zcmV;g1W@~lP)Px(X-PyuR9J=T!A;MrV@AOh_gV;sdhxBgBtj7K$MFBAOQjbf*Xr z0&$@P#B4;}xDfmnE?p@Ik%XW`jd9GRd-`#2-+QZ$i`&y0$gMO^L$CgQPu;Gn-~WG( zoVxR!#ZplX#OQGCfQVoQC$D_L&zH^;3Ws`#6|{N*L@|Tsu7AZ32Tzed7~nfys%g&h zp$!nQDscS9x7>X1O`7T-fB#dwh!6_FoTA={r4kCLGRJb)5LK!PxUS+_MkqXGCRBf9 zjE8@rhaHohZQ8wMTHPfkTifKrKI418v&I&w`qONH2T&JL4`zl{0tOHnj>drDx(?Se z%pjBs77+)NNe04vae(P$h{aehTm@3~!B7Bk27pyUjEX3L((exdL4B=*`Ql-k<63RZjNMOD{iBbQ0Xohr%t0v?1=)Ndq25I}5qb1>?~iB>PJfY#esRRJ?&IvQXxqUumre~E^O z@VNROpc*?+5a(w!CNX+U&RYkkqp{z<;zQy17?{i>%6R!o6EN40` z5P{{TCCaK|G#YVe^8~~G7BNQ5jMbGDCfS4#jV#OXzdU>TA&$5H!|{=yzTw8DbB#W5 z?8A?E>FOs;V!#6xum8=vC1KEq}osPCA}iyM%cVF*$ql+^31nBcf(x!DI)9GKCWU8>BC z(jqOXVRN%T(WHCl@hOg_lB5r)3QiOuFpPmPgAJfv-}j`xy80wO$+1e(2b^;lFpf2t zir@gnFu-C=>LCPtiesBS*yICCy&e(cZZ*ZL(%LZ5CUpVTcH^2X~gTDN5!Twf=f z=8Q&TM&k(~1d6ic$g!u%M%xrc!DN!n+zp&lin3&F?J(1PhZrO6c8k$yjC0Dy`Z{<2 zyho?ELMX>`kJ*0E$IS5F)xPok&F`&=^JlJJwvs+D z%?8Q5U!S^r`W{e;$>LzxS48fwJmoGU54zS6Vq zr=VW^k^RJ@pBEK;igS^)5A5#HUit~2;(RyHoAlkDZ!i6XTsZft?Iq8bSJv1|KOw2P z;HeL;^V+q~l6ijX-HVN!pSbcdcTS#eoEr}P_;q?NSR~I=oEQ0kRKKw=_S190B6*(l z3A5zfAhSE!$nhe1p5olhl5>NKLsK08o98f$fx_ZE&vx@X$+Uo z!6JE{^bwWh+~Ax`&jpL*d5Uw3>A7L4*F(;}^@{B!&zGLq&tCe8e*h}-t$+fkM+X1^ N002ovPDHLkV1lmNSp)z8 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..3672654b79f008d142b38b7a22069911a039ecb3 GIT binary patch literal 1343 zcmV-F1;F}=P)Px(`AI}UR9J<*m(7n9MHt3^^;UJy%&rJ43qii3fbrvqo;{%dfYE~|4;l>N1Th+7 zGyyg0L1Tt4)#incT7o3~1rmdFC_Dy|kZ|@OQp^9A}KdX9l%`I3?tQ&!9*wlWoO_Q1rmI z1sf?obL5Gk_#>ga_&0K=rFV6XxHC!Ao}hPmj{f32-Ali72bZ}Xewr*`9=Z6n7709h zcAm*ri-{Y3^*|O3_5X4%Q@On#6)#Hh=4I=1Zn}JNM03i^wqds|l!xf+|Imyb{!oBEaJdkK6O=2c*5L#D|X&Sv%;1Js>g& zzcf?OOhbdXCQ=c62m`ToIwEU{t>uAt-r!P_AiwT;f|(tU<3w;3;b0uOwvEw>V2vsJ z$h~pTj$%La-bYNXo5qPP-(%a@?RCy;k~;j$-heTiu#SQPY7B%hh{Q5XYxz0tl62>A z7>GNQL-J+M%pM|-4*cO zBZR=h#q&*x<7BUad378Oire<%r|jOS<5#;D;(vi*fG-X`OPXf5nIq5PGs|N)Pjy4> z!qKDbJ#iAL&wCv=OUM3uV{HtE0^MJ-(ocY5+j4!&>)Lyg~QneK97K`=pvQ7N7yND&YvxxcjIgEy0MvDMH>igy>qeK^3X44b}I36%n;9 zt8qdtsEJ!mEDB$`g8cmAz`@jG2;mwr+U#SZvl3|-!S*3kY6I^6w~yl_!|!^2IH7hl z^?6>6%Ra9wM50OTo1_g)?>!HG{w}kH$NhBVX+kbMJYO2fqB4?2!vpGC3`uQD>)yl; zfphmf$(H1kVO@|_?lm9ra5d1HEm;U;MKQq6y(jaYi{GARLzpi;q1Zq_&&i6SbgvB? zbt_D1?mcORU2~KN6vMh8$uiQS7+B|8z4QK-+46p#lNJR@mZ7SMvBSEcm*@2Iyd1SQvDOajf>YZ!VywXss_NHs-&?P-|NW2oAz8$U z5K)sWis73V4{_#&7g+kPhiN$^mSw7TpFGCphYs-D=`XP^#=029U`$mZbvl@X2cFWj zf0YmdaU8L<)Wuq1)ATfd{&k5~=XQMF#bB74+Q8hEc~lkWENPlCaoZH_NZC9+O_KIm zTI#aY?cu#A%X7Bv*hR85N0w#uddXlPSu13D&OaDxoN^h&uX6wZ002ovPDHLkV1i+w Bjp+aY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_green_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/dirty_green_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/dirty_green_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/dirty_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/dirty_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..4d451a56e8851aa04e0afd0009a0a2d877e3fc1c GIT binary patch literal 1250 zcmV<81ReW{P)Px(oJmAMR9J3vng*NK(o4qq?iB>ONdlRnNrCtr?tJ75s0Xdv5jlKd#)` z`Y24iCsB&hd&Wki0q5cSwhE2?>hG6UQ! zpaviV!Oa~$3)nnod1;AZCtAPArzn7-Qfw)~0sG$L01)QcqJC>Ow;`~oY7`|bmwEl# zY!2X;p}`f-)oWw*A+!zDKc0C{=>tjq5t&S;0Q4KYu%18wCE%NlczE+*0Rwoy#$)yO zc6U)IK?7+6(kwltPps&3c~&LJ9SeKum&Ciq85{_e$D!+blL5 zI-zI%+1t(9$65#e;IoUV8>rWLMC$cj^$i}T*0$$5=nycvo@j5Y^{LyY>aSS;CDnY6 zD1(@$gQCR)UG<%H$jzH?gpUPJBOpo;b zea??}F{)&luPBNV5!f6KsjMZ-G9KT3lKJEw-g`m_jLx2AnJ;lZkmorj`Nd%J?KO}6 zNYkfB@PRW|2khNGL+XY{>cIS(<3s&2h2MvbJ`4(mdR$LoV);0H$xZtb#c&^_520YF z#;|E1SUxddV=zQ{T<#Sl>_l~7wVc3~rgSM8@qF>19>N%p z3GHwl=s;l)21*1ptc!!i`8i-4Do7_DS{;b-I5Z8!bU=y50a|KiJ3q&T0xf+2v`8mz zw81>Y<92gu9*eAM9q@;AKpp6SQi7J6Or=jDSZIe_G#)zf(P*otVU)*8I(0xdG%bBf z%d+|e^$A16{}}F^!*ubuEfCXz;l>68m{s@ai-72+wHW|CV>&^ELkq|wYq7oD65K{ol6v}8Qy!6q(_!5&{}a}Jm&9z z?$F;ji>nrEjd`#?A%uW2nxZH%&wMo|bsjHJhCWw&!!^%;eRazCmLYXxE*_x+KVG}b z3!m*U@!OF+p&!W;&-Hd5$`hu`@3YxG5=K$H$fp=Coi0z*!*{gbw|*YOp&s7T!uAMNLNbH01i5z7;HX8G;pLLP)Px(*-1n}R9J5*-*%{lfIm~!>vfU&!EtV|L?%2=s_!Xn^&Q{v4fO?${;#0>jr=* zk^1Gxo7YaVAN~*T{EfB1$O{7vYg)18g^>t5-m}_|{!jJ(Tuz>aRKoTw>w7L zK4B-K`=I)Yup5wZ#Fr(-GX<8D`{GySeJsF0Yy3BFQTKWbvW)Y2PCv`Yjlo{gylM6m3H?1 zENcX`9p?1V$p9&vSa#($6vm?ei=G zN;MHk0v5?T#Hp1S2{GbBm`wseL|DmlkfyIi;J)`w&RYRJYiDUlgSFQ4+#e>OC6XBN zUGi2?Kg$3JK45>mbcd?gAvcDsQ)g>H>sk19HwE1^bchpC)S4hN6PwbJ8AEOiyO(cK z-YL=fFP7Dt$FW*tTf$kp@N7D*(Hf&vQy1PX8@q`8>9O}%T^nMt5OyM_v)WV66G;mH zo-bg@B1}<;KvW7uW|7!~X$-fgKT}TbHH%R9nUi;O-Yz@^P52M^1iOM%8}c+>FJPPY zYlvwdP<@4N2QHGP--&#`1=x*5Onno^B5vE&8jDt1&1SF+Ty^VVazDJ13#L&qZ2)3dHwqHoPF*kY&!4bvR*MhdKBV=$Pw6>6pfz%P*xu}VCjEH zAl~zzRuo0q2bQmp= z$^v$fRzei)Z|{z=x+a7$?~oi#I?vm7&-S`cB)Y_*OWMHGW1}92DRm)Gwb+RRtx?Gp5457JYbx(&);X!SAv`u)K6Q@Dd&;^7 z5wtS%dqLqGg>wygo2&opVp2GVvN>8$=l23rRcwq#doCw=a>b8wH4|xa-np7hstOQ{ zG4p$Yy7)a?C`b-TBKI$C^4a?P{8iqd*SeUd7$9&>{mF~po@QfGG=g;JOabn`y~+CK zDazlsQQD%cWp2n|u(E>s=))_qn(iPXvso{`+Zr!H0@&v(6P$*8EIL^JT zZDNdAYpAN4!Lbwcv&iY;kg}RG9#0rg3PK3f&hhNI7bwT~sOy@dC}-=)7)|XQ{{ks+ VgE4CKP&xnr002ovPDHLkV1k_bb!Y$p literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_red_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/dirty_red_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/dirty_red_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile.png new file mode 100644 index 0000000000000000000000000000000000000000..04f1b700a9f9aa087465d1dd5e15659fff7fa93c GIT binary patch literal 1191 zcmV;Y1X%ltP)Px(VM#r>eSVXV&Z{o81^UQPjuq2?XzQB?y8F%oIMa?9^(6tNGHwAsFPo1u+|HqL(e>|tH zcuX(^6Ufye0*Z3|+f6R*O_;VF1810bf#Z3G7(r2P-`-{OmA@EID)P0Arfzw5=NJOC zKJfbw>wJ8%pfCR?UuHNFXvAZU;xM%0Y1A|6I@Z@VFc!u|$0%4vnWgZa@vP-;)iIm? z%a%19?9Ujk4_F)J+~1!u9ar4DGbKCNL1fsQe_oY10ILRvL4(psKmh|xix~tMWpQy; zW!8Fvf<-9H3dkNU4p2^OLQq5m?>(vfpmDT80O%wTOne!D@pu9ThAvK@wVrvW#=2<~vlayYn6~6j$W5%Cc|2P*;Dd7Kw})i8#pMkRoUFwpsY%KP^zlJz3^(uc+x(B;|9Ud`oOQ> zpJH$C;D0>8f(Pb&e(g9nZoW$hRoqNEjNKsaQ{cl7zT&g1=X>KHUAl#{2^_E0r!h9~ z<$<~cFoaMbGC*WN@C6|hgz%82o+RVdY(MfqAC6H?@_VH(gk;1etTm zxCTYuKL5I|Wy-1TZK`=qQOqc2CEk0Qw&l$8FH;r!G)+TUR`GHI)*70&Wozp>=Jf#~ z1oAwiC}vn|*xBCZ@4Npn7;fO(*&~kGe>g@}an45G_~qww+Nbw7zgXwW<)YUQe16Sw z^>W**_eb#)E~WRyL5Z=$-uS!{L`Ez5375jT_ddx3ED*hlpD>5&eIkB#cQ+QWf}e1Q z;XD~? z6ANqJ=Ql)1_XS7M^AygPy+NPfFk;hv!BO;FLfwyZN%swA$pd{jep1gP@jk8RNggqh z>>I4L>Av77dY;0$hIHRB8V-^7-g#43(eu$WCs@T#{0H@U*lxfJ!k*` literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..03dedf0815edc84fb9d16ec49e942ea89da1ab58 GIT binary patch literal 1331 zcmV-31Px(?MXyIR9J<*m&=PCMHt0@_3HZ=lS$%4A&H_cT=*xr)P->+WaG|_ASwunq5(C! z5X41DB$|+|xN)Q6!mYRp2qFa3l_UfcjmbEf$$j*6*W+{1-S_s~+{u_Rv7o5Fx2w)M z^?g;xVoJmq2`N#=$h!CBWy#okMn%E1 z2TpV1ql5)8NwLuB@aWPKedp*{OJ*(37;Hmc6RVbh*&=|5AV3l!rbLJlA0uT56d^G7 zo{P)NB;dfleON@Hw4(3ahS_(Ws|3{KMr)K()0wLo88tDrh?o*dgpd-xj)2x0pqivn zpunP_lt?ej=vYhFIr{bUBmzoR5oiR=lDCMPHi-~L2r*730gzInmt~}Sj0It(^i|Gl z0Uc{6X=ny(t*5!)N*$9Mj@kRP$7+qO2`BB$vuU+PYm8D=oq0EJ>@4=j zpS;7ujwP(A_pxcM_9o{INfZ7JJ7CTtY@#55CeRo^3h7Q4SNfnDS12R z^}0fD{Cy; z8eNHRZLW|tXc1w!wtfrI?M}QqDYJM}VM2@%9g}e7!i~1X zd9t^`yfuy_!T$D*W50WR{%p5H{4X#R@W$cKDT)$%^k~Vz2X5Rt^q!Vu?`NDn`v_Va zSS`Zj6x&c_?!R|d=3of$*bUQ+}z%eMs;~b5Kp4HP6jQX42`n>*^ zGK<&LSfgu|>iu7LnhVeZ+LCaFXx@87$aLjHEDF}vJ;~jwHi@9?XGML!Zy}SsJ$1GH^RmJ($M6Ko$VuAk0b!i?{)ZMkUHy{8PJa<45LbvI0@kCCFr zZaAtB6w`Y_UX~OgOssRG-o|*>Z27wP6d{n8B_e`WW_m9ed(YVWioDL%y}Fo;y~lMd zx;Y0*iHwSZi_6RZ+to}&Fvd*p15Z}Z>Xhb*=X?C{{RLcRu$ieMSY?@huZMc|46a_w0Y@ pG4kOGWmz&F=aY40jHdLSe*lrvpg}D`Q>Fj_002ovPDHLkV1lxzlqLWG literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_blue_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_blue_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/filthy_blue_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/filthy_blue_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..56a44524676b4c5e69fa8eedb1fb8b6850161a70 GIT binary patch literal 1397 zcmV-*1&aEKP)Px)FG)l}R9J<*mrtx^MG?k-Rn_Od`{oVK3_b`BFcLr{Uw54?3gyirs$?uLyrB0>b*`_xbQ`*$BE*M=tW7OL$GqC~)F zfATzkzV!hP-rXl{jcFGL?A&$>2t=DX^Xjj8?FSEXHT!3N_#8<@$h8orXbQYhat-a= z*ck_+N;?A^D^>-$PBe3&{nwo7mH(ojFlO)VG1}gt8XseJX^(>|mzlo(Pj2QCN7-M@ z_mMAM{C%`@`227Fz*b6(%&3x4St6;RqG2_6IxF_6gaw4Q0RQ|HV(lL?^Q zar!g~91&$?)_I?(%&4poFcCyRMSBndkPRXceFW$t5Mksf1T-rm8Gw-)Y5@WXgj_?F ziszLXqhwU85kL@G@qH6~g~aj-A`~Yu4|3;3+2T~m2#P}qpq(!7ym(%zkyJ@$Xm?mv zbKq$Fj)0eIkm%2afxA;#0wA{;`|`9tck=v;oIZOm$3|NlS0LpYx=5HPDl$yflBCGm z`tr)8CohE*;1Seq126oX%lrH2KR)#}-njFteYTrOmw2mRKnJd}K7}$j)_bDMuSjIW zw(_lKf5y&DyCk*p9jl(`v%TCo z{fn<}>^{uGhe17hEj&oKzx*rCemsEB+!)})Y{dJQfBVR{SuASwjmN&n%isC_M+f?V zmg9QEm8EP zLfRx4(6+hgf#&rqoq|~^870CYtgq=oM`DR|#ACGdGNK$P+91|2$_B^2(l+Nl`Q}TU zIDHr6s)&+72g*>kkc}D}8*`mYMBoG-W#(|Q2aRXub;J0@7nn?^q*osMCf+D#&c9Lw zWE2_Y5=c0>cEIIfSsR1ST3dFC=iYhk5xwoDQhx28uXEe{mqTCBcIq{|7Yzr15#o3! z$-MKlkN!rs9V*EpXmcKHdy(lE|9F9ue!1j;n$zT#)^n#`2SbA>9iG(d6Q$i1bdEKi zX>z9ZOq1JQuJwIE(-z&nl+Iyb5tx4zSxzs@o7@q|PSa*00u>wjf;yM3g)V&VzR{TE z8`hZAIb)+Ow3VSRShOwgOeX)g)(j8KZ0HLv-2X+y1i}06_r7O-#DhQn1%H`eA*oXJ z{s)2Z(&LZt>Z6Y``O^&9O6W)jb^&Lfe}YS&dx$qL{0>VaER8@ry$KxK-bNmN=o_&( zcn^1HG^&_PrkE+W?C$dK|GdrC_Q%N06hSz3>Lh#bUM3<)$yh9EjvYV6xC(CF-DSQw zU^1C9na;>LQ#TE_-+4Fl$sToGGn>tOk!z;ZO~d~H30@Zk!-llF00000NkvXXu0mjf D-bAU` literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_green_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_green_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/filthy_green_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/filthy_green_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/filthy_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/filthy_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..1f15610848bf239a634f7fb853a8fc1e23c5164e GIT binary patch literal 1356 zcmV-S1+)5zP)Px)21!IgR9J_FCP5gG%)>gH^WE&u?ap)+LHF#;-klFWXlXQ~p6>eptEwOW zl210?^&KysmiqvFHptEI0VKq@IZ(}74#$JQ594a zA-C=g!1Mj558md6nRE38;2i;>ijl2Trx=Go3`*2MP(?d% z$-uG-f2cW*1MWSEWJYU=HW`bQ*sdySoQKYzC!#_y&z^_CC`LvhFbbJK5J3b~bO|B= za)5~YG6IwcxCfGF0-6+&1i&~1YE=+&1h&l>$L#s2q+m3R0D{QC_k-XA5?u=16~hVU zq~b&#VvJ${%VQ%3H`%f6k+sgZ=USWM>i%2BzLa@)Ye zJ{4xOIulq^SrHSs-x21qTn5**!}2!Ns1TQ@*v(O$BiGVxkLxf*6;a98@w7=R6T5H2 z5tn?ndp_ZAg+TT;N6|WkbOgb+P5CIcwkZmxQ!E0>b^k${Jy;2GR-%mclsvwAT{x*-tmwF~goM zKRnAQlOiTe%h{PPmX&r;kd&4MNp`^8^1IkxI(liu+9PNBy5MwCugNTHH~<1Jh80O> z-2z%_tfRBABFWroQ|fJ-(VDaWYsLQkRbLl0sin14)N6037p47$b!(!uq@Xy~SfWXZ z))Gx>K{L*>F4$?aZttYChoa%^Ze%%2S>B{VAQ?@Yzzmhp*9D7|s}@T5%+e|;0SN^n0Ey4!Hy;1;J}ysZnV9Mdp=&Q*Ve`tp)W7T?8j%=* ze$2@eCy;mEe#7VcyO)YE$aC`RW+rW&PXY-Xc`{8@F;b4oyB6oY*sHtZV1YvY4{hx!X;^{D7sGo O0000Px)AW1|)R9J<*mphCl#TACXQ>VJ`+?jpiSu8CNAqNB`L?lRvzz&EBup6`|38m9^_P79(Zk+KB3QtJQF}xL9OuQqoaT2=?6Kc=3}Rr`8E5JW34-Ii`Q~{} z-~R=>dsFI-isqo@r{_*0K%0#J{9}vf9v^Wn`_I2z5k;Vpga#)PXeH5jVz2Ai+Bii} z*d29jnzC6bqmHr%fGgmuOOA)^+^q z!Hc}|k`V#agh7mKpEyCSO4L9MiiRa{$-r_=_#WJGzq*A5QOh82tfgoWHA^@^R#C;wCN(9`M6IINf zSE|%esg@&vAhP89I`|TaJ_YUp!%=fmaUxGKs;F3562aMN+LH6^c@>lx0#TJv7Rz!C z9F1QHSWbiZe4Q(p8I?u=QkRH-x-eumX}R|ol0#mesEYPQSPCGl=YQeWQf|O-aK+pa zH$ZVf-Lvf=yz%M=)9JT_J0F^G?&s~i+Et_!-trC*wEw;Q2>Dt2u7z}1a$wbV;I-HP zz}CraqLzIeZe3J+&N+D@c~N#yuJ(RC{s7{L2w0Aat=P9OKe`K)V2B`vNpQjN zt89Z4H4>tRc{Gn|GRFnK-n<1y#p%;03GU8l?_jmfF74Z!F+^BNUmt;#5+RxM<)`1T z%|6V+ji4U=&CQAbez)Sb>h9wkxe+3M_2;Lac$?X*Aw2tR!>=Eo{&=7tIG+Dw&Fy#I zO$Z9Rv+nR&ehBp+I<8^kgG(dE`of*T=n9XpCJnM?@;7{;(7CUCzg&adDu z9oG(|@-K+VyxaL<)v~ncIGnCGug9oE)*%sry@PgTVgK83#3lE3&mHbK1hTg|iq!nDvNrG)j6A`JufB4M7&f@;KA+1d z>)E^Kwq@l|5F%Q6@!9SSY%!1NlrE0c84#wnv|#pks=BxrJo4a0DiuNruetN*mn$y3@dDH7M}$z3Gq$L}7k>W^Pd?r8 z{#X0dQK-WzwZB~m-1EyJ|N7^rRJ9Uo&ABhx+#C*($A0su&kn9&X4G}XXf#GOaBh2> zufO>(gW)MsJ4O)Bo;}0P_q(_|F)FiJ!{&*zY*fyz+uKZM2aHBzM&k)7C7QP7wmW{t obhJa$G)yMbdD~YFG;PcO0Qk%%26$A0RR91007*qoM6N<$f~_~K{{R30 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/green_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/green_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/green_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/green_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.aseprite b/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.aseprite deleted file mode 100644 index 0bc5b126f429ac1e8314906223d8a58c9cd1ac53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11512 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 M0syG;#Chre0+BmO+W-In diff --git a/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.png b/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.png deleted file mode 100644 index fce8ed190a4c55c82e88642f5af7f51f0bf1f5bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18807 zcmV(eLHoXmP)PyA07*naRCt_Jyy>rHS9;#}TjL(iKI5IMid7^Y^z)C9@%8GidA*%PUoI+k88+>wON8b@dNAZd(PTxz3=lr!xH>& z|M>r8UKl<)pKy2RSnqo3#<3kdm67-WNdledI6R8)f4o#&KKb9N`@rBlS_*m}5nAxGA4M`NxtQlHrl%uB=I16ByE zhHpKoxLW2!;N#Ph&+m>{EpZNlk5q+bHL+w`YK%w=)pmjPaRA`OS;>pjk{BXhz{$jN zx9_;!vvb$HTtkX4~<>s$g0g zv=nUWK_dn1JIC`?L2f7f>fMpsZAX!5d`MgIcHcAfo@JFWDKu6|UauRP-fM0jJE}=w znj20k!*pushQO{JC~Z0`0C}!iOf*sme)9E>ZSDAbKWH>Vh~!3+X~7U8r-i{+0o_XK zKF~T(t`*ZD9wWMhs>s?QtDXdjU0n=R53?AR5dXQvcol2indPVk9D1 zRR%GhhxLBYl!c~l94D0}*OE!5*td?KzTBgg!28I_+_F751{d)}&P#(lE!Z9hO>~iJ zVsHYoT+z9}%bS`IB086x%q;VX=EZr*=hp`g^?*VkBz$x}k$m^XjH_A3hbJWn!M=9* z7#UnZ3BmJ|f{)K9EGLHVJev{&9NU4j%5uKQB(EPDn%?tp=|ECrQo-pO?iG=P!)>HMb68+8mlF{#?i${nJE^PWjV2uFfLwZ6#K^UcGHp> z$@9~at3`p7f@NiRJoLPMY#Dk_rX^ZKJ9v$Z@O)X&`@p-$79S#C-PAleD-aSC@UZWB zy=n17AkQ_IiyRO1gV!88kCZ)6S2^>d;umiZv3V_bsn)8jg*ZC?iv=0_xra za6Yv}A$ZvJYz_m%5ICDze2CPY=k~EfwM3u~9`92vu(`sANM$7J z)?tNUdmKxiB2&<_jw~D&+{POLA5a40g z)5k~vDyy(s(z(dpu1inLv_vVvVq%!)nr%Js#oHrF3R*m;tBk(&Z1?^9w^X~pTpCGP zrUtT@7>pG3V`=;Qf7DV{n$5z`n8C6%>^slC zcHC}S_Tz_7#>2L22F3j3U(&h2(`61q&^phtO_ll3ID~|kcMV=ZrX^>yjCL&jciT=; z&i@52MqG$ITjqoSht9KW9fegq9vw;mLU1;-3_kM9HwSLl9f#UU@=W5o00MTcBhwOV z1i6&_?A4w_J+N;a(_Eot+9$i(akk3vK5FJu%QRCgCKeyS$ON#xgtJwKMsPZ}>}y9o zp3GUP0r|MBL$0GqoiQpdNzmt{rMPtV3HfAc|z|^ z?RfRjXoewh+c-|9mdr?|h3014^X{>sYXc{9OHpc?+OawGKw5N#pbsI{f@x*&5sEBT zqPtB?*9NXG3Q8?`c2?jW{QCCDt{os~v=yA>ndXzLiq;3LmUtI5SLq^XXN^{jS4Afi)78pv<)<*9vPq+NbxsYaNTiaQedXcpOk#axyV&>w(APz`pma zCI%q|GNRcYdY-NF_rQ8zJA@QWV=5ZnMd}1+XokRIV#u__C`s$Q=5F7!Z5*FHt&k%w zd_45{Tw~Kz!sg)U2hVD16LysF^7_D`bDGT|?eSL+4Zrzxn##Ek)SVwOGB_VV2?Wr) zz{{_X>{^eAXfi9Qo7B<|t)n!OLP_53JFXvEtdUfurYba6OJ3hMv@UY7$oTd@*lXr9 z%kvY(bYk!U3M&yx5CqIijWUvxX?lIXzOUII9Fsz!tz>w4CHY6+K4CGnl$qjkk#V>0 zx!?87a?NCFIGZ4WnoYXtde|sKEb=7aXxaj%$a41SC1|0x<@NX;{&robLc#c z@0l9Oeh5^Vrs+MKdf?efp}E<#%nHp{hn}~a7D*aD7nubiIMj~JrVpQ&hOHEEfY<8= zrG)17LxWO+b_fWS3Pz?=%Uka|tdiVsdsYj}wslx7Dau3#e05W6>dvPlU8F*ym0;64 z-rctdpqgtwyez5524l2jnkn`=GM{LTvJxu=k;ET#E^u?-5<}#ptCBL;JYN;*{omHy z*8{=}%0e;CwB*?$=lQbWa-Lze$*t^K> zrsMH2usaS+@^thy0-5L`i8hj1rm#lfd}N**K7Bsr;v}aY0`rOC@z^sdG)?E}29Hq! zn<-8ztFcDWyFlFqw2W+;fkk2X?dLQ0ode**(~^BXu&LAJrj(#ClEFvK=Gb#F%~+PO zZw8t^aVb@%xmx4^JRAnP!LvRj2yBhS`^dWP6{h-Q+7LOJ7?hOsy=OmooD0;>Gq}Lx zuIJ%6U`=X;ZU}sJSM#tNG%CXD>l%yTJI^WxAMnk^rBad(S7A6;-Brw{5xIbsPte9t2gP>0=r+5a0yN%T(g)#`EcA zrKwv-X%%;ejzi;cJ~GQS#59QQwjI&OG+$~7R-!t=+sBsP2hFc1_T*2H0%A-Z`tdN(yGYY{s$BE1@3~y& zhyX*3^dWFKIJU=uAw-EnaDV8zJ@nMQXFf4xO7Q(ZYPo&v*c=9a{&vs0Nl2c^dydU& znef4(fp!RJo8CQV@Z&!hL_(s1e5BBlG<|P*yDz%$#TiDan!Zr&^eY9gVvIVZO^a1J}|2cWhR+VEm8`a z*0HS}Z+^5wn?^G&4Xb&Ej9`?+j7L{!!E$b?O3nE)Blt7|HG}73nPC_4E!w_&jf`I#d&kzEK)**m>?^$nq zzV-dRV!Hen?2l=uO{WHnNB}Fq;~{M*sRV5w(MquEJp04I?%=q2X%#O%{8R34JM;)3 zPAkj9NR|KMmwR^IfExmXj~JP@u#b@!7bU$5n#@Q(`(#Elcrumr#nZyDKMbtSELSHv zMXvG0w2+$}Ii9&IObb zd~!8ml50M@n(+LrOj}(-bg4@>z1J)X%`7)8iR=yoa-{moQnPOypI%jbdE4;pH1)@( z_e2#@Mp9*3@%)27P4o^>W|~)bHO?jR%K6CczT<3Wx!w2VMiOG=`mv*KJ=@M{tV~s? zX*^QEYLRh$+wki*M;0?nnJd=Yo=>hSL`+;_k!zd}l$lB$s2>7G2(*$ET5`U~Sj;Tn z`$0oH_(V)=N$b<%Dgn8XAV|M|?R%_EG`N+5#fVT}{Q#uRV6u6g>~oodfjO5b{*Y#e7%p{ww}IE4MdF` zyRs5b#3l-mzW2PoA7$gOZffQejUtsXPo#GN7a}%S{Qk2ky-z@6Uk|iSusICmRuMy# z_>jh#?cmWm0qL$w4EASN6`7Iz*0U*R^Nd+#0m!XlNP9(cHnmil=6q@?wBm3a=zKcw z+vC8Zvi#`Pjw;hkaz$pnFMfcgxlOLNl#2Z`KVTUrbm{OadZOA~Jz7GEu!v z@3BTCm1kz@ePC7@?jJgUwDZR9t)xI}kVv!=nn|XKr1?41Nyt8*XS8KtQKfDE?4-ad zLD#3PJh7Ulb5xnpd~thZUL>*&U|u9>TUbT0%*l+x$4Kyy*)+8@z2`6l{JvMH{EzWO zgpjF_hM2(S5NLcLN;uXIH;%x&!|Qi=POdta8q0md*vFk<`88@+{|kndF0S1kKA;Qh=T=bIEs~O}W{0d~j8= zC=Ki5kXU?`2#B)Kh!~TcRwWk0YRU6e!QH-3L)8y{_ly`oX+en4^aCN1C_&2zWa2VN}AP@^`U2Qks(GlZR*5@QK|8SK&cf$g6{)rBG@%9@yZYT{u|i~ zYZTX;mbP_BM1u5VO|TW)rBbC$+qBFim%p>-XRr3uwd2o!e4l7?7YHPXGs_fJ zX_A)I50NsHSS>i4T8vfv@IMrM|BqU(A6iy(OJNl*M7qI~O*Fj+YlKW3sRStm(_ABz z;B;mwCx)N==Zf=X#_7zWq~Oqc3Zrm+KuZ!nc)RP!N6SoU70Zd`I3(wrkCAC^Miw&} zeqKE^NCDf%rPlVH@9+7`e_z1N5@OG)vZ(Pyh7j4eX$15k@_6*LL*URjNOPrv;s4blbjWk#!=?Wo49uLF&sU|Zj$%S|8j^F#khF||x#;O!-nt|KLj$i%i zKsJ#q=N4@QtBEDg6|+pSsGTfmVCkrZI%$#cbYshQ6bzW^`{fr(TslZgd4 z1j&aN6ZS{P%m2DyUKw_MGAvbA@xT0Y$Gk9!jB}Apr7^j%iqolO-#W!_eEhF?ab7Z+ zXmX>NSjDmR92(CTzZ95}wdrGo0NP42A@IPnWv==7d_vp#_wcUiJp0yjXdSsx^gdAK z2Ib;=2CMY}=K|OJF6j$KNrtg6ZuTA9x*xZ+O0d*NicBT9*rCVw0XGEZmDQ{dJ>Ex* zOw{!n4_F@&?VyvopKF>S5Pd`jm`)5z3qC%d05Hon z?{*z#L}_*F=|jLBLplpWK&I13tE6CC53EYd-L^wX!C(Axjh2bgFEh>avyxS5a70ZI zV1&R6&?+f>U7wtBN(f#*G*pG=M_=#w^kRaM@YS|OA$ZvIsXKcKMCkf}mV!(Re)07I zB?WmV`RiY8`OZf(2$4hQIhh#twc}zj&PchEAQB;$kKR-z1)E*ZyStXllZ zRPwS32r+6_xn|dTrj=%unRE)L$<(r1T9go6t#YzF;bre4S*Cc{^;Ct{yxVjXrRK07 zum~<@+4wV(wd5PzFtHjz=?74z*M0@{beph>=`LyiCgf5EHx~d`tqaNbvXi zvE|r$NMx1d;xy-bKWM01&wV}6_i0;eC3v^#IP?j8KOP6(Y+4SZ#URfVXRAUp%QgS* z-zcDGJ~b#Qs5{TQ$CfX@JdziZi_4tgq0AMtGD)T%oEGdGmz2A+RmOUo_W!If$*56i zrVGt#Y2V`}fJ5W>==qE)*W_BJ5pTWid45r{tPI;`U|t#~nMNr=Zc=OaBY$?j%s?dM zwmuG;-UYt@n=6z^vp`j7?zSCT!fI;9K`iYTTm%y_625+D`1oRy>OtM7R#sR^Hw5;r z=h!)nRVbO-e5ECA2popMwsB-ual7l1U%AXuUl?5Ee%ouJ_b~=dZqaL`CpJ zV3BE-Rg#bH9@_*OLWE+Zdg?wE)V6iJ+jjiu^yt>iENeZg#In3d_wNFfL#YTfsq)6!_}c0HX72{h$! zHqG8^D?UP@1fED%X!2Zg``B@}>p%#+2%3jokCe%*_f08ldQXulwyk4`Xl&+bt>Q6&M|2fdX!9>+R-Y(EZ01?1CG=a&Xzfa66j?nnH5Q_T0eGl zt>@4O9*zUA?;1Y;a?iK^-i|Nd9(lKJIqnC}=c&Mcd_G|@v6`Vz*82T!z-Y;0lH~Nk zO3JC`zy3$V#hE3#p^XolUO8)!H9nFwl=VP7Fs+1xz zQkhZogX1v%11$wVf4c{fP{~hzw&RnJC-23JOeGg^nJY~fBGLtHCMk2pn{~skcI27l zxBuZ0fZKIOW)+-`|=E-Ui zlfH&k`u^F&34c!R1+qC1UBiW998aA$0Io3$d zt4cE~QwUxUa6Zo%TuAbu(MkUDJ|-?P zhtMY}=xmi?l_blO2dQg4S5K$OuiN|N8oyh2T%KeUR*k;IG>{rC@k8R(dLM``a=yyg z)=3#XbY2odbV%vjDdgh=3OaDnM;Bpt>F?vIX>%J6F4FfFy_v#W}3NY2;g z#Nd47p>Z7Bfz{mN`oL;xSnr3lfnwzCw&VFCXVVNCAK>6TQ=2U45BrX$9uNqgo@SII zDY>jHH`|_V-ShULArP4vl?2O^Qggp;u`0Phi(K>Uw4gExl|j-RRujV)H%WteyKWgu zqv=E7wjNLc9_yZ5E6ys*BGZ()elJiqeR2bQFfzP-=XrTsE3(NyORMc8S*}o8q9dHl zGK>`5?|OdncF(jh#E`bT5>UIq7q1Sfi5elWd9qFJ4+Hzo(+4|)i2wi~07*naRP{;W ze*MtUx1Jw;x#7?y?C?!JuvVsw!pY1gPPKE1>g+u)?;Bp-)eIr>#mfUmOE%5GFwT#Q zT(g?n1TglkXFej7-Upi2(ffcO0>Af%4Y!X4;hT&aV5Q)pb|@uA8CWHW;G6{v|v`6R9th(woL}$`P6EBA9%CtnNJLbRh(3ocvW$??NV2gg3QR|XE%~J z4=vj|{S+-l%IFv^xf{XuhZhs3qxb6Fy2a)yd9eiC?h?2dT;kOL&BvD$uGc9Yu{{pl zZ(F8?No11`P`gy>UHbpufY7rlOAoLrIXiym4{Cn==M#3Fr}s%Zzgs7}X)|K!vPcfn zsxX|*GbHGgT^ScGy7-=ix4BAqVU}2p)gl{39Lcj~j@6QPkB#Q@n2#XP4TJl$AOt2{}HLM8jeH2)i! z*=nh|nq~B5qI#|t1wxR#2)!rI5}!CXnr;XTKCo#WtJbru484(>X`y*&22RVI)_HEW zJ)3REVxIBQ(?r-K;9M)NHyw35@Os@O;E^lM&ALS!$!6&3`oOUrm==c5E+$wlnNKX+ zW1l=oh2rI1!_B58gow?hPH9q+1gOpjVt}i&oN7$Z4L&4W$-ZZjrBqSfju*^nO4bO z2q~g)GBK$hG__-%YpfBJ)^cne+g&E`6$XMA=n)pU)~?pZs|kd`my87ny+V;!2k1qX(olF{DuN|0jZMj#wv-e(t;N{ z{dZLwe)e{+`N_*Y>&K4eJO!dAMo}2aQ3~#d2&B$!b@FeXObvbSxepQNqo&9tmuJZh zx>{sBS*CihZj;rpDmB^Y3}e)&wNA0#-UXcu?T4OHNzNBJTEoM^<9g4eP~^E{VicL70nKvJmz@aJ}hxyKXs~Wqfowp&J6zF-5bl2X1y9ukLG3mKlpo zYYxqjk}_>FuH9@qPUkt_x|$$mnyYv9z(fkFA{E@5T?db_vxDZ)2ZC_yjwxm&5PY!8 zF{9qzxxnBeZx1ccR|O~26ojce&;6!T*y^9LZ<52sC`n#uriI~bmeKT{ukUL9``5c< z!)^zbl}!SLkNoTx`xJz!@?`G%M!?_KL*fv6&%-hG!Jog{Lr9gYA3~CmmO4cft3vba zq@W)>hcWne{m^i;?Z`99*RN`(6GJ_QMXgQ=qv>Q+uapufK}rS~$>(nl?0e7crsL(i zhL1liX}c62lj9V(IXXg!sUmHU1J)?!m0?*~v=+R%t?67KhDhfkCre9JXePO2Uk`{F z$*fHN^Jeh8y03Y9QgAuTC^N;Ihh}W!1|i{ck@U5jZA#;ILtt51`QF^PIXJ#}d!QW! z>nE!sc`|{EMUK*fx0{wX>qH$sKPf0PnHKN$W5X&K?sq+}9~w@k79Zn#MSS17WM*jx ztdhKVT5>VVP(o;WpIUY^`1f3*_lc1B23S3gavH$1vw~G=2q}fEsXNEr?r*|ykZ6!0 zM(QR-5qptH3DTaJLw@eGex*pi>lZ@(yh%?C{QjGj! zd+1YHpH4J+rtl&qs4nI?p5*rU-VYk)g`p}FX2vBOYN1k`yJ@}V=}FEIAs2!tX9eCx zTp#FK$4~xq#mQ7N*MfeCxG@~^Sf`<*bzXC^DCh=Hl_}g1x!tsUy>3{}GoDliD`(ZlhcA(ZjuJ=QW=|#RN2G6=Q@%0 ziQTUo$G%JT-^g_1z~wCGe%BFz{b8W>foCTLm&+_UYKeS(-zc2=Cv1-n?~|o!KGDny z!=y+7k(akeUfwrJf2;>iCYCM)9yUEc{rOHZ9fwb=k~pDAdq70!#&N%HJWqb_k;X^X z#{usm^QqzTDo?b}d}@;aV7voEXhE(7>v|wFiid}eAO42|V+T$~l^CEbRKkG4M@l2m zQgQ4YFK_B}21dZ~;)4m>{lL}KGO?+f`4AagOywF0)+&lo)&BD4m>v>FFUEeLEE2<; zTfutg*tU*kHA0-%cMV_N)T!2GDj626gwgdfpBldVe8x1_Y>tk7@4tz!B>&0TGUx4W z!`2F|KX zvuoV@uLV$KsUrz3aBU#BlCDqbyGx^(W;!u{ndXNtH;R4uUupV~^fVWlO*E(Tj1b{) z7&tVkk%Tcpa5l^EK8?wB>yqVM0Bz?vom*a9P7-f|pbx1=EURQ>Fea70)zo~$bZI`l zn(%I)Cibg&hCy(5>}dzbBv+JHQrdKhM$;u<_wByt`Du}2>)+TUlCCUy^VqPh2PV1U z>B?Yadcd*wbWU@y^$tsc--~;{AYWGZ~rw_nXqAQQa(c|Ia&xK zcl&{dP0#IZ%jqH`inK$mm9!xw!@_cw>_R?9uGcMfmjsH3eb33%usaM)XNJ37pZwZF zkSR%?sf0`vFv%5KrY-&QHr0dP1+LdEpL|g9$@h2s@-L=IymsLma#Hcp$N!2Dz!;g* zv_kOivE%X3^LQ8#La^TUT)(t@a8@uY44ZnO9Rd;3Z{Lp=q2IVnmqn?@xP!^hxpC%<7k)-AS{L8gs z-Tx6jL}Y~D`A0R)UCF9S0jSMkU{RMpbXjuVq$JXhl1CDx>(}mmBIXnOIsM_|B6lQVDk3fzN-omsAtOYHG;x zG#{ow&?pN5r}K>O{h;A-+Y>`%U8lPuPAba>AD7AXxSSZGNKkgWPwB$m1v-~l|3CY; zmPrXs7w|4JEj7Io>2LTU#R;@dnYBafczIXzdY!z=w~rlHCpm5BQ7Sn@ybJ7-w3KL% zW9K-t7NrGei=54&=kqrQit$>P+s7_NdQS_=OmQ>X2aJ)LvsuQQb;B?O&KKEev$t#x z{rlnj;v{2UreWmqIM9q#*nDa>MwSxyWO`<`|P z7%h3WDwvi^b2iUXg>`|Kw+-*M$t7-$plJaFnG)P=dz=p#DR_2T@*8IbwU5an79&_A zndFMPajcJNSI#Gz)x_|yA5!LV*E6pSvt03R+fnNAuCPOwJ~Z?mq@Zm*vJ~`v5@_qj zrL5y3X${|axBt^G9#TEXa>a2!uxmVv%CMT+lyhtyb)P(}aa6)iCzb%ber&ObWH-LK zYx$i&sF_YudP=I~Veef?Vd^5Wy*@;`kZNU~V%>^wee$mn67FATd~lW&|K6qh!a{&W zm2h*20u4mc?kqEv7>sA9DM_rX#P@-1J>Y$0R%o8CQuIKou`&;VeVu%|XH(0?JlF3R z=yAx5@HpBpzxAYo@e&E?BCp;xk{|wJ!`W}Gd3k+A29kXw8`IZXa=YoMYsYp!@bfo& za;*qNZXR2{{QRK!@S{KF>n}8uGIgP4WwAzLr6k745F+>6o}Sk6ygn`<91ok2aF4^Mb;rOPK6iX zGO-FN1zn#;o5iU3H@&9|DW>!#Oi}R8XP79`mPWMC9LkfgR!LM#=Ttsuf@2NY- z=IGx0u=?@p!%aQVxWIaoit5QcV^Nwh_Y?Vx&)1Sa|M5NB#?iEnukRX`mEmk^X`QEW zfqqO-`9APX*k|8*KEFMpBx%dOxoy}V2R^!*P>hm*?gYoyG0Rg^Eyk}t_(+u}9sbuh zjppJk=iOb)^NW&dqRBGF{@_vsEr2xwYc!ckF}~J$>>zov%5g4e&Z=}pgB>rM+SUVQ zmTvIMta_jO?0ldIiNIa^o_S%oSd3z%8fBom3)qo}eSTWf_n!4};BntEt1L=M`Vf;v zeeh}Y^)b@*0VUIY7ll$>E%Nt?0p|i=T-PIQo>LWR_-W+XrQ|7O(3fo{afUVzq; z7~<&sGb;50kp`@9=7qwfJJOaD!_9r0?vu0%Kcu@;gdD#?-TQR03`v-JI3$ZvrX|V< zUcPH6OU31~KpROU1+1+W325GJJNni$Ej5mGci#27WpELr1xk@P1)V;eF5;7zRWA8p zRq)aIB*pCxf1|HGJuOmM11^`vH-0X*t)t2m7mI@5emd1GCh6uvqa;6lvrBr~|KHS^ z^hk1L+4*~ejcz_?L`DuIlSQ(MRn^sK0jj37&`PL{S_1@a^bhqHv{MTZ1V|7Bs;jGz zERsp)6d9vOxVyQ{_MR5^g=cd~WCS9@&EC8B+;hGg@P6}IEQ)74FeZkv>B(Zl^Hs*_ zERn12(26HlE3ig$wP|rkRk8?3#M?5IHNo&xq?T8g2R?n2Tej7}#n?&+vUk`>41U|P zC$*Z(fUyuGxM7|~oNtBH@%R6DZMf_Iz;t4{x$n5$c1&W;dY zPk3N^o^ZBKu|{L8ma(u>6sf^Rib*QGNijl-8mzUllIvGeWZ@-}=$sceUPzcKkD%TX z%RUgB603Q#O65Dnk;aD+Y26B3Y(0xvziTj7gZJdAl>2ozN~&yI_Vmt6pJ+5$ zYFN)=H1O)`K-oJ!T-Ln1s`%w61v-r2+urf^x;Bvf9Tzt;`tk~%u2L3xL_bQ||Ms#b zjYLze>VaiYGTv`$ZZ@sxiIYq$rN=n7mbv31kNEU71FbMdfmTPB*r%sCi+LOj8cPAq zF?#OHo_*1CGEEp&%U4edv=TbYwiqmp*;&*yvY51n{1Zx1~WB-Wy|;!i(s zsanT;8nGxMv{ocq;XN!T5sN$`PP7=>l(<43&0@ZLz1Mi>+1HY&49*Vm=?C=Jy!iOV zqxak$#638lMtu26VR?3%;leFsoU}Fl;8+z2i;3uFli1Sqg0~o*c-L2X3?55v1n*N1 zBXMLnGy{*O$?;%0-!`;^qe#R$p+hZk)3sEClYU_w9oj=PNP;F$jZFN1yk~TtpUw}= zib$%}AQ!izr>X`a^L)5&s6xVURm41+CEOnd6rQJlb4Rn8aCy_vc8=*pX7%?~&()^2 zWQoCe=tfAgfV~WdsV1TP@i9%m%!^3Q0}p(0mUA*o zLBYNnL{kyPk|K*}nt{;^I3bQSMP^w~V$jMm41xk*7ZH~e%j=7p6Qfv7W4>IaG_7Ob z${F!MveUpnyxEErcD?V|29ILXIuvl|MocqM9K^d`Ry{>7V3lbaak*`&o00$V@>cV| z|8fVwo7=(IEmx=Akwyj$@i)k#U@c;RKL+3erN8syGF zYsI1vO(luNQZh{~C#!^)-|sX-Ft1Hw9eBC&QN@w?+1Gg_Uu@*xc0rUpohN*9mMQ-B zU;G#1#1JdF|FYPi6j-fky(30aRfl%KNO>#FJfZZ6p~-sz(?2|9vqVC1)+yfHR6&F` zV#&1{r9+;f8^z_~oM&_#OBih=p7iH;JN9MI5ARAI|8_$?h+nVkMyyeC9;DNM$HgZ6 zwFl4hRmP)P!oD7`O7Y@vcQl&`|M;zVQ6`zCah|K2hJ7^zYk7D?b?~dkR+B{HNjdy* z3REHcCgY)}^OWgX&h4(VIPXzfQgeMs2HaOYFHUl1dC#uuS>+Kg-YazZ?hjKV}>0#!zS#Wa?oP9E$v z-4H;Wu~Dot$!eV6HY|gR@!}+BcNn+)8J%tq0~o#yIQ8Z@k1E4?Ij54L_Zh?N7GB5 z>&;~)=YjK{|MhZnlzj3`ysJeV1q`Zuba^gEe`GXhcy^NU^81}(y7&)4`d7@SF$!1} zF$5^9HVPYQtXE{I1gxitybqDVvYg3GF%A#OJUF1{nZ&cKQRrSqM|C%{oW$(NtypZZB9^bu_f(iJ{0WcL!k%hai9$Si642Y7=@Qk2c^(`2Ovl-oe#% z!|6#%)s8%x#SBiq;eOM|c~I7Z%CB3;dY-VHMBJ1eab&oex{>< zgtC!wViJ7IO+S*vhCjXCGn-hM`o7!L@cu})j#PTlu_dneTZ6rkX7OBMe zo%a-pDBf`-GY72HPwQpEci-+g07jG_io(lg5bECbgPn5z+Tf zI+n#uf}ch!76C5eg88=_#h>^v%!#brndRtM&tuE4o=&*lb<8IgYc#Xi5^GK41iX0_ z3?4~%J{}dq)?F7dKbO5_`(R)g5ypr4$lHH&RnxR1`(4j^Eh7CUT()CBic{8l*zP;( zc91M_vr z^@}MN8%f%pE#=9@dx6T}rEpSK(e@*CulemKGlt$#wgbO=Hsz1+_WayB(nPvl-+1uI zU1zK&GD_G_qbOQkXak-sQ!e%$+eXx^2RvGqSbEG&OXc<8t3J z407znp&{!AFRbwwk8=Tp1ZLi$9ptH018;7|BUZoe#t#)IOcIg)tX9NG4%m%eU;@sI z7somABR!cXZ1&RD&nK27H+-_n*ta89E7{%$oJrM=yt{8$WL75MWj!2ImF?izwIjNB zoXiu>H#K!TVq&pd^rOVKukKo^+-k12EpcpkziD`TE2jRY5oX->&`X16r5P>jA!zU; z_uG&l>Ab00K{U*}UVr6=TkQGv8Sk7bCljzudyP#smR^F3&B1ZAyn7p4RG{bmY%y5!L z3_TFYEZ27p5mNG{slkU}{XDgF%_v#!p_4`;j>LO8AlT0jS2a~74SC;<44vcrt_h{U zC<~rI0zjLp=VIF)B~XAOsGYz2VtypC^liX9wWFAQU5H}?44tr&rm4YL#pyieuYNHj zwVGc&FXSQWBs?Y);Yen#gc^A@jpzr*m}q|Ubb7STJYQve`(`V5Vk%hqIMUp1yN^^# z6Kl4IA$T^0LpIR->`G*{9=RM_Nz-h5p z8Y{>S0H@)}D&^Ty7QJY#Smu#sSBaIpGU7d~dk3AvS;)15)Ue%m%uIw<65VQBaS3et zPV9wG7b%g^l&Sdc=9wi)We~Bg2JVZ9i7_;zqiP50ZsdH^NQOfxIKLNHd>wx0P3Oo) z&ny|Z4AMxPO7x^1J?EQ-?Y^h)M$NA5Ii07xx~Uikhq6K&D62livLqZekBvkRi~uGM z^}u`)WZwVzm(8)!@`DE>yexpu1+bPD5_&g?;(4-&dH10*sPx~;DclB)M9D}fiG+8M zsQ@Mn%ifF@mA~p8+9*q&iYj5WRIR6rgwt6}**f;ShOYNmFBzWEc^=PWoR6tGCyuCT zA%pADc~-fs+GRxtrWw8+! z+_sj;!2>iVjb&5Jw21g;U(CTOzWL=+Uc5+ds4TT2#&yBGd1%K!ig8A(JzRMlRRr4P@?1Awn=2A-@l z*3+0}7I9w<;(+*Y*RaSUlGv~cq1Ym|;uaK;l=yQO35D$9;dL4nMNzW@7PJ2(0M3~glVf*8WNmmU-q0V5M9he%Ptur1KF|jq=R~_5nQNKU*+?E}Ar1|`GB7_2^Ec39NGED?p zKTX8(@#dxyAaU4`k!OZOt4XcqWFE5?>b3Mh+C!oh^E|?N*fsLV-tT(8`9nh!%Da6z zaJg-Hd)t8bq>(oK`m6seP(c*?UW7)Ym3+>z;o^0~Z(q!0jGkzA<-mZaX`NK6Wi`+= zqtL98iQhDhSWRN4Ma0*iNXGqlpUp(gO5`I|RtcoKYzJXyYsF$|k5$-LPl_Xm^mm`m z`0lbKO$$Wi1op*l1#-%me7J46*|)NnFW?;RKO9h6 z(w2u-`lXXuf;F1ksZZr2?r!pkCNlE{LaWg1!TtDZ+i zOrBa!g6v&Z1D$hZUVPkEE7I7Ir!u_1xNE4TAQ5y)x)SxuA%XCR@Xy&&La|wHnT84R zyZeT|bG*N8&<4wL5(TuO0E)NWcx0bsho1XGPvUIn)D>*QrJ!$c|T+ z2dZBDM`bfmSHi$i3Z{u6iw!RPo$^drYKtP4fAIf)-ZBoJ`v?0-Bq_?sC|c(~0{Md3 zODn~<|1IOb>@5HA>YjOUM7D!?9iFeVBlhb-8hc=Ep3Ec+bkmO*?`7xAzU;{};Y~kT zrL3kA+rz-+uBGp!i%k3OQPk+zPxW}d&g$marIvlj1e)a9~?hl9(cOWaClCp zu`GC;=2m>D&A_hi@xiYz%U~`4^4DvD^2LHme1Bch4xU*SY4+v7z8dI8LF31X-)Xi!$uMDFmx39)hP9A(?{{dGk@dRCK& zLnDd%i)~9gItdj!$7&YKjyLBm>mp*FS=Lj>+uNF^8Tk38l2uwt@$&M(A`{?<4l8+| z%u^glnrJ?W=m*c^x%7iSULH6!1I7tkGPj!79}dK+Axk5kE>c;R+>UtfH5YeH7>kKJ zc0G;J4(_X-MJmjgd=inRg3fK6=VB*xiVqL${Yz@D7Qt*0Hqmhqt zvu{x$lH~`_lUc&hyTB8ZrNEKZtfr9&(ciryoZmDdF%XeQhTDT|8QoU{@2+c< zhDmDC@{n1cEmIP!SWjYpx~{m`w~WEuXSEh7+$cWWHfRm=Eave#C02_2dXS+*?-cV% z#OLJvczIx34OFdTSqO;mYAcTEEVaBi%}^*V<^NgU+|@i^WmKUWUr%FhcQWbJTJFX? zll$YdRmL#DyNwL?`oW8|IS!7+GCdl+i(EQX6#%`7mR2u`H1Fv*Ru@4vqIS=AsGnLW& zHFY}>X_$%aNOJF2+lICihV*4vogqKI31Kh+45&dA|55QUxG`k2e~$xh_ATdk4Uv(4 zVU-%HlF4bzJ!tDIRPYo~s=DB11h8Z$-=9%ayFldIsv)y&ntsst8 zvxF?tJb9dPwiKc6G;BY}6GIYk@pV74Idqmd)+~!ymcKRwkLEFtXDNBplUl*U-ydXe zkyZ*n%DXX%46BLoJOoDGjMRso*Vi>)olS_WY?CIq!1}@Q`nr+a1a%1VqIf`XGO)@sf9wviQEgXj1Ey8i!;pZZc>wm69Z0000Px$AW1|)R5*=glRIL>Kny}3+9}hd&;4&{kwPEa$u#5j3V{&T_t%dFfH1~RZ0e0b z`tbk%WX{RFkOW<38&e&eMoJ8X0^1<<4H!;UE`HCj*hbCXFBS~u=!vx7Hy~8Az$%rE zRjly@8*ZjQM~ZGIs%JGlFM!?J-0bCK6bwlSuY6Y|(SJx%Sf55}E z_iRX7g&vb@3tp%mvqr@0H#=Ns0b^giM%1h&^?p`Mt{RiD-~_~ZGT-vMQA-zh9+DZQ zyf`627e5m@lA}YUPT*{&bbScDz|544xxU@$k7Fom)T3F`_&Z@#SvEPx(j!8s8R9J=WmrrjKM;OL`GdsJRdTqx|h=k&Rph5(-s8!&AR6anY2&v~voH)P- z;J}yY7l1SBCqR+H1&Lb^5YbEd6M;nj2nq>~?Ony=*_j^3YdgVCfzop6D~)!&o_XGP z-ktZ^_Ypt+vgO`ohRhh+SqGiI1;C^YFfDXPV_gSnJLFa(FaQYauZ20O{1rtYEmp=z z5fjA`s0u2n0T3leD3@YNO7V3`q26VN=WD-Xn(LT!2XU?ez|!<4izl1ZqXrd`f-_X4 z2HWLOlOZh|fl#zu!ltgV@}kOex9$UcSfi0lp{mFD=G6D7%ot2_oxJoXi)Wv3b^av) zbM05C^eV6BrWpvCFJaRWNFH8aH4i-0_>j8pv`u$TMw{L@1Qrf zIT7vxaQ#dQz{+omcGf}Z^ey6CgRAo|nO@sqqWcDbiG|Ckg=+-K3`!{oLLY#XhX-J- zzsb9p?|vr#@dj%3CUW&Q0Ml!5bw1&4w~lVU<#4qBz?4ZFEKP4R*M3FR-DYCpG63<# z8>opYK~(ZHdl?{z{59A6k$TUA;(6XB0P^@Nf{Qo$)9mW6%(Y*!6mD`aZJ;nM7Ed-& z>$^nKq86_C$O`9CGH@cp(f7k9LtiOHK)uI#4>x*r8~u8h#gk3$J#V3OM^ld)NZUc4 zzC@7B^fol)yl~d5bq;XAz`5H0+jb#J2%wKEPhUblyH7o8pgS6AU5AQDeW}f!M=9kG z-SCbM0!uY|yfS~msD5z}%BCMaXK9$<{Y zm?39H7Dn#wz<6)YU=szd-Fkot%Cua96frW2BQ|vnD`V`_JLKsbKXe8<9SY(DUdM3S z3+Fl|*I6IeKD~pLF`K$Z6h|mjg_RdoF4QN{8{4SWn*jYbs_1A4LQkoG(~>dNlKGz* zX0M6q;c6=}vy-g6sCvPok{Zk1I#)R6 zEO+ZvlG>MNLKP)Pa1U$T3XgOBOv?0{|HH2SO7!UV=Mg4WqC?*kZl9Xt*5l*2hc%)f zj-bk=m_{rfR|?a^)B++ebnRSkCJBKrI`uJ*kA@TJIO{N%^rJcrjjYjr5IIG y3ROJ@O)r=3_C(}T`0t5R)f1;Br4V0Qp8o|tjcV)f_hLu@00004 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/nether_vault_steel_ore_block.png b/src/main/resources/assets/ariasessentials/textures/block/nether_vault_steel_ore_block.png deleted file mode 100644 index dd5593c6f091c5c67c6dcd7175071aa8559d2bf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 879 zcmV-#1CacQP)Px&DM>^@R5**0SXM~TrSRf^$3?DRzD++U6N1y44hYd{E#agZCR4Tmb_vw#DNTM8oxxBjO=%*h^-`h;L7R!5!-(H^M2m&3~!Yky7D++I} zujxw?kw}E5q98U@l|SFUMT*79ELZG+V6jBD9VYq^``+a0<_pSI?%@V6sxw?9Xt7#nORP6o`YaieT0ne*7#_KixyF0{; zrco;tFjgzx4@V?K5xHDsW*QidM=q(d>3_uxeOxb~RBzI19+Fp8cAkguvRDk;r4o5n z#q&HKwcGr4alt2jN+F$Q>p0wPHoR=N$)rPx)K}keGR9JLh!+09)e&{ zK|$CESy}K!T`v#2pu0kR@Xh6Zs?t`O=2@FJM$YFczPEI)8b=imN zp0t`%6HGrf{HwpJue$!1PrTaP8&9=T z@7~G_Umd`o^N2ABeNcZ;00bY{d;e~Z?0Jv6`a3^-60L#4dNK)3DQH_y;XNH|xuSfF z1_Ix6bhPAhB`K`uY~SH+pRQa24XzWA;~>TbuIun;0`}ZF%Hjo-v*o85IEb9C{i#r9r5Aj0KN{3!Y{;*#U!OWNv2wq?iAT<&Yjn9;>he0b7PwI zf0_piUo3n^E+r;2%-?qhH|r)!8dOuUc=`zW*e0~h$aif-|NZl)@rQrS1ZMMbW22rF1ypr$vW zQ#@{WSCTrQrWK&*xdJ8Ep+rXMR_OVH$`;I&x2N%H8yf0)Y}D{YpVxuPo_|oTawu3W z4i@LTtn$;Xft!I2)bZF%PQ-OJI$#&OI6#TWZ0EbUP@zQRzbmUWUX%#SUVJ zDpN_^Of=9b9LbFL#@vc|H$`*I=|oj_`|&T%)Z(@@WA^|@y=~e*ZTd% zsEba37GYx#MK=VjGS&JAiZi*I0*$DPsKUfDJM9P0A|I^uPC!`WVXE~tufO+Sy1@xnYe zc@_^?lQ+7HMS3nU*)RRvh3dC{p5Qs{GC4O?E1mck)be;TcAE0@6wj-!`_0@inm5`f z7SnS*{{VB3-VY6ueqO$P zij)8SfG@kpm>8367{7|CE9c2tlVsaw*#G2XloGDF>?&?}XeVX61f}RL7ffxQ<^LOS VDFPi}KLG#$002ovPDHLkV1iS=wIKii literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..25b90693496960399ae6b7b4797d109057442279 GIT binary patch literal 1354 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 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png new file mode 100644 index 0000000000000000000000000000000000000000..21c96f550814f6e40faef05a85d2d1351cde534e GIT binary patch literal 1331 zcmV-31Px(?MXyIR9J<*m&=P>MHI$=^|<$T_n5?(w}gPtAcDlb2q8WQE`hj4u$(!i5>eWMZP@%=FCkboZ^tad97gyXTdc78IwtZ{6?v z&N+3fPN~bko)D)3I%=Yhq+(GD1Yz&}XPCMCD$CB3Sku@ukp@Tr&;Xw zNm~i|z_D-7HWc7OEdCV+?_KolXwhz|i50=f4Ly=T=q zrsw8}z{1?;SVW<;qLUpJ|pnSy2- z8pIWmXibQ*7F(qwF^1F_4&VPSX}S-4`ioas?Dl!`$lKVGu(svcl;PiS0X8BcfEGbS zYH|@NFhi)Zg)T}TL|5OjX{`1t=SJ&dT&1DewI1*5JU1oA8cbst4u1or_zc@q*=S-j z=MAs5Qe%6-W>HXO$gB7D1h&z-oTUl@Sv#fvYl5`;U6F6J07p3xq?%h{OyZWwisI4M z=t6wsGaGZP*|#ERv{6-kz2^mCLhxO*h_KQftRdQL$Ge#}i8m4^C~eUp3bU6MniAKO zeGAMtf}^o7ANzpkADiat>J5V20U-+5zWq6r%Fx$mPtxzbb^Am&+5VV$fqw6Mv^KCf z^z|+_)@0p(Z?3I_A;6D+t&qnQO@vNjHYdFmAzR=W6s_z48Vzl$i?f`@ncg^FZ>LS- zRXvm=tz!B8my^~7XaH?VI6<`Db3{nBB1$akf$qQ&leKE2NO7=GtXwIDZsl?1OjQ@G z!7b++-9n>aX4%yhOl4z?Ys5&iuM?e(NaF-{h_MuqVD}$*lV^5Z<-(OPnow0V)p=gp zvF&w(NHmEuLg0yq-@uqQ`kza$vvU1Cd|5z_*@3Ki^-~U zB$*{dKe`w6hC`<3=Ki;L&pG$AaLwGJVY zv(o*J?K_WBRB*+{;ll#f>;x1d9;GsZpJ%y0!&3JfY_gwD=Rw-pA&kkeW;@e={y+#R p+otYe*N%IM!2t>%9i40&{{sEQx_>ASsAvEH002ovPDHLkV1j)VfiVC8 literal 0 HcmV?d00001 diff --git a/src/main/resources/data/ariasessentials/dimension/resource.json b/src/main/resources/data/ariasessentials/dimension/resource.json index 8fe501e..77b8acd 100644 --- a/src/main/resources/data/ariasessentials/dimension/resource.json +++ b/src/main/resources/data/ariasessentials/dimension/resource.json @@ -2,7 +2,7 @@ "type": "ariasessentials:resource", "generator": { "type": "minecraft:noise", - "settings": "ariasessentials:resource", + "settings": "minecraft:overworld", "biome_source": { "type": "minecraft:multi_noise", "biomes": [ @@ -123073,7 +123073,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -123100,7 +123100,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -123235,7 +123235,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -123262,7 +123262,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -126583,7 +126583,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -126610,7 +126610,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -126745,7 +126745,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -126772,7 +126772,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -127285,7 +127285,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -127312,7 +127312,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -127447,7 +127447,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -127474,7 +127474,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -140839,7 +140839,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -140866,7 +140866,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -140947,7 +140947,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -140974,7 +140974,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -144349,7 +144349,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -144376,7 +144376,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -144457,7 +144457,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -144484,7 +144484,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -145051,7 +145051,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -145078,7 +145078,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -145159,7 +145159,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -145186,7 +145186,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -157741,7 +157741,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -157768,7 +157768,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -157849,7 +157849,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -157876,7 +157876,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -160711,7 +160711,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -160738,7 +160738,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -160819,7 +160819,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -160846,7 +160846,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -161305,7 +161305,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -161332,7 +161332,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -161413,7 +161413,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -161440,7 +161440,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -173239,7 +173239,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -173266,7 +173266,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -173347,7 +173347,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -173374,7 +173374,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -176749,7 +176749,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -176776,7 +176776,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -176857,7 +176857,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -176884,7 +176884,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -177451,7 +177451,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -177478,7 +177478,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -177559,7 +177559,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -177586,7 +177586,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -191005,7 +191005,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -191032,7 +191032,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -191167,7 +191167,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -191194,7 +191194,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.45, @@ -194515,7 +194515,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -194542,7 +194542,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -194677,7 +194677,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -194704,7 +194704,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -195217,7 +195217,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -195244,7 +195244,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -195379,7 +195379,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, @@ -195406,7 +195406,7 @@ } }, { - "biome": "minecraft:cherry_grove", + "biome": "minecraft:meadow", "parameters": { "temperature": [ -0.15, diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/clear_glass_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/clear_glass_block.json deleted file mode 100644 index 9b75f32..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/clear_glass_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:clear_glass_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/clear_glass_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json deleted file mode 100644 index 06f1af8..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_recessed.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:clinker_brick_recessed" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/clinker_brick_recessed" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json deleted file mode 100644 index fd71e5b..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/clinker_brick_vertically_slit.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:clinker_brick_vertically_slit" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/clinker_brick_vertically_slit" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/compressed_obsidian_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/compressed_obsidian_block.json deleted file mode 100644 index 75d70f5..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/compressed_obsidian_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:compressed_obsidian_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/compressed_obsidian_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/compression_chamber.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/compression_chamber.json deleted file mode 100644 index b0425c3..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/compression_chamber.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:compression_chamber" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/compression_chamber" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/dark_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/dark_pool_light.json index fa9ea34..d98a3dd 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/dark_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/dark_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:dark_pool_light" + "name": "ariasessentials:dark_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/dark_pool_light" + "random_sequence": "ariasessentials:blocks/dark_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/deepslate_ilusium_ore_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/deepslate_ilusium_ore_block.json deleted file mode 100644 index d89f4ed..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/deepslate_ilusium_ore_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:deepslate_ilusium_ore_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/deepslate_ilusium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_light.json index 74dec93..97f41b6 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_blue_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:dirty_blue_pool_light" + "name": "ariasessentials:dirty_blue_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/dirty_blue_pool_light" + "random_sequence": "ariasessentials:blocks/dirty_blue_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_light.json index 095cc6a..3bc3ea3 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_green_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:dirty_green_pool_light" + "name": "ariasessentials:dirty_green_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/dirty_green_pool_light" + "random_sequence": "ariasessentials:blocks/dirty_green_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_light.json index e5becdd..6a2e0f8 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:dirty_pool_light" + "name": "ariasessentials:dirty_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/dirty_pool_light" + "random_sequence": "ariasessentials:blocks/dirty_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_light.json index 9bb9f77..78875e8 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/dirty_red_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:dirty_red_pool_light" + "name": "ariasessentials:dirty_red_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/dirty_red_pool_light" + "random_sequence": "ariasessentials:blocks/dirty_red_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_light.json index eeba2e8..e02caf2 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_blue_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:filthy_blue_pool_light" + "name": "ariasessentials:filthy_blue_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/filthy_blue_pool_light" + "random_sequence": "ariasessentials:blocks/filthy_blue_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_light.json index 10830c4..e5a4bf0 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_green_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:filthy_green_pool_light" + "name": "ariasessentials:filthy_green_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/filthy_green_pool_light" + "random_sequence": "ariasessentials:blocks/filthy_green_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_light.json index 1efdd9f..8ea7380 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:filthy_pool_light" + "name": "ariasessentials:filthy_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/filthy_pool_light" + "random_sequence": "ariasessentials:blocks/filthy_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_light.json index 8bd7d0f..daa6f5a 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/filthy_red_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:filthy_red_pool_light" + "name": "ariasessentials:filthy_red_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/filthy_red_pool_light" + "random_sequence": "ariasessentials:blocks/filthy_red_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/green_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/green_pool_light.json index 3ce14d8..ac9604c 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/green_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/green_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:green_pool_light" + "name": "ariasessentials:green_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/green_pool_light" + "random_sequence": "ariasessentials:blocks/green_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_block.json deleted file mode 100644 index 0e11678..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:ilusium_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/ilusium_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_ore_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_ore_block.json deleted file mode 100644 index 79c6004..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/ilusium_ore_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:ilusium_ore_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/ilusium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/item_scrubber.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/item_scrubber.json deleted file mode 100644 index cf5ffdc..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/item_scrubber.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:item_scrubber" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/item_scrubber" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/layered_compressed_obsidian_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/layered_compressed_obsidian_block.json deleted file mode 100644 index 6e6efc1..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/layered_compressed_obsidian_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:layered_compressed_obsidian_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/layered_compressed_obsidian_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/magical_scrubber.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/magical_scrubber.json deleted file mode 100644 index ef6dc9a..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/magical_scrubber.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:magical_scrubber" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/magical_scrubber" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/nether_vault_steel_ore_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/nether_vault_steel_ore_block.json deleted file mode 100644 index c4db0e6..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/nether_vault_steel_ore_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "ariasessentials:nether_vault_steel_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "ariasessentials:raw_vault_steel_ore" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/nether_vault_steel_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/pool_light.json index d4ceb07..918c1fc 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:pool_light" + "name": "ariasessentials:pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/pool_light" + "random_sequence": "ariasessentials:blocks/pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/red_pool_light.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/red_pool_light.json index cf07a69..18dd6bc 100644 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/red_pool_light.json +++ b/src/main/resources/data/ariasessentials/loot_tables/blocks/red_pool_light.json @@ -11,11 +11,11 @@ "entries": [ { "type": "minecraft:item", - "name": "ariasessentials:red_pool_light" + "name": "ariasessentials:red_pool_tile_light" } ], "rolls": 1.0 } ], - "random_sequence": "ariasessentials:blocks/red_pool_light" + "random_sequence": "ariasessentials:blocks/red_pool_tile_light" } \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/stable_singularity.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/stable_singularity.json deleted file mode 100644 index c82e415..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/stable_singularity.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:stable_singularity" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/stable_singularity" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json deleted file mode 100644 index 9530d54..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json deleted file mode 100644 index 0a8181c..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_block.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_block" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json deleted file mode 100644 index 6fb12d1..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_stairs" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json deleted file mode 100644 index 3e63e57..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_dr.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_stairs_dr" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_dr" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json deleted file mode 100644 index 01e03ad..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_lr.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_stairs_lr" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_lr" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json deleted file mode 100644 index 125acdd..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_stairs_rr.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_stairs_rr" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_stairs_rr" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json deleted file mode 100644 index 4bb9da5..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_catwalk_top.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_catwalk_top" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_catwalk_top" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json deleted file mode 100644 index 6eb3d4c..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_floor_grating" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_floor_grating" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json deleted file mode 100644 index f9c7d34..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_floor_grating_top.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_floor_grating_top" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_floor_grating_top" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_table.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_table.json deleted file mode 100644 index 365255f..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/steel_table.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:steel_table" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/steel_table" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/uncrafter.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/uncrafter.json deleted file mode 100644 index fe0eb19..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/uncrafter.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "ariasessentials:uncrafter" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/uncrafter" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/loot_tables/blocks/vault_steel_ore_block.json b/src/main/resources/data/ariasessentials/loot_tables/blocks/vault_steel_ore_block.json deleted file mode 100644 index eac8695..0000000 --- a/src/main/resources/data/ariasessentials/loot_tables/blocks/vault_steel_ore_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "ariasessentials:vault_steel_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "ariasessentials:raw_vault_steel_ore" - } - ] - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "ariasessentials:blocks/vault_steel_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/encased_singularity.json b/src/main/resources/data/ariasessentials/recipes/encased_singularity.json deleted file mode 100644 index 3f94894..0000000 --- a/src/main/resources/data/ariasessentials/recipes/encased_singularity.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "QQQ", - "QZQ", - "QQQ" - ], - "key": { - "Q": { - "tag": "forge:stone" - }, - "Z": { - "item": "ariasessentials:stable_singularity" - } - }, - "result": { - "item": "ariasessentials:encased_singularity", - "count": 1 - } -} diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recessed_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recessed_recipe.json deleted file mode 100644 index ffe6c25..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_recessed_recipe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "ariasessentials:clinker_brick_vertically_slit" - } - ], - "result": { - "item": "ariasessentials:clinker_brick_recessed" - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_from_recessed_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_from_recessed_recipe.json deleted file mode 100644 index 68c9058..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_from_recessed_recipe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "ariasessentials:clinker_brick_recessed" - } - ], - "result": { - "item": "ariasessentials:clinker_brick_vertically_slit" - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_recipe.json deleted file mode 100644 index 0ed71ef..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/clinker_brick_vertically_slit_recipe.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "BS", - "BS", - "BS" - ], - "key": { - "B": { - "item": "ariasessentials:clinker_brick_block" - }, - "S": { - "item": "ariasessentials:clinker_brick_vertical_slab_structured" - } - }, - "result": { - "item": "ariasessentials:clinker_brick_vertically_slit", - "count": 3 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_immersiveengineering.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_immersiveengineering.json deleted file mode 100644 index 81ff080..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/rebar_concrete_block_immersiveengineering.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "SCS", - "CSC", - "SCS" - ], - "key": { - "C": { - "item": "immersiveengineering:concrete" - }, - "S": { - "item": "ariasessentials:metal_bar" - } - }, - "result": { - "item": "ariasessentials:rebar_concrete", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_immersiveengineering.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_immersiveengineering.json deleted file mode 100644 index b93a987..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/slag_brick_immersiveengineering.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "BBB", - "BSB", - "BBB" - ], - "key": { - "B": { - "tag": "ariasessentials:brick_ingots" - }, - "S": { - "item": "immersiveengineering:slag" - } - }, - "result": { - "item": "ariasessentials:slag_brick_block", - "count": 8 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_from_top.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_from_top.json deleted file mode 100644 index 0c57a29..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_from_top.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "ariasessentials:steel_catwalk_top" - } - ], - "result": { - "item": "ariasessentials:steel_catwalk" - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_recipe.json deleted file mode 100644 index 7b1fc20..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_recipe.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "S S", - " S ", - "S S" - ], - "key": { - "S": { - "item": "ariasessentials:metal_bar" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk", - "count": 4 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_dr.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_dr.json deleted file mode 100644 index 0f177b1..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_dr.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "RSR" - ], - "key": { - "S": { - "item": "ariasessentials:steel_catwalk" - }, - "R": { - "item": "ariasessentials:steel_railing" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk_stairs_dr", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_lr.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_lr.json deleted file mode 100644 index 70b786d..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_lr.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "RS " - ], - "key": { - "S": { - "item": "ariasessentials:steel_catwalk" - }, - "R": { - "item": "ariasessentials:steel_railing" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk_stairs_lr", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_recipe.json deleted file mode 100644 index 6cd4c87..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_recipe.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "S ", - "SS ", - "SSS" - ], - "key": { - "S": { - "item": "ariasessentials:steel_catwalk" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk_stairs", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_rr.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_rr.json deleted file mode 100644 index 0562915..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_stairs_rr.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " SR" - ], - "key": { - "S": { - "item": "ariasessentials:steel_catwalk" - }, - "R": { - "item": "ariasessentials:steel_railing" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk_stairs_rr", - "count": 6 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_top.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_top.json deleted file mode 100644 index 39277fa..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_catwalk_top.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "ariasessentials:steel_catwalk" - } - ], - "result": { - "item": "ariasessentials:steel_catwalk_top" - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_floor_grating_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_floor_grating_recipe.json deleted file mode 100644 index 9752279..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_floor_grating_recipe.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "ariasessentials:steel_catwalk" - } - }, - "result": { - "item": "ariasessentials:steel_floor_grating", - "count": 2 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_railing.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_railing.json deleted file mode 100644 index 840784f..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_railing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "WWW", - "W W" - ], - "key": { - "W": { - "item": "ariasessentials:metal_bar" - } - }, - "result": { - "item": "ariasessentials:steel_railing", - "count": 3 - } -} diff --git a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_table_recipe.json b/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_table_recipe.json deleted file mode 100644 index 917ed39..0000000 --- a/src/main/resources/data/ariasessentials/recipes/engineersdecor/finalized/steel_table_recipe.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "WWW", - "S S", - "S S" - ], - "key": { - "W": { - "item": "ariasessentials:metal_bar" - }, - "S": { - "item": "ariasessentials:thin_steel_pole" - } - }, - "result": { - "item": "ariasessentials:steel_table", - "count": 2 - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/steel_catwalk_block.json b/src/main/resources/data/ariasessentials/recipes/steel_catwalk_block.json deleted file mode 100644 index fd1693b..0000000 --- a/src/main/resources/data/ariasessentials/recipes/steel_catwalk_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA", - "A A", - "AAA" - ], - "key": { - "A": { - "tag": "ariasessentials:catwalk" - } - }, - "result": { - "item": "ariasessentials:steel_catwalk_block" - } -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json index bfb57c6..9e902c6 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/blue_pool_light.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "ariasessentials:blue_pool_light", + "item": "ariasessentials:blue_pool_tile_light", "count": 4 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json index 0214773..e2aa242 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:blue_pool_light" + "item": "ariasessentials:blue_pool_tile_light" }, { "item": "minecraft:slime_ball" } ], "result": { - "item": "ariasessentials:dirty_blue_pool_light", + "item": "ariasessentials:dirty_blue_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json index 3a00e4e..0b34ae2 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:dirty_blue_pool_light" + "item": "ariasessentials:dirty_blue_pool_tile_light" }, { "item": "minecraft:slime_block" } ], "result": { - "item": "ariasessentials:filthy_blue_pool_light", + "item": "ariasessentials:filthy_blue_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json index ee881a7..f2e1d1a 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:pool_light" + "item": "ariasessentials:pool_tile_light" }, { "item": "minecraft:slime_ball" } ], "result": { - "item": "ariasessentials:dirty_pool_light", + "item": "ariasessentials:dirty_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json index 4657ac0..6b90ad3 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:dirty_pool_light" + "item": "ariasessentials:dirty_pool_tile_light" }, { "item": "minecraft:slime_block" } ], "result": { - "item": "ariasessentials:filthy_pool_light", + "item": "ariasessentials:filthy_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json index 38e94d4..2655a56 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/clean/pool_light.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "ariasessentials:pool_light", + "item": "ariasessentials:pool_tile_light", "count": 4 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dark_pool_tile_stairs.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json similarity index 100% rename from src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dark_pool_tile_stairs.json rename to src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tile_stairs.json diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dark_pool_tiles.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json similarity index 100% rename from src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/blue/dark_pool_tiles.json rename to src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/dark/dark_pool_tiles.json diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json index 1ac2e8a..7c3080c 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:pool_light" + "item": "ariasessentials:green_pool_tile_light" }, { "item": "minecraft:slime_ball" } ], "result": { - "item": "ariasessentials:dirty_green_pool_light", + "item": "ariasessentials:dirty_green_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json index 98f88b1..2342eeb 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:dirty_green_pool_light" + "item": "ariasessentials:dirty_green_pool_tile_light" }, { "item": "minecraft:slime_block" } ], "result": { - "item": "ariasessentials:filthy_green_pool_light", + "item": "ariasessentials:filthy_green_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json index 5fa5977..9350197 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/green/green_pool_light.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "ariasessentials:green_pool_light", + "item": "ariasessentials:green_pool_tile_light", "count": 4 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json index d0bd6c0..4882cbc 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:red_pool_light" + "item": "ariasessentials:red_pool_tile_light" }, { "item": "minecraft:slime_block" } ], "result": { - "item": "ariasessentials:dirty_red_pool_light", + "item": "ariasessentials:dirty_red_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json index f218e76..6f4dd48 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json @@ -2,14 +2,14 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "ariasessentials:dirty_red_pool_light" + "item": "ariasessentials:dirty_red_pool_tile_light" }, { "item": "minecraft:slime_block" } ], "result": { - "item": "ariasessentials:filthy_red_pool_light", + "item": "ariasessentials:filthy_red_pool_tile_light", "count": 1 } } diff --git a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json index b297490..d71bfdd 100644 --- a/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json +++ b/src/main/resources/data/ariasessentials/recipes/thresholds/decorative/pool/red/red_pool_light.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "ariasessentials:red_pool_light", + "item": "ariasessentials:red_pool_tile_light", "count": 4 } } diff --git a/src/main/resources/data/ariasessentials/recipes/unstable_singularity.json b/src/main/resources/data/ariasessentials/recipes/unstable_singularity.json deleted file mode 100644 index 6c5edd2..0000000 --- a/src/main/resources/data/ariasessentials/recipes/unstable_singularity.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": ["cb"], - "key": { - "c": { - "item": "minecraft:feather" - }, - "b": { - "item": "ariasessentials:stable_singularity" - } - }, - "result": { - "item": "ariasessentials:singularity", - "count": 1 - } -} diff --git a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/cyan.json b/src/main/resources/data/ariasessentials/tags/blocks/thresholds/cyan.json deleted file mode 100644 index cadd0e7..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/cyan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "values": [ - "ariasessentials:cyan", - "ariasessentials:cyan_tile", - "ariasessentials:cyan_stairs", - "ariasessentials:cyan_tile_br", - "ariasessentials:cyan_tile_to_wall", - "ariasessentials:cyan_wall", - "ariasessentials:cyan_wall2" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/lime.json b/src/main/resources/data/ariasessentials/tags/blocks/thresholds/lime.json deleted file mode 100644 index a45a882..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/lime.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "values": [ - "ariasessentials:lime", - "ariasessentials:lime_tile", - "ariasessentials:lime_stairs", - "ariasessentials:lime_tile_br", - "ariasessentials:lime_tile_to_wall", - "ariasessentials:lime_wall", - "ariasessentials:lime_wall2" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/pool.json b/src/main/resources/data/ariasessentials/tags/blocks/thresholds/pool.json deleted file mode 100644 index 8640f4a..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/pool.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "values": [ - "ariasessentials:pool_tile", - "ariasessentials:pool_tile_stairs", - "ariasessentials:pool_tile_slab", - "ariasessentials:pool_light", - "ariasessentials:dirty_pool_tile", - "ariasessentials:dirty_pool_tile_stairs", - "ariasessentials:dirty_pool_tile_slab", - "ariasessentials:dirty_pool_tile_wall", - "ariasessentials:dirty_pool_light", - "ariasessentials:filthy_pool_light", - - "ariasessentials:dark_pool_tile", - "ariasessentials:dark_pool_tile_stairs", - "ariasessentials:dark_pool_tile_slab", - "ariasessentials:dark_pool_light", - - "ariasessentials:green_pool_tile", - "ariasessentials:green_pool_tile_stairs", - "ariasessentials:green_pool_tile_slab", - "ariasessentials:green_pool_tile_wall", - "ariasessentials:green_pool_light", - "ariasessentials:dirty_green_pool_tile", - "ariasessentials:dirty_green_pool_tile_stairs", - "ariasessentials:dirty_green_pool_tile_slab", - "ariasessentials:dirty_green_pool_tile_wall", - "ariasessentials:dirty_green_pool_light", - "ariasessentials:filthy_green_pool_light", - - "ariasessentials:blue_pool_tile", - "ariasessentials:blue_pool_tile_stairs", - "ariasessentials:blue_pool_tile_slab", - "ariasessentials:blue_pool_tile_wall", - "ariasessentials:blue_pool_light", - "ariasessentials:dirty_blue_pool_tile", - "ariasessentials:dirty_blue_pool_tile_stairs", - "ariasessentials:dirty_blue_pool_tile_slab", - "ariasessentials:dirty_blue_pool_tile_wall", - "ariasessentials:dirty_blue_pool_light", - "ariasessentials:filthy_blue_pool_light", - - "ariasessentials:red_pool_tile", - "ariasessentials:red_pool_tile_stairs", - "ariasessentials:red_pool_tile_slab", - "ariasessentials:red_pool_tile_wall", - "ariasessentials:red_pool_light", - "ariasessentials:dirty_red_pool_tile", - "ariasessentials:dirty_red_pool_tile_stairs", - "ariasessentials:dirty_red_pool_tile_slab", - "ariasessentials:dirty_red_pool_tile_wall", - "ariasessentials:dirty_red_pool_light", - "ariasessentials:filthy_red_pool_light" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/red.json b/src/main/resources/data/ariasessentials/tags/blocks/thresholds/red.json deleted file mode 100644 index f67523f..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/thresholds/red.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "values": [ - "ariasessentials:blood_red", - "ariasessentials:red_tile", - "ariasessentials:red_stairs", - "ariasessentials:red_tile_br", - "ariasessentials:red_tile_to_wall", - "ariasessentials:red_wall", - "ariasessentials:red_wall2" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables.json b/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables.json deleted file mode 100644 index b0f2ed2..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "#ariasessentials:uncrafting_tables/uncrafter" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables/uncrafter.json b/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables/uncrafter.json deleted file mode 100644 index cf5be9c..0000000 --- a/src/main/resources/data/ariasessentials/tags/blocks/uncrafting_tables/uncrafter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "twilightforest:uncrafting_table", - "minecraft:crafting_table" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/items/accepted_mineral_smelter_input.json b/src/main/resources/data/ariasessentials/tags/items/accepted_mineral_smelter_input.json deleted file mode 100644 index e31ba7b..0000000 --- a/src/main/resources/data/ariasessentials/tags/items/accepted_mineral_smelter_input.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "replace": false, - "values": [ - "#forge:stone", - "minecraft:stone", - "minecraft:granite", - "minecraft:polished_granite", - "minecraft:diorite", - "minecraft:polished_diorite", - "minecraft:andesite", - "minecraft:polished_andesite", - "minecraft:cobblestone", - "minecraft:sand", - "minecraft:red_sand", - "minecraft:gravel", - "minecraft:sandstone", - "minecraft:chiseled_sandstone", - "minecraft:cut_sandstone", - "minecraft:bricks", - "minecraft:mossy_cobblestone", - "minecraft:stone_bricks", - "minecraft:mossy_stone_bricks", - "minecraft:cracked_stone_bricks", - "minecraft:chiseled_stone_bricks", - "minecraft:white_terracotta", - "minecraft:orange_terracotta", - "minecraft:magenta_terracotta", - "minecraft:light_blue_terracotta", - "minecraft:yellow_terracotta", - "minecraft:lime_terracotta", - "minecraft:pink_terracotta", - "minecraft:gray_terracotta", - "minecraft:light_gray_terracotta", - "minecraft:cyan_terracotta", - "minecraft:purple_terracotta", - "minecraft:blue_terracotta", - "minecraft:brown_terracotta", - "minecraft:green_terracotta", - "minecraft:red_terracotta", - "minecraft:black_terracotta", - "minecraft:terracotta", - "minecraft:red_sandstone", - "minecraft:chiseled_red_sandstone", - "minecraft:smooth_stone", - "minecraft:smooth_sandstone", - "minecraft:smooth_red_sandstone", - "minecraft:white_glazed_terracotta", - "minecraft:orange_glazed_terracotta", - "minecraft:magenta_glazed_terracotta", - "minecraft:light_blue_glazed_terracotta", - "minecraft:yellow_glazed_terracotta", - "minecraft:lime_glazed_terracotta", - "minecraft:pink_glazed_terracotta", - "minecraft:gray_glazed_terracotta", - "minecraft:light_gray_glazed_terracotta", - "minecraft:cyan_glazed_terracotta", - "minecraft:purple_glazed_terracotta", - "minecraft:blue_glazed_terracotta", - "minecraft:brown_glazed_terracotta", - "minecraft:green_glazed_terracotta", - "minecraft:red_glazed_terracotta", - "minecraft:black_glazed_terracotta" - ] -} diff --git a/src/main/resources/data/ariasessentials/tags/items/catwalk.json b/src/main/resources/data/ariasessentials/tags/items/catwalk.json deleted file mode 100644 index 124a07c..0000000 --- a/src/main/resources/data/ariasessentials/tags/items/catwalk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "ariasessentials:steel_catwalk", - "ariasessentials:steel_catwalk_top" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables.json b/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables.json deleted file mode 100644 index b0f2ed2..0000000 --- a/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "#ariasessentials:uncrafting_tables/uncrafter" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables/uncrafter.json b/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables/uncrafter.json deleted file mode 100644 index cf5be9c..0000000 --- a/src/main/resources/data/ariasessentials/tags/items/uncrafting_tables/uncrafter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "twilightforest:uncrafting_table", - "minecraft:crafting_table" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 1729d95..fbcb62e 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -5,6 +5,7 @@ "ariasessentials:eternium_ore_block", "ariasessentials:deepslate_eternium_ore_block", "ariasessentials:eternium_block", + "ariasessentials:mini_sun", "#ariasessentials:pool_tiles", diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json index e14f1ee..a56f1e5 100644 --- a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json +++ b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - + "ariasessentials:mini_sun" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json index 947d282..c8e10a3 100644 --- a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json +++ b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json @@ -12,6 +12,7 @@ "ariasessentials:rebar_concrete_tile_slab", "ariasessentials:rebar_concrete_tile_stairs", "ariasessentials:eternium_block", + "ariasessentials:mini_sun", "#ariasessentials:pool_tiles", "minecraft:spawner"