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 0000000..e913a81 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile.png differ 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 0000000..c3120f1 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/cyan_pool_tile_light.png differ 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 0000000..748b517 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile.png differ 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 0000000..3672654 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_cyan_pool_tile_light.png differ 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 0000000..4d451a5 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile.png differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile_light.png new file mode 100644 index 0000000..fa4d1fe Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_purple_pool_tile_light.png differ 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 0000000..04f1b70 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile.png differ 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 0000000..03dedf0 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/dirty_yellow_pool_tile_light.png differ 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 0000000..56a4452 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/filthy_cyan_pool_tile_light.png differ 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 0000000..1f15610 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/filthy_purple_pool_tile_light.png differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_red_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_red_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/filthy_red_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/filthy_red_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/filthy_yellow_pool_tile_light.png b/src/main/resources/assets/ariasessentials/textures/block/filthy_yellow_pool_tile_light.png new file mode 100644 index 0000000..f2c071a Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/filthy_yellow_pool_tile_light.png differ 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 0bc5b12..0000000 Binary files a/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.aseprite and /dev/null differ 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 fce8ed1..0000000 Binary files a/src/main/resources/assets/ariasessentials/textures/block/ilusium_portal.png and /dev/null differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/layered_compressed_obsidian_block.png b/src/main/resources/assets/ariasessentials/textures/block/layered_compressed_obsidian_block.png deleted file mode 100644 index 0bbd425..0000000 Binary files a/src/main/resources/assets/ariasessentials/textures/block/layered_compressed_obsidian_block.png and /dev/null differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/mini_sun.png b/src/main/resources/assets/ariasessentials/textures/block/mini_sun.png new file mode 100644 index 0000000..b7be5d2 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/mini_sun.png differ 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 dd5593c..0000000 Binary files a/src/main/resources/assets/ariasessentials/textures/block/nether_vault_steel_ore_block.png and /dev/null differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile.png new file mode 100644 index 0000000..acd62e4 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile.png differ 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 0000000..25b9069 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/purple_pool_tile_light.png differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/red_pool_light.png b/src/main/resources/assets/ariasessentials/textures/block/red_pool_tile_light.png similarity index 100% rename from src/main/resources/assets/ariasessentials/textures/block/red_pool_light.png rename to src/main/resources/assets/ariasessentials/textures/block/red_pool_tile_light.png diff --git a/src/main/resources/assets/ariasessentials/textures/block/vault_steel_ore_block.png b/src/main/resources/assets/ariasessentials/textures/block/vault_steel_ore_block.png deleted file mode 100644 index 0b6e5d7..0000000 Binary files a/src/main/resources/assets/ariasessentials/textures/block/vault_steel_ore_block.png and /dev/null differ diff --git a/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png b/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png new file mode 100644 index 0000000..eeb763b Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile.png differ 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 0000000..21c96f5 Binary files /dev/null and b/src/main/resources/assets/ariasessentials/textures/block/yellow_pool_tile_light.png differ 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"