diff --git a/config/SkipTransitions.properties b/config/SkipTransitions.properties deleted file mode 100644 index a320a7d2a..000000000 --- a/config/SkipTransitions.properties +++ /dev/null @@ -1,17 +0,0 @@ - -# Skip Transitions -# by TrufflezMC - - -# Remove fade animations on the title screen (default=true) -removeTitleScreenFade=true - -# Remove fade animation for Mojang logo when applying resourcepack changes (default=true) -removeSplashFade=true - -# Remove slide animation for advancements, recipes, etc (default=true) -removeToastsSlide=true - -# Remove the associated "whoosh" sound effect (default=true) -removeToastsSFX=true - diff --git a/config/animatica.properties b/config/animatica.properties deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/astraladditions/combatmusic.txt b/config/astraladditions/combatmusic.txt new file mode 100644 index 000000000..27ba77dda --- /dev/null +++ b/config/astraladditions/combatmusic.txt @@ -0,0 +1 @@ +true diff --git a/config/astraladditions/musicdata.txt b/config/astraladditions/musicdata.txt new file mode 100644 index 000000000..4b095fd0f --- /dev/null +++ b/config/astraladditions/musicdata.txt @@ -0,0 +1,2 @@ +false +false diff --git a/config/beautify.json b/config/beautify.json new file mode 100644 index 000000000..fe60762ca --- /dev/null +++ b/config/beautify.json @@ -0,0 +1,9 @@ +{ + "blinds": { + "searchRadius": 6, + "opensFromRoot": true + }, + "houses": { + "botanistSpawnWeight": 2 + } +} \ No newline at end of file diff --git a/config/blanket_client-fixes.json b/config/blanket_client-fixes.json deleted file mode 100644 index 468c4d5c0..000000000 --- a/config/blanket_client-fixes.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "aboutConfig": "Blanket config: The mod only cares about the *value* property, you can edit, delete the others.", - "aboutConfig2": "But if you save the config from the mod, it will override this file.", - "aboutConfig3": "Good luck!", - "extraLog": { - "description": "The only internal config. Toggle how much log should blanket create", - "issues": [], - "categories": [ - "EXPERIMENTAL" - ], - "value": true - }, - "mouseCloseNotHandledFix": { - "description": "Fix inventory can not be closed by mouse button.", - "issues": [ - "MC-577" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "UI" - ], - "value": true - }, - "chatLagFix": { - "description": "Fix chat lag on multiplayer servers", - "issues": [ - "MC-247973" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "PERFORMANCE" - ], - "value": true - }, - "lavaDamageDesyncFix": { - "description": "Fix lava damaging entities client-side leading to de-sync", - "issues": [ - "MC-246465" - ], - "categories": [ - "BUGFIX", - "EXPERIMENTAL" - ], - "value": false - }, - "entityDamageDesyncFix": { - "description": "Fix client damaging items \u0026 experience orbs leading to de-sync", - "issues": [ - "MC-53850" - ], - "categories": [ - "BUGFIX", - "EXPERIMENTAL" - ], - "value": false - }, - "guardianBeamRenderFix": { - "description": "Fix guardian beam not rendering due to world time being too high\nSodium-extra has the same fix", - "issues": [ - "MC-165595" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "RENDER" - ], - "value": true - }, - "sharedEntityIdFix": { - "description": "Fix entity id being shared by the client renderer and integrated server", - "issues": [ - "MC-238384" - ], - "categories": [ - "BUGFIX", - "SINGLEPLAYER" - ], - "value": true - }, - "rotatePlayerWithMinecart": { - "description": "Rotate the player with the minecart if it turns", - "issues": [], - "categories": [ - "TWEAK", - "EXPERIMENTAL" - ], - "value": false, - "extra": { - "rotatePlayerWithMinecart_smartMode": true, - "rotatePlayerWithMinecart_threshold": 8, - "rotatePlayerWithMinecart_alwaysLookForward": false - } - }, - "optimizedBiomeAccess": { - "description": "Optimized the getBiome call to be 25% - 75% faster", - "issues": [], - "categories": [ - "PERFORMANCE", - "RECOMMENDED" - ], - "value": true - }, - "crystalsTargetDeadDragonFix": { - "description": "Fix end crystals attempting to heal the ender dragon", - "issues": [ - "MC-187100" - ], - "categories": [ - "BUGFIX" - ], - "value": true - }, - "wolfTailSpinFix": { - "description": "Fix wolf tail spinning if health is increased", - "issues": [ - "MC-175622" - ], - "categories": [ - "BUGFIX", - "RENDER" - ], - "value": true - }, - "fixSwappedAmethystSound": { - "description": "Fix switched amethyst sound", - "issues": [ - "MC-248223" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED" - ], - "value": true - } -} \ No newline at end of file diff --git a/config/c2me-compat.toml b/config/c2me-compat.toml deleted file mode 100644 index d3f5a12fa..000000000 --- a/config/c2me-compat.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/config/c2me.toml b/config/c2me.toml deleted file mode 100644 index 0d907be6f..000000000 --- a/config/c2me.toml +++ /dev/null @@ -1,108 +0,0 @@ -version = 3 -# (Default: 3) Configures the parallelism of global executor -globalExecutorParallelism = "default" - -# Configuration for io system -[ioSystem] - # (Default: true) Whether to use async chunk loading & unloading - async = "default" - # (Default: -1) Defines which chunk compression should be used - # -1 for Vanilla default - # 1 for GZip (RFC1952) (Vanilla compatible) - # 2 for Zlib (RFC1950) (Vanilla default) (Vanilla compatible) - # 3 for Uncompressed (Fastest, but higher disk usage) (Vanilla compatible) - # - # Original chunk data will still readable after modifying this option - # as this option only affects newly stored chunks - # Invalid values will fall back to vanilla default - # - chunkStreamVersion = "default" - # (Default: false) Whether to use the optimized implementation of IO system - replaceImpl = "default" - # (Default: 1536) Soft limit for io worker nbt cache - chunkDataCacheSoftLimit = "default" - # (Default: 6144) Hard limit for io worker nbt cache - chunkDataCacheLimit = "default" - -# Configuration for threaded world generation -[threadedWorldGen] - # (Default: true) Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel - # (may cause incompatibility with other mods) - allowThreadedFeatures = "default" - # (Default: true) Whether to allow reducing lock radius - # (may cause incompatibility with other mods) - reduceLockRadius = "default" - # (Default: true) Whether to enable this feature - enabled = "default" - -# Configuration for async scheduling system -[asyncScheduling] - # (Default: true) Whether to enable async and parallel scheduling - # This will reduce server thread load - # (may cause incompatibility with other mods) - # - enabled = "default" - -# Configuration for vanilla worldgen optimizations -[vanillaWorldGenOptimizations] - # (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen - # (may cause incompatibility with other mods) - optimizeAquifer = "default" - # (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen - # This is no longer included in lithium-fabric - # (may cause incompatibility with other mods) - # - useEndBiomeCache = "default" - -# Configuration for general optimizations -[generalOptimizations] - # (Default: true) Whether to enable mid-tick chunk tasks - # Mid-tick chunk tasks is to execute chunk tasks during server tick loop - # to speed up chunk loading and generation - # This helps chunks loading and generating under high MSPT but may raise - # MSPT when chunks are loading or generating - # - # Incompatible with Dimensional Threading (dimthread) - # - doMidTickChunkTasks = "default" - # (Default: true) Whether to let async chunk request no longer block server thread - # (may cause incompatibility with other mods) - optimizeAsyncChunkRequest = "default" - - # Configuration for auto-save - [generalOptimizations.autoSave] - # (Default: ENHANCED) Defines how auto save should be handled - # VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking) - # ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking) - # PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking) - # - # Please preserve quotes so this config don't break - # - mode = "default" - # (Default: 20000) Defines the delay in milliseconds between performing auto-save for a chunk - # This is only used when mode is set to ENHANCED - # - delay = "default" - -# Configuration for no-tick view distance -[noTickViewDistance] - # (Default: true) Whether to use compatibility mode to send chunks - # This may fix some mod compatibility issues - compatibilityMode = "default" - # (Default: false) Whether to ensure correct chunks within normal render distance - # This will send chunks twice increasing network load - ensureChunkCorrectness = "default" - # (Default: 12) No-tick view distance updates per tick - # Lower this for a better latency and higher this for a faster loading - updatesPerTick = "default" - # (Default: true) Whether to enable no-tick view distance - enabled = "default" - -[clientSideConfig] - - [clientSideConfig.modifyMaxVDConfig] - # (Default: true) Whether to modify maximum view distance - enabled = "default" - # (Default: 128) Max render distance allowed in game options - maxViewDistance = "default" - diff --git a/config/capybara.json b/config/capybara.json deleted file mode 100644 index cfe5ed15d..000000000 --- a/config/capybara.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "debugMode": false, - "spawnWeight": 3, - "minGroupSize": 1, - "maxGroupSize": 4 -} \ No newline at end of file diff --git a/config/carpet/default_carpet-fixes.conf b/config/carpet/default_carpet-fixes.conf deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/carpet/default_carpet.conf b/config/carpet/default_carpet.conf deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/cem.conf b/config/cem.conf deleted file mode 100644 index 043adeedc..000000000 --- a/config/cem.conf +++ /dev/null @@ -1,3 +0,0 @@ -"use_new_model_creation_fix"=true -"use_old_animations"=false -"use_optifine_folder"=true diff --git a/config/chunky.json b/config/chunky.json new file mode 100644 index 000000000..f52d4058b --- /dev/null +++ b/config/chunky.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "language": "en", + "continueOnRestart": false +} \ No newline at end of file diff --git a/config/collective-fabric.json5 b/config/collective-fabric.json5 deleted file mode 100644 index 7b8965e26..000000000 --- a/config/collective-fabric.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. - "transferItemsBetweenReplacedEntities": true, - // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. - // min: 1, max: 500 - "loopsAmountUsedToGetAllEntityDrops": 100, - // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. - // min: 0, max: 3600000 - "findABlockcheckAroundEntitiesDelayMs": 30000, - // Please check out https://stopmodreposts.org/ for more information on why this feature exists. - "enableAntiRepostingCheck": true, - // Enables pets for Patrons. Will be added in a future release. - "enablePatronPets": true -} \ No newline at end of file diff --git a/config/colormatic.properties b/config/colormatic.properties deleted file mode 100644 index 4cc1cfb90..000000000 --- a/config/colormatic.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Colormatic Config -#Fri Sep 02 16:31:17 BST 2022 -fog.clearSky=false -light.flickerBlockLight=true -fog.clearVoid=false -light.blendSkyLight=true -light.relativeBlockLightIntensity=-13.0 diff --git a/config/compressor/compressor.properties b/config/compressor/compressor.properties new file mode 100644 index 000000000..6541fe872 --- /dev/null +++ b/config/compressor/compressor.properties @@ -0,0 +1,10 @@ +# Compressor Configs +# Thu Dec 11 12:09:03 GMT 2025 + +# Lock Compressor configs from being regenerated +compressorConfigLocked = true +# Lock Compressor resources from being regenerated +compressorResourceLocked = true + +# Hide Compressor's ResourcePack from the GUI +hideResourcePack = true diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json new file mode 100644 index 000000000..d752ac4b0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json new file mode 100644 index 000000000..2c67d5bf2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json new file mode 100644 index 000000000..92cd04415 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json new file mode 100644 index 000000000..76c6e0e14 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json new file mode 100644 index 000000000..ad45fb02e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json new file mode 100644 index 000000000..0938f4a69 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json new file mode 100644 index 000000000..ba474b2e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json new file mode 100644 index 000000000..3c5ec9e89 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json new file mode 100644 index 000000000..292001c95 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json new file mode 100644 index 000000000..f1b107859 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json new file mode 100644 index 000000000..76a78d301 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json new file mode 100644 index 000000000..630c66f7f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json new file mode 100644 index 000000000..eb68c36fb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json new file mode 100644 index 000000000..ec0b9f755 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json new file mode 100644 index 000000000..b175a8c45 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json new file mode 100644 index 000000000..b8ac442fa --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json new file mode 100644 index 000000000..d2c5f73ff --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..131f00452 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json new file mode 100644 index 000000000..797b8883d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json new file mode 100644 index 000000000..1d5ce89c0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json new file mode 100644 index 000000000..00cc1ab82 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json new file mode 100644 index 000000000..d6e0d8823 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json new file mode 100644 index 000000000..403ccf144 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json new file mode 100644 index 000000000..fc72b8cd4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json new file mode 100644 index 000000000..dc3ae9651 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json new file mode 100644 index 000000000..52009232b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json new file mode 100644 index 000000000..c20cc1bca --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json new file mode 100644 index 000000000..1e95c6b5f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/double_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/double_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json new file mode 100644 index 000000000..b5071497f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json new file mode 100644 index 000000000..9257a041e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json new file mode 100644 index 000000000..6b54213c8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..45e874362 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json new file mode 100644 index 000000000..b0751a15b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json new file mode 100644 index 000000000..60a4cf3cf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json new file mode 100644 index 000000000..bf40fc85f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json new file mode 100644 index 000000000..4ee9be505 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json new file mode 100644 index 000000000..9a60893e3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json new file mode 100644 index 000000000..adfbe7ea5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json new file mode 100644 index 000000000..bddee7847 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json new file mode 100644 index 000000000..4a3f2d2f7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json new file mode 100644 index 000000000..86e9fc560 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json new file mode 100644 index 000000000..64d6e0b30 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/octuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/octuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json new file mode 100644 index 000000000..5f37a4a86 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json new file mode 100644 index 000000000..03ccd7453 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json new file mode 100644 index 000000000..f276cf84b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..b6919c4fe --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json new file mode 100644 index 000000000..01e9e40ab --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json new file mode 100644 index 000000000..6629ba63f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json new file mode 100644 index 000000000..1bd8dd561 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json new file mode 100644 index 000000000..5416ff619 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json new file mode 100644 index 000000000..bf1463071 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json new file mode 100644 index 000000000..25e4f21e7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json new file mode 100644 index 000000000..ad03f594f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json new file mode 100644 index 000000000..2b8af60a4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json new file mode 100644 index 000000000..16dc1ba8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json new file mode 100644 index 000000000..69906cbc6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quadruple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quadruple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json new file mode 100644 index 000000000..1fbd77291 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json new file mode 100644 index 000000000..c1a99a1a1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json new file mode 100644 index 000000000..17173c9b2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..eefb402e0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json new file mode 100644 index 000000000..88de0002b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json new file mode 100644 index 000000000..cf0e7d583 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json new file mode 100644 index 000000000..39d4d6e75 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json new file mode 100644 index 000000000..aa609721f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json new file mode 100644 index 000000000..2617fea0d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json new file mode 100644 index 000000000..2bc8f690e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json new file mode 100644 index 000000000..edd5588bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json new file mode 100644 index 000000000..39774cd54 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json new file mode 100644 index 000000000..5e943db5f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json new file mode 100644 index 000000000..2410569d4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/quintuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/quintuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json new file mode 100644 index 000000000..f54e22fb7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json new file mode 100644 index 000000000..62422d7f8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json new file mode 100644 index 000000000..0206e170c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..95a832df1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json new file mode 100644 index 000000000..79771de4c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json new file mode 100644 index 000000000..07c8a7003 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json new file mode 100644 index 000000000..d925cbc95 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json new file mode 100644 index 000000000..10d997a3d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json new file mode 100644 index 000000000..6170a4788 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json new file mode 100644 index 000000000..57950565d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json new file mode 100644 index 000000000..6654f6443 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json new file mode 100644 index 000000000..cf74972e7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json new file mode 100644 index 000000000..7c2da5ea7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json new file mode 100644 index 000000000..39dc24f78 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/septuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/septuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json new file mode 100644 index 000000000..0b78248cc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json new file mode 100644 index 000000000..09599fe03 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json new file mode 100644 index 000000000..670d7f81b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..7aaea1b42 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json new file mode 100644 index 000000000..b49623cce --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json new file mode 100644 index 000000000..3659f7acf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json new file mode 100644 index 000000000..f2d2d5afd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json new file mode 100644 index 000000000..4d9f059d9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json new file mode 100644 index 000000000..dbcddb51b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json new file mode 100644 index 000000000..52a8b294f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json new file mode 100644 index 000000000..548be596f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json new file mode 100644 index 000000000..b720270ce --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json new file mode 100644 index 000000000..921db1df2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json new file mode 100644 index 000000000..f5855e187 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/sextuple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/sextuple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json new file mode 100644 index 000000000..821d0f989 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_andesite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json new file mode 100644 index 000000000..a7f5aaa42 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_basalt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json new file mode 100644 index 000000000..3acf9bbdf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_blackstone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..d43d0884f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json new file mode 100644 index 000000000..6d3343d0f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_cobblestone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json new file mode 100644 index 000000000..7d4bf2d05 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_deepslate" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json new file mode 100644 index 000000000..845195649 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_diorite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json new file mode 100644 index 000000000..bd5178df5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_dirt" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json new file mode 100644 index 000000000..93be39e13 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_end_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json new file mode 100644 index 000000000..a9100801b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_granite" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json new file mode 100644 index 000000000..255b9b782 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_gravel" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json new file mode 100644 index 000000000..4b0f2637e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_netherrack.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_netherrack" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json new file mode 100644 index 000000000..888e4dd31 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_sand" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json new file mode 100644 index 000000000..899a6e310 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/assets/compressor/blockstates/triple_compressed_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "compressor:block/triple_compressed_stone" + } + } +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json new file mode 100644 index 000000000..6ed13d3b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json new file mode 100644 index 000000000..c5c71cdba --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json new file mode 100644 index 000000000..c77f5a46a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json new file mode 100644 index 000000000..2a1048e6b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json new file mode 100644 index 000000000..d6d6ded40 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json new file mode 100644 index 000000000..32b6c3e4c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json new file mode 100644 index 000000000..8d733e8fb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json new file mode 100644 index 000000000..4c32dbba6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json new file mode 100644 index 000000000..d8916af22 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json new file mode 100644 index 000000000..81a35d2e3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json new file mode 100644 index 000000000..2607a00b9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json new file mode 100644 index 000000000..4916d72e2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json new file mode 100644 index 000000000..851d8dc89 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json new file mode 100644 index 000000000..e233bb9a8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json new file mode 100644 index 000000000..deb59162a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json new file mode 100644 index 000000000..803eeb38f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json new file mode 100644 index 000000000..75c9b9a44 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..ea587ef9d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json new file mode 100644 index 000000000..9152844b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json new file mode 100644 index 000000000..fb1ba9d50 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json new file mode 100644 index 000000000..c923eb678 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json new file mode 100644 index 000000000..80743edc5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json new file mode 100644 index 000000000..6750da4c7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json new file mode 100644 index 000000000..f9c620539 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json new file mode 100644 index 000000000..52e839e09 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json new file mode 100644 index 000000000..e91450c6e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json new file mode 100644 index 000000000..ecb29ad8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json new file mode 100644 index 000000000..602f51c78 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/double_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json new file mode 100644 index 000000000..c810a58e0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json new file mode 100644 index 000000000..359878434 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json new file mode 100644 index 000000000..b8cad8e4f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..b462099b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json new file mode 100644 index 000000000..d5319f16c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json new file mode 100644 index 000000000..02a02089e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json new file mode 100644 index 000000000..2377a511a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json new file mode 100644 index 000000000..000e42ac3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json new file mode 100644 index 000000000..043aad9f9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json new file mode 100644 index 000000000..6b409c6cc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json new file mode 100644 index 000000000..21e83425d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json new file mode 100644 index 000000000..5e4b5135c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json new file mode 100644 index 000000000..1c0570a5f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json new file mode 100644 index 000000000..ffa58dec4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/octuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json new file mode 100644 index 000000000..75ea83ff3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json new file mode 100644 index 000000000..9010b16b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json new file mode 100644 index 000000000..e3c0ab93b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..b5628f28b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json new file mode 100644 index 000000000..93f8f60bf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json new file mode 100644 index 000000000..367c20068 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json new file mode 100644 index 000000000..a6ba903ab --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json new file mode 100644 index 000000000..544fe5b4f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json new file mode 100644 index 000000000..a764c15e9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json new file mode 100644 index 000000000..2061c2f1a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json new file mode 100644 index 000000000..77b0b9feb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json new file mode 100644 index 000000000..4b2d386af --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json new file mode 100644 index 000000000..d8dc57f5e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json new file mode 100644 index 000000000..1d7d1f8bf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quadruple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json new file mode 100644 index 000000000..8dfed6a88 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json new file mode 100644 index 000000000..8de1209f2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json new file mode 100644 index 000000000..2d10ad31e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..764be9310 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json new file mode 100644 index 000000000..ab2f37873 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json new file mode 100644 index 000000000..a619752f5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json new file mode 100644 index 000000000..9d4a4dc4a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json new file mode 100644 index 000000000..4687c49ff --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json new file mode 100644 index 000000000..59f8b3a61 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json new file mode 100644 index 000000000..f4bfaf824 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json new file mode 100644 index 000000000..d30db38b4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json new file mode 100644 index 000000000..c5b3a3d8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json new file mode 100644 index 000000000..b692ec30e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json new file mode 100644 index 000000000..eab3ca792 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/quintuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json new file mode 100644 index 000000000..7e97c84b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json new file mode 100644 index 000000000..c8afdb19d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json new file mode 100644 index 000000000..ab4968d71 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..3d377dd52 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json new file mode 100644 index 000000000..9344d4703 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json new file mode 100644 index 000000000..a18530329 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json new file mode 100644 index 000000000..1a075bbf8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json new file mode 100644 index 000000000..2ba9811c2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json new file mode 100644 index 000000000..ca5b063b3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json new file mode 100644 index 000000000..435096d14 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json new file mode 100644 index 000000000..1d1ab7a46 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json new file mode 100644 index 000000000..978536cdf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json new file mode 100644 index 000000000..bedd2d0e6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json new file mode 100644 index 000000000..7d88e2b6d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/septuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json new file mode 100644 index 000000000..e977a25b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json new file mode 100644 index 000000000..97f44ce93 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json new file mode 100644 index 000000000..b6b52dccc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..32a93e868 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json new file mode 100644 index 000000000..48286f15b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json new file mode 100644 index 000000000..914b3514b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json new file mode 100644 index 000000000..7a67979b9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json new file mode 100644 index 000000000..b028428e7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json new file mode 100644 index 000000000..13b649092 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json new file mode 100644 index 000000000..e0f8ccbb3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json new file mode 100644 index 000000000..9cc458694 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json new file mode 100644 index 000000000..cff62165a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json new file mode 100644 index 000000000..685bf8453 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json new file mode 100644 index 000000000..f88fc2aa9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/sextuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json new file mode 100644 index 000000000..367db6989 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json new file mode 100644 index 000000000..eecc8723b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json new file mode 100644 index 000000000..f5ebd4994 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..611851497 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json new file mode 100644 index 000000000..841a3ed2d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json new file mode 100644 index 000000000..28620cccc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json new file mode 100644 index 000000000..b080d1b1c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json new file mode 100644 index 000000000..9d8ffef63 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json new file mode 100644 index 000000000..0ef6bb1a9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json new file mode 100644 index 000000000..7cf2bb71d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json new file mode 100644 index 000000000..58a1019f9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json new file mode 100644 index 000000000..b19d8cdc7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json new file mode 100644 index 000000000..7f95a6bd7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json new file mode 100644 index 000000000..8100edf87 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/blocks/triple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json new file mode 100644 index 000000000..6ed13d3b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json new file mode 100644 index 000000000..c5c71cdba --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json new file mode 100644 index 000000000..c77f5a46a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json new file mode 100644 index 000000000..2a1048e6b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json new file mode 100644 index 000000000..d6d6ded40 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json new file mode 100644 index 000000000..32b6c3e4c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json new file mode 100644 index 000000000..8d733e8fb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json new file mode 100644 index 000000000..4c32dbba6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json new file mode 100644 index 000000000..d8916af22 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json new file mode 100644 index 000000000..81a35d2e3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json new file mode 100644 index 000000000..2607a00b9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json new file mode 100644 index 000000000..4916d72e2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json new file mode 100644 index 000000000..851d8dc89 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json new file mode 100644 index 000000000..e233bb9a8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json new file mode 100644 index 000000000..deb59162a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json new file mode 100644 index 000000000..803eeb38f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json new file mode 100644 index 000000000..75c9b9a44 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..ea587ef9d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json new file mode 100644 index 000000000..9152844b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json new file mode 100644 index 000000000..fb1ba9d50 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json new file mode 100644 index 000000000..c923eb678 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json new file mode 100644 index 000000000..80743edc5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json new file mode 100644 index 000000000..6750da4c7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json new file mode 100644 index 000000000..f9c620539 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json new file mode 100644 index 000000000..52e839e09 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json new file mode 100644 index 000000000..e91450c6e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json new file mode 100644 index 000000000..ecb29ad8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json new file mode 100644 index 000000000..602f51c78 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/double_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:double_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json new file mode 100644 index 000000000..c810a58e0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json new file mode 100644 index 000000000..359878434 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json new file mode 100644 index 000000000..b8cad8e4f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..b462099b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json new file mode 100644 index 000000000..d5319f16c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json new file mode 100644 index 000000000..02a02089e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json new file mode 100644 index 000000000..2377a511a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json new file mode 100644 index 000000000..000e42ac3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json new file mode 100644 index 000000000..043aad9f9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json new file mode 100644 index 000000000..6b409c6cc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json new file mode 100644 index 000000000..21e83425d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json new file mode 100644 index 000000000..5e4b5135c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json new file mode 100644 index 000000000..1c0570a5f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json new file mode 100644 index 000000000..ffa58dec4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/octuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:octuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json new file mode 100644 index 000000000..75ea83ff3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json new file mode 100644 index 000000000..9010b16b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json new file mode 100644 index 000000000..e3c0ab93b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..b5628f28b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json new file mode 100644 index 000000000..93f8f60bf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json new file mode 100644 index 000000000..367c20068 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json new file mode 100644 index 000000000..a6ba903ab --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json new file mode 100644 index 000000000..544fe5b4f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json new file mode 100644 index 000000000..a764c15e9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json new file mode 100644 index 000000000..2061c2f1a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json new file mode 100644 index 000000000..77b0b9feb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json new file mode 100644 index 000000000..4b2d386af --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json new file mode 100644 index 000000000..d8dc57f5e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json new file mode 100644 index 000000000..1d7d1f8bf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quadruple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quadruple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json new file mode 100644 index 000000000..8dfed6a88 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json new file mode 100644 index 000000000..8de1209f2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json new file mode 100644 index 000000000..2d10ad31e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..764be9310 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json new file mode 100644 index 000000000..ab2f37873 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json new file mode 100644 index 000000000..a619752f5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json new file mode 100644 index 000000000..9d4a4dc4a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json new file mode 100644 index 000000000..4687c49ff --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json new file mode 100644 index 000000000..59f8b3a61 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json new file mode 100644 index 000000000..f4bfaf824 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json new file mode 100644 index 000000000..d30db38b4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json new file mode 100644 index 000000000..c5b3a3d8c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json new file mode 100644 index 000000000..b692ec30e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json new file mode 100644 index 000000000..eab3ca792 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/quintuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:quintuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json new file mode 100644 index 000000000..7e97c84b8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json new file mode 100644 index 000000000..c8afdb19d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json new file mode 100644 index 000000000..ab4968d71 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..3d377dd52 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json new file mode 100644 index 000000000..9344d4703 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json new file mode 100644 index 000000000..a18530329 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json new file mode 100644 index 000000000..1a075bbf8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json new file mode 100644 index 000000000..2ba9811c2 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json new file mode 100644 index 000000000..ca5b063b3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json new file mode 100644 index 000000000..435096d14 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json new file mode 100644 index 000000000..1d1ab7a46 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json new file mode 100644 index 000000000..978536cdf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json new file mode 100644 index 000000000..bedd2d0e6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json new file mode 100644 index 000000000..7d88e2b6d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/septuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:septuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json new file mode 100644 index 000000000..e977a25b1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json new file mode 100644 index 000000000..97f44ce93 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json new file mode 100644 index 000000000..b6b52dccc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..32a93e868 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json new file mode 100644 index 000000000..48286f15b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json new file mode 100644 index 000000000..914b3514b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json new file mode 100644 index 000000000..7a67979b9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json new file mode 100644 index 000000000..b028428e7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json new file mode 100644 index 000000000..13b649092 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json new file mode 100644 index 000000000..e0f8ccbb3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json new file mode 100644 index 000000000..9cc458694 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json new file mode 100644 index 000000000..cff62165a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json new file mode 100644 index 000000000..685bf8453 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json new file mode 100644 index 000000000..f88fc2aa9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/sextuple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:sextuple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json new file mode 100644 index 000000000..367db6989 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_andesite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_andesite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json new file mode 100644 index 000000000..eecc8723b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_basalt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json new file mode 100644 index 000000000..f5ebd4994 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_blackstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_blackstone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..611851497 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobbled_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json new file mode 100644 index 000000000..841a3ed2d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_cobblestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_cobblestone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json new file mode 100644 index 000000000..28620cccc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_deepslate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_deepslate" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json new file mode 100644 index 000000000..b080d1b1c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_diorite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_diorite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json new file mode 100644 index 000000000..9d8ffef63 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_dirt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_dirt" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json new file mode 100644 index 000000000..0ef6bb1a9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_end_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json new file mode 100644 index 000000000..7cf2bb71d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_granite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_granite" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json new file mode 100644 index 000000000..58a1019f9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_gravel.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_gravel" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json new file mode 100644 index 000000000..b19d8cdc7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_netherrack.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_netherrack" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json new file mode 100644 index 000000000..7f95a6bd7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_sand.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_sand" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json new file mode 100644 index 000000000..8100edf87 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/c/tags/items/triple_compressed_stone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "compressor:triple_compressed_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json new file mode 100644 index 000000000..79a6de8e3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json new file mode 100644 index 000000000..6a532e4a4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json new file mode 100644 index 000000000..cffdb5e5d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json new file mode 100644 index 000000000..cdd559e73 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json new file mode 100644 index 000000000..483e1eb76 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json new file mode 100644 index 000000000..47f922dfb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json new file mode 100644 index 000000000..e055f02a7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json new file mode 100644 index 000000000..14b8c9738 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json new file mode 100644 index 000000000..aca8b7015 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json new file mode 100644 index 000000000..741e6fd41 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json new file mode 100644 index 000000000..f82e35053 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json new file mode 100644 index 000000000..8439ecdd9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json new file mode 100644 index 000000000..6d1bfffcb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json new file mode 100644 index 000000000..7bb38fa2a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json new file mode 100644 index 000000000..5c0c122b5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json new file mode 100644 index 000000000..e9e46b726 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json new file mode 100644 index 000000000..f4c4987fc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..2e68f4c10 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json new file mode 100644 index 000000000..deb326362 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json new file mode 100644 index 000000000..6c2622e4c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json new file mode 100644 index 000000000..8f9e5d93c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json new file mode 100644 index 000000000..7e27e375e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json new file mode 100644 index 000000000..3cf89d2c6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json new file mode 100644 index 000000000..c04258fbd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json new file mode 100644 index 000000000..c0bbfcf05 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json new file mode 100644 index 000000000..3821bb2f1 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json new file mode 100644 index 000000000..7215db313 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json new file mode 100644 index 000000000..0e69dc4a7 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/double_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:double_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json new file mode 100644 index 000000000..c85c8a22b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json new file mode 100644 index 000000000..31409aba0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json new file mode 100644 index 000000000..824134e68 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..05b91b1fc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json new file mode 100644 index 000000000..b865f1e56 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json new file mode 100644 index 000000000..2263e6297 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json new file mode 100644 index 000000000..a931dd371 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json new file mode 100644 index 000000000..1c4aca4be --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json new file mode 100644 index 000000000..5a958a4a5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json new file mode 100644 index 000000000..838f4ce50 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json new file mode 100644 index 000000000..c94c6cbfe --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json new file mode 100644 index 000000000..03aa75546 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json new file mode 100644 index 000000000..c3bdfc1bb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json new file mode 100644 index 000000000..a6bfe4223 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/octuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:octuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json new file mode 100644 index 000000000..a59a5e5dc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json new file mode 100644 index 000000000..95568cde5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json new file mode 100644 index 000000000..af2e974b9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..c5aae19bd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json new file mode 100644 index 000000000..cc43f1cd3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json new file mode 100644 index 000000000..9211f9621 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json new file mode 100644 index 000000000..6c840c8bd --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json new file mode 100644 index 000000000..1352925d8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json new file mode 100644 index 000000000..e738ea9e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json new file mode 100644 index 000000000..60ea49ebc --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json new file mode 100644 index 000000000..f54057c22 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json new file mode 100644 index 000000000..2b7630a0e --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json new file mode 100644 index 000000000..6b41460e8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json new file mode 100644 index 000000000..914e27e52 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quadruple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quadruple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json new file mode 100644 index 000000000..68746a301 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json new file mode 100644 index 000000000..7d1f99da9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json new file mode 100644 index 000000000..ae711b270 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..aa0de8939 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json new file mode 100644 index 000000000..06aac7473 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json new file mode 100644 index 000000000..f15ed7668 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json new file mode 100644 index 000000000..ead526d9d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json new file mode 100644 index 000000000..9736b4e99 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json new file mode 100644 index 000000000..37027b436 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json new file mode 100644 index 000000000..42749da1d --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json new file mode 100644 index 000000000..69bfd837f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json new file mode 100644 index 000000000..8807239df --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json new file mode 100644 index 000000000..f3c182e1f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json new file mode 100644 index 000000000..9836f13ed --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/quintuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:quintuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json new file mode 100644 index 000000000..4643fac4a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json new file mode 100644 index 000000000..c21ef61ae --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json new file mode 100644 index 000000000..0dbc5097c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..88d61c4f6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json new file mode 100644 index 000000000..715e9c0b3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json new file mode 100644 index 000000000..54edbd558 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json new file mode 100644 index 000000000..c38626aa3 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json new file mode 100644 index 000000000..3b1879050 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json new file mode 100644 index 000000000..6cbba70f8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json new file mode 100644 index 000000000..4c34181b0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json new file mode 100644 index 000000000..0ab900b25 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json new file mode 100644 index 000000000..b292b7ac5 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json new file mode 100644 index 000000000..f5e5f9bea --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json new file mode 100644 index 000000000..9eb1eb275 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/septuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:septuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json new file mode 100644 index 000000000..23ea81fe9 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json new file mode 100644 index 000000000..cc88d6c25 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json new file mode 100644 index 000000000..51c0dbfdb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..42a54fcb8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json new file mode 100644 index 000000000..42a98eea6 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json new file mode 100644 index 000000000..3d1ce62fb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json new file mode 100644 index 000000000..687b5295b --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json new file mode 100644 index 000000000..ed81156f4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json new file mode 100644 index 000000000..f20b39c79 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json new file mode 100644 index 000000000..7136e49bf --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json new file mode 100644 index 000000000..12fde6ddb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json new file mode 100644 index 000000000..40817b08c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json new file mode 100644 index 000000000..f3125814a --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json new file mode 100644 index 000000000..642aa8452 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/sextuple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:sextuple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json new file mode 100644 index 000000000..a67224c97 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_andesite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_andesite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json new file mode 100644 index 000000000..07e856442 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_basalt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_basalt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json new file mode 100644 index 000000000..2484358c0 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_blackstone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_blackstone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json new file mode 100644 index 000000000..98eeca35c --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobbled_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_cobbled_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json new file mode 100644 index 000000000..fda46e852 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_cobblestone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_cobblestone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json new file mode 100644 index 000000000..a5c56b8e4 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_deepslate.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_deepslate" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json new file mode 100644 index 000000000..c3eeb406f --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_diorite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_diorite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json new file mode 100644 index 000000000..f1fc9bd07 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_dirt.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json new file mode 100644 index 000000000..40caa3214 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_end_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_end_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json new file mode 100644 index 000000000..7988dfb68 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_granite.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_granite" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json new file mode 100644 index 000000000..3138efedb --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_gravel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_gravel" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json new file mode 100644 index 000000000..64cf19563 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_netherrack.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_netherrack" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json new file mode 100644 index 000000000..b16845a48 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_sand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_sand" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json new file mode 100644 index 000000000..19ad2bbe8 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/compressor/loot_tables/blocks/triple_compressed_stone.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "compressor:triple_compressed_stone" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 000000000..e040c9913 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,117 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone", + "compressor:double_compressed_stone", + "compressor:triple_compressed_stone", + "compressor:quadruple_compressed_stone", + "compressor:quintuple_compressed_stone", + "compressor:sextuple_compressed_stone", + "compressor:septuple_compressed_stone", + "compressor:octuple_compressed_stone", + "compressor:compressed_granite", + "compressor:double_compressed_granite", + "compressor:triple_compressed_granite", + "compressor:quadruple_compressed_granite", + "compressor:quintuple_compressed_granite", + "compressor:sextuple_compressed_granite", + "compressor:septuple_compressed_granite", + "compressor:octuple_compressed_granite", + "compressor:compressed_diorite", + "compressor:double_compressed_diorite", + "compressor:triple_compressed_diorite", + "compressor:quadruple_compressed_diorite", + "compressor:quintuple_compressed_diorite", + "compressor:sextuple_compressed_diorite", + "compressor:septuple_compressed_diorite", + "compressor:octuple_compressed_diorite", + "compressor:compressed_andesite", + "compressor:double_compressed_andesite", + "compressor:triple_compressed_andesite", + "compressor:quadruple_compressed_andesite", + "compressor:quintuple_compressed_andesite", + "compressor:sextuple_compressed_andesite", + "compressor:septuple_compressed_andesite", + "compressor:octuple_compressed_andesite", + "compressor:compressed_cobblestone", + "compressor:double_compressed_cobblestone", + "compressor:triple_compressed_cobblestone", + "compressor:quadruple_compressed_cobblestone", + "compressor:quintuple_compressed_cobblestone", + "compressor:sextuple_compressed_cobblestone", + "compressor:septuple_compressed_cobblestone", + "compressor:octuple_compressed_cobblestone", + "compressor:compressed_gravel", + "compressor:double_compressed_gravel", + "compressor:triple_compressed_gravel", + "compressor:quadruple_compressed_gravel", + "compressor:quintuple_compressed_gravel", + "compressor:sextuple_compressed_gravel", + "compressor:septuple_compressed_gravel", + "compressor:octuple_compressed_gravel", + "compressor:compressed_sand", + "compressor:double_compressed_sand", + "compressor:triple_compressed_sand", + "compressor:quadruple_compressed_sand", + "compressor:quintuple_compressed_sand", + "compressor:sextuple_compressed_sand", + "compressor:septuple_compressed_sand", + "compressor:octuple_compressed_sand", + "compressor:compressed_dirt", + "compressor:double_compressed_dirt", + "compressor:triple_compressed_dirt", + "compressor:quadruple_compressed_dirt", + "compressor:quintuple_compressed_dirt", + "compressor:sextuple_compressed_dirt", + "compressor:septuple_compressed_dirt", + "compressor:octuple_compressed_dirt", + "compressor:compressed_netherrack", + "compressor:double_compressed_netherrack", + "compressor:triple_compressed_netherrack", + "compressor:quadruple_compressed_netherrack", + "compressor:quintuple_compressed_netherrack", + "compressor:sextuple_compressed_netherrack", + "compressor:septuple_compressed_netherrack", + "compressor:octuple_compressed_netherrack", + "compressor:compressed_basalt", + "compressor:double_compressed_basalt", + "compressor:triple_compressed_basalt", + "compressor:quadruple_compressed_basalt", + "compressor:quintuple_compressed_basalt", + "compressor:sextuple_compressed_basalt", + "compressor:septuple_compressed_basalt", + "compressor:octuple_compressed_basalt", + "compressor:compressed_deepslate", + "compressor:double_compressed_deepslate", + "compressor:triple_compressed_deepslate", + "compressor:quadruple_compressed_deepslate", + "compressor:quintuple_compressed_deepslate", + "compressor:sextuple_compressed_deepslate", + "compressor:septuple_compressed_deepslate", + "compressor:octuple_compressed_deepslate", + "compressor:compressed_cobbled_deepslate", + "compressor:double_compressed_cobbled_deepslate", + "compressor:triple_compressed_cobbled_deepslate", + "compressor:quadruple_compressed_cobbled_deepslate", + "compressor:quintuple_compressed_cobbled_deepslate", + "compressor:sextuple_compressed_cobbled_deepslate", + "compressor:septuple_compressed_cobbled_deepslate", + "compressor:octuple_compressed_cobbled_deepslate", + "compressor:compressed_blackstone", + "compressor:double_compressed_blackstone", + "compressor:triple_compressed_blackstone", + "compressor:quadruple_compressed_blackstone", + "compressor:quintuple_compressed_blackstone", + "compressor:sextuple_compressed_blackstone", + "compressor:septuple_compressed_blackstone", + "compressor:octuple_compressed_blackstone", + "compressor:compressed_end_stone", + "compressor:double_compressed_end_stone", + "compressor:triple_compressed_end_stone", + "compressor:quadruple_compressed_end_stone", + "compressor:quintuple_compressed_end_stone", + "compressor:sextuple_compressed_end_stone", + "compressor:septuple_compressed_end_stone", + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json new file mode 100644 index 000000000..e040c9913 --- /dev/null +++ b/config/compressor/resourcepacks/compressor/resources/data/minecraft/tags/blocks/needs_stone_tool.json @@ -0,0 +1,117 @@ +{ + "replace": false, + "values": [ + "compressor:compressed_stone", + "compressor:double_compressed_stone", + "compressor:triple_compressed_stone", + "compressor:quadruple_compressed_stone", + "compressor:quintuple_compressed_stone", + "compressor:sextuple_compressed_stone", + "compressor:septuple_compressed_stone", + "compressor:octuple_compressed_stone", + "compressor:compressed_granite", + "compressor:double_compressed_granite", + "compressor:triple_compressed_granite", + "compressor:quadruple_compressed_granite", + "compressor:quintuple_compressed_granite", + "compressor:sextuple_compressed_granite", + "compressor:septuple_compressed_granite", + "compressor:octuple_compressed_granite", + "compressor:compressed_diorite", + "compressor:double_compressed_diorite", + "compressor:triple_compressed_diorite", + "compressor:quadruple_compressed_diorite", + "compressor:quintuple_compressed_diorite", + "compressor:sextuple_compressed_diorite", + "compressor:septuple_compressed_diorite", + "compressor:octuple_compressed_diorite", + "compressor:compressed_andesite", + "compressor:double_compressed_andesite", + "compressor:triple_compressed_andesite", + "compressor:quadruple_compressed_andesite", + "compressor:quintuple_compressed_andesite", + "compressor:sextuple_compressed_andesite", + "compressor:septuple_compressed_andesite", + "compressor:octuple_compressed_andesite", + "compressor:compressed_cobblestone", + "compressor:double_compressed_cobblestone", + "compressor:triple_compressed_cobblestone", + "compressor:quadruple_compressed_cobblestone", + "compressor:quintuple_compressed_cobblestone", + "compressor:sextuple_compressed_cobblestone", + "compressor:septuple_compressed_cobblestone", + "compressor:octuple_compressed_cobblestone", + "compressor:compressed_gravel", + "compressor:double_compressed_gravel", + "compressor:triple_compressed_gravel", + "compressor:quadruple_compressed_gravel", + "compressor:quintuple_compressed_gravel", + "compressor:sextuple_compressed_gravel", + "compressor:septuple_compressed_gravel", + "compressor:octuple_compressed_gravel", + "compressor:compressed_sand", + "compressor:double_compressed_sand", + "compressor:triple_compressed_sand", + "compressor:quadruple_compressed_sand", + "compressor:quintuple_compressed_sand", + "compressor:sextuple_compressed_sand", + "compressor:septuple_compressed_sand", + "compressor:octuple_compressed_sand", + "compressor:compressed_dirt", + "compressor:double_compressed_dirt", + "compressor:triple_compressed_dirt", + "compressor:quadruple_compressed_dirt", + "compressor:quintuple_compressed_dirt", + "compressor:sextuple_compressed_dirt", + "compressor:septuple_compressed_dirt", + "compressor:octuple_compressed_dirt", + "compressor:compressed_netherrack", + "compressor:double_compressed_netherrack", + "compressor:triple_compressed_netherrack", + "compressor:quadruple_compressed_netherrack", + "compressor:quintuple_compressed_netherrack", + "compressor:sextuple_compressed_netherrack", + "compressor:septuple_compressed_netherrack", + "compressor:octuple_compressed_netherrack", + "compressor:compressed_basalt", + "compressor:double_compressed_basalt", + "compressor:triple_compressed_basalt", + "compressor:quadruple_compressed_basalt", + "compressor:quintuple_compressed_basalt", + "compressor:sextuple_compressed_basalt", + "compressor:septuple_compressed_basalt", + "compressor:octuple_compressed_basalt", + "compressor:compressed_deepslate", + "compressor:double_compressed_deepslate", + "compressor:triple_compressed_deepslate", + "compressor:quadruple_compressed_deepslate", + "compressor:quintuple_compressed_deepslate", + "compressor:sextuple_compressed_deepslate", + "compressor:septuple_compressed_deepslate", + "compressor:octuple_compressed_deepslate", + "compressor:compressed_cobbled_deepslate", + "compressor:double_compressed_cobbled_deepslate", + "compressor:triple_compressed_cobbled_deepslate", + "compressor:quadruple_compressed_cobbled_deepslate", + "compressor:quintuple_compressed_cobbled_deepslate", + "compressor:sextuple_compressed_cobbled_deepslate", + "compressor:septuple_compressed_cobbled_deepslate", + "compressor:octuple_compressed_cobbled_deepslate", + "compressor:compressed_blackstone", + "compressor:double_compressed_blackstone", + "compressor:triple_compressed_blackstone", + "compressor:quadruple_compressed_blackstone", + "compressor:quintuple_compressed_blackstone", + "compressor:sextuple_compressed_blackstone", + "compressor:septuple_compressed_blackstone", + "compressor:octuple_compressed_blackstone", + "compressor:compressed_end_stone", + "compressor:double_compressed_end_stone", + "compressor:triple_compressed_end_stone", + "compressor:quadruple_compressed_end_stone", + "compressor:quintuple_compressed_end_stone", + "compressor:sextuple_compressed_end_stone", + "compressor:septuple_compressed_end_stone", + "compressor:octuple_compressed_end_stone" + ] +} \ No newline at end of file diff --git a/config/compressor/resourcepacks/compressor/resources/pack.png b/config/compressor/resourcepacks/compressor/resources/pack.png new file mode 100644 index 000000000..c2f956a54 Binary files /dev/null and b/config/compressor/resourcepacks/compressor/resources/pack.png differ diff --git a/config/connectivity.json b/config/connectivity.json deleted file mode 100644 index 75b2f672f..000000000 --- a/config/connectivity.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "disableLoginLimits": { - "desc:": "Should login packet size limits be disabled? Error:(IOException(\"Payload may not be larger than 1048576 bytes\")) default:true", - "disableLoginLimits": true - }, - "disablePacketLimits": { - "desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true", - "disablePacketLimits": true - }, - "debugPrintMessages": { - "desc:": "If enabled all messages exceeding normal limits will be printed to log. default:false", - "debugPrintMessages": false - }, - "logintimeout": { - "desc:": "Set the max login timeout in ticks. 20 ticks \u003d 1 sec, default \u003d 2400 ticks", - "logintimeout": 2400 - }, - "disconnectTimeout": { - "desc:": "Set the ingame disconnect timeout for disconnecting players. Default \u003d 60sec", - "disconnectTimeout": 60 - }, - "packetHistoryMinutes": { - "desc:": "Set the amount of minutes for which network packet history data is saved. Default \u003d 5 minutes", - "packetHistoryMinutes": 5 - }, - "showFullResourceLocationException": { - "desc:": "Enable to see the full log output for all resource location exceptions. Default \u003d false", - "showFullResourceLocationException": false - } -} \ No newline at end of file diff --git a/config/copycats-client.toml b/config/copycats-client.toml new file mode 100644 index 000000000..7aa1fb9be --- /dev/null +++ b/config/copycats-client.toml @@ -0,0 +1,10 @@ +#. +#Use more complex copycat models to improve appearance with certain materials. +useEnhancedModels = true +#. +#Disable warnings about graphics settings that may cause issues with the mod. +disableGraphicsWarnings = false +#. +#Colorize different parts of multi-state copycats to distinguish them visually. +colorizeMultiStates = false + diff --git a/config/copycats-common.toml b/config/copycats-common.toml new file mode 100644 index 000000000..5d6f58a18 --- /dev/null +++ b/config/copycats-common.toml @@ -0,0 +1,74 @@ +#. +#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes. +disableMigration = false + +#. +#Enable/disable features. Values on server override clients +[features] + #. + copycat_stacked_half_layer = true + copycat_vertical_stairs = true + copycat_byte = true + copycat_vertical_slice = true + copycat_wooden_pressure_plate = true + copycat_block = true + copycat_shaft = true + copycat_large_cogwheel = true + copycat_fence = true + copycat_wall = true + copycat_cogwheel = true + copycat_vertical_step = true + copycat_sliding_door = true + copycat_folding_door = true + copycat_slope_layer = true + copycat_light_weighted_pressure_plate = true + copycat_stairs = true + copycat_fence_gate = true + copycat_slab = true + copycat_board = true + copycat_wooden_button = true + copycat_trapdoor = true + copycat_stone_pressure_plate = true + copycat_pane = true + copycat_half_panel = true + copycat_slice = true + copycat_beam = true + copycat_door = true + copycat_iron_door = true + copycat_byte_panel = true + copycat_corner_slice = true + copycat_flat_pane = true + copycat_ghost_block = true + copycat_fluid_pipe = true + copycat_heavy_weighted_pressure_plate = true + copycat_iron_trapdoor = true + copycat_half_layer = true + copycat_stone_button = true + copycat_ladder = true + copycat_layer = true + copycat_slope = true + copycat_vertical_slope = true + copycat_vertical_half_layer = true + +#. +#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients +[feature_categories] + #. + #All copycats with a sloped surface + slopes = true + #. + #All copycats that support multiple materials in a single block + multistates = true + #. + #All copycats that can be resized by putting in more of the same copycat + stackables = true + #. + #All copycats that can emit a redstone signal + redstone = true + #. + #All copycats with extra functions/interactions + functional = true + #. + #All copycats mimicking blocks from Create + create = true + diff --git a/config/entityculling.json b/config/entityculling.json deleted file mode 100644 index b794275d0..000000000 --- a/config/entityculling.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "configVersion": 5, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "create:rope_pulley", - "minecraft:beacon", - "create:hose_pulley", - "betterend:eternal_pedestal" - ], - "entityWhitelist": [ - "botania:mana_burst" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 10, - "hitboxLimit": 50, - "skipMarkerArmorStands": true, - "tickCulling": true, - "tickCullingWhitelist": [ - "minecraft:boat", - "minecraft:firework_rocket" - ], - "disableF3": false -} \ No newline at end of file diff --git a/config/estrogen-client.toml b/config/estrogen-client.toml new file mode 100644 index 000000000..1f0d2c79f --- /dev/null +++ b/config/estrogen-client.toml @@ -0,0 +1,28 @@ + +#. +#Settings for the chest feature +[chest] + #. + #Enable chest feature + chestFeature = true + #. + #Enable chest feature armor + chestArmor = true + +#. +#UI element Configuration +[ui] + #. + #Enable dash overlay + dashOverlay = true + +#. +#Compatibility between other mods settings +[compat] + #. + #Enable ears Compatibility + ears = true + #. + #Enable figura Compatibility + figura = true + diff --git a/config/estrogen-common.toml b/config/estrogen-common.toml new file mode 100644 index 000000000..2b9740b9b --- /dev/null +++ b/config/estrogen-common.toml @@ -0,0 +1,25 @@ + +#. +#Settings for the estrogen patches +[estrogenPatches] + #. + #§4THIS ONLY WORKS ON §fFABRIC§7/§dQUILT§4 MOD LOADER + #The stack size limit of estrogen patches + #[@cui:RequiresReload:both] + #Range: 1 ~ 64 + estrogenPatchesStackSize = 4 + +#. +#Settings which are more fun and not fit for survival +[minigame] + #. + #Enable/Disable all minigame settings + minigameEnabled = false + #. + #Gives you permanent, unremovable Girl Power Effect + permaDash = true + #. + #The level of Girl Power Effect when Perma-Dash is enabled + #Range: 0 ~ 255 + permaDashAmount = 0 + diff --git a/config/etf_warnings.json b/config/etf_warnings.json new file mode 100644 index 000000000..972c73797 --- /dev/null +++ b/config/etf_warnings.json @@ -0,0 +1,3 @@ +{ + "ignoredConfigIds": [] +} \ No newline at end of file diff --git a/config/expanded_trident_enchanting.json b/config/expanded_trident_enchanting.json deleted file mode 100644 index 22ee31704..000000000 --- a/config/expanded_trident_enchanting.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "canUseFireAspectOnTrident": true, - "canUseKnockbackOnTrident": true, - "canUseLootingOnTrident": true, - "canUseOtherWeaponEnchantmentTypesOnTrident": true -} \ No newline at end of file diff --git a/config/explorerscompass.json b/config/explorerscompass.json new file mode 100644 index 000000000..dd23af928 --- /dev/null +++ b/config/explorerscompass.json @@ -0,0 +1,24 @@ +{ + "common": { + "allowTeleportComment": "Allows a player to teleport to a located structure when in creative mode, opped, or in cheat mode.", + "allowTeleport": true, + "displayCoordinatesComment": "Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.", + "displayCoordinates": true, + "maxRadiusComment": "The maximum radius that will be searched for a structure. Raising this value will increase search accuracy but will potentially make the process more resource intensive.", + "maxRadius": 10000, + "maxSamplesComment": "The maximum number of samples to be taken when searching for a structure.", + "maxSamples": 100000, + "structureBlacklistComment": "A list of structures that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex (ignore backslashes): [\"minecraft:stronghold\", \"minecraft:endcity\", \"minecraft:*village*\"]", + "structureBlacklist": [] + }, + "client": { + "displayWithChatOpenComment": "Displays compass information even while chat is open.", + "displayWithChatOpen": true, + "translateStructureNamesComment": "Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures.", + "translateStructureNames": true, + "overlayLineOffsetComment": "The line offset for information rendered on the HUD.", + "overlayLineOffset": 1, + "overlaySideComment": "The side for information rendered on the HUD. Ex: LEFT, RIGHT", + "overlaySide": "LEFT" + } +} \ No newline at end of file diff --git a/config/fastload.properties b/config/fastload.properties deleted file mode 100644 index 9440b3f21..000000000 --- a/config/fastload.properties +++ /dev/null @@ -1,24 +0,0 @@ -#Fastload Configuration File -#Mon Dec 19 23:47:20 GMT 2022 -pre_render_radius=0 -debug=false -pregen_chunk_radius=5 -close_loading_screen_unsafely=true -chunk_try_limit=100 -chunk_pregen_radius=5 - -# Definitions -# 'chunk_try_limit' = how many times in a row should the same count of loaded chunks be ignored before we cancel pre-rendering. -# Min = 1, Max = 1000. Set 1000 for infinity -# -# 'close_loading_screen_unsafely' = should skip 'Joining World', and 'Downloading Terrain'. Potentially can result in joining world before chunks are properly loaded -# Enabled = true, Disabled = false -# -# 'debug' = debug (log) all things happening in fastload to aid in diagnosing issues. -# Enabled = true, Disabled = false -# -# 'pre_render_radius' = how many chunks are loaded until 'building terrain' is completed. Adjusts with FOV to decide how many chunks are visible -# Min = 0, Max = 32 or your render distance, Whichever is smaller. Set 0 to disable. -# -# 'pregen_chunk_radius' = how many chunks (from 441 Loading) are pre-generated until the server starts -# Min = 0, Max = 32. Set 0 to only pregen 1 chunk. \ No newline at end of file diff --git a/config/fixmyspawnr.toml b/config/fixmyspawnr.toml deleted file mode 100644 index 8bf70b0cc..000000000 --- a/config/fixmyspawnr.toml +++ /dev/null @@ -1 +0,0 @@ -timer_time_out = 24000 diff --git a/config/forcecloseloadingscreen.json b/config/forcecloseloadingscreen.json deleted file mode 100644 index 756bad814..000000000 --- a/config/forcecloseloadingscreen.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "instantlyCloseUnsafe": true -} \ No newline at end of file diff --git a/config/fpsreducer.json b/config/fpsreducer.json deleted file mode 100644 index 00987f19f..000000000 --- a/config/fpsreducer.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "enableFpsReducer": true, - "hudReferencePos": 3, - "hudPos": [ - { - "id": 0, - "offsetX": 0, - "offsetY": 0, - "alignment": 0 - }, - { - "id": 1, - "offsetX": 2, - "offsetY": 2, - "alignment": 0 - }, - { - "id": 2, - "offsetX": 0, - "offsetY": 2, - "alignment": 2 - }, - { - "id": 3, - "offsetX": -2, - "offsetY": 2, - "alignment": 1 - }, - { - "id": 4, - "offsetX": -2, - "offsetY": 0, - "alignment": 1 - }, - { - "id": 5, - "offsetX": -2, - "offsetY": -2, - "alignment": 1 - }, - { - "id": 6, - "offsetX": 0, - "offsetY": -2, - "alignment": 2 - }, - { - "id": 7, - "offsetX": 2, - "offsetY": -2, - "alignment": 0 - }, - { - "id": 8, - "offsetX": 2, - "offsetY": 0, - "alignment": 0 - } - ], - "hudScale": 1.0, - "hudBehindChatBox": 2, - "hudInfo": 4, - "hudColor": "f0f0f0", - "hudPreText": "FPS: ", - "hudReductionColor": "00f000", - "hudReductionPreText": "ECO: ", - "hudGuiModeColor": "b6ecff", - "hudGuiModePreText": "FPS: ", - "hudNoActModeColor": "ceffd4", - "cpuUsageType": 0, - "cpuUsageThread": 0, - "allowOneFps": false, - "debugLog": false, - "logInChat": false, - "waitingTime": 0, - "idleFps": 10, - "guiScreenFps": 0, - "noActFps": 0, - "detectMoving": 1, - "ignoreHoldButton": false, - "reducingInGameMenu": true, - "reducingInBackground": true, - "suppressSound": true, - "suppressedVolume": 20, - "hudEnabled": false, - "profile": 1 -} \ No newline at end of file diff --git a/config/gag.snbt b/config/gag.snbt deleted file mode 100644 index 47b62de7f..000000000 --- a/config/gag.snbt +++ /dev/null @@ -1,121 +0,0 @@ -# Config for GAG -# If you're a modpack maker, use the defaultconfigs folder instead! - -{ - # Settings related to the Escape Rope - escape_rope: { - # Time (in ticks) the player has to wait after using the rope, default is 10 seconds - # Default: 200 - # Range: 0 ~ 72000 - cooldown: 200 - - # Maximum durability of the rope, default is 512 - # Default: 512 - # Range: 0 ~ 32767 - durability: 512 - - # Time (in ticks) it takes to use the rope, default is 3 seconds - # Default: 60 - # Range: 0 ~ 72000 - warmup: 60 - } - - # Settings related to the Hearthstone - hearthstone: { - # Whether the stone should teleport a player to the spawn point if they have no respawn point - # Default: true - allowSpawn: true - - # Time (in ticks) the player has to wait after using the stone, default is 60 seconds - # Default: 1200 - # Range: 0 ~ 72000 - cooldown: 1200 - - # Damage multiplier for using the stone across dimensions, default is 2 - # Set to -1 to disable teleporting across dimensions - # Default: 2 - # Range: -∞ ~ +∞ - dimensionMultiplier: 2 - - # Maximum durability of the stone, default is 64 - # Default: 64 - # Range: 0 ~ 32767 - durability: 64 - - # Whether the stone should ignore checking whether the spawn block is still valid and unobstructed - # Default: false - ignoreSpawnBlock: false - - # Maximum range of the stone, set to -1 for unlimited range - # Default: -1 - # Range: -∞ ~ +∞ - range: -1 - - # Whether the stone should use a charge on the player's respawn anchor, if applicable - # Default: true - useAnchorCharge: true - - # Time (in ticks) it takes to use the stone, default is 5 seconds - # Default: 100 - # Range: 0 ~ 72000 - warmup: 100 - } - - # Settings related to miscellaneous items and features - misc: { - # Radius (in blocks) in which the 'No Solicitors!' sign will stop Wandering Traders from spawning, default is 32 - # Default: 64 - # Range: 1 ~ 512 - noSolicitorsRadius: 64 - } - - # Settings related to the Sands Of Time mechanic - # (You can also selectively disable this mechanic for certain block entities using the gag:do_not_accelerate tag) - sands_of_time: { - # Whether the Temporal Pouch is allowed to accelerate random ticks - # Default: true - allowRandomTicks: true - - # Time (in seconds) that a block is accelerated per use, default is 30 seconds - # This determines the 'worth' of grains as displayed in the Pouch's tooltip - # Default: 30 - # Range: 1 ~ 60 - durationPerUse: 30 - - # [NYI] Amount of grains one Sand Of Time yields - # Default: 32 - # Range: 1 ~ 2147483647 - grainsPerSand: 32 - - # Amount of grains used per click of the Temporal Pouch - # (Since the actual sands are NYI, this is currently just equivalent to the 'ticks' used per click) - # Default: 600 - # Range: 1 ~ 2147483647 - grainsUsed: 600 - - # If true, the Sands Of Time mechanic will instead *only* work in the levels specified in the levelFilter list - # Default: false - invertLevelFilter: false - - # List of levels that the Sands Of Time mechanic will not work in - # Default: [] - levelFilter: [ ] - - # Maximum times the Temporal Pouch can be used in a row, corresponding to maximum speed, default is max speed of 2^8 = x256 - # Default: 8 - # Range: 1 ~ 16 - maxRate: 8 - - # Max amount of grains a Pouch can hold - # Default: 2147483647 - # Range: 0 ~ 2147483647 - pouchCapacity: 2147483647 - - # Chance that a random tick will be performed when a random ticking block like crops or saplings is accelerated - # On average, this is done every 4096 / 3 ≈ 1365.33 ticks in Vanilla (see https://minecraft.gamepedia.com/Tick#Random_tick) - # Actual value is (config value) / (random tick game rule) - # Default: 4096 - # Range: 256 ~ 65536 - randomTickChance: 4096 - } -} diff --git a/config/getoffmylawn.json b/config/getoffmylawn.json deleted file mode 100644 index ec4af1a27..000000000 --- a/config/getoffmylawn.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "makeshiftRadius": 10, - "reinforcedRadius": 25, - "glisteningRadius": 50, - "crystalRadius": 75, - "emeradicRadius": 125, - "witheredRadius": 200, - "maxClaimsPerPlayer": -1, - "enablePvPinClaims": false, - "claimProtectsFullWorldHeight": false, - "dimensionBlacklist": [], - "regionBlacklist": {}, - "enabledAugments": { - "goml:lake_spirit_grace": true, - "goml:explosion_controller": true, - "goml:angelic_aura": true, - "goml:pvp_arena": true, - "goml:greeter": true, - "goml:force_field": true, - "goml:village_core": true, - "goml:withering_seal": true, - "goml:ender_binding": true, - "goml:heaven_wings": true, - "goml:chaos_zone": true - }, - "allowedBlockInteraction": [], - "allowedEntityInteraction": [], - "messagePrefix": "[<#a1ff59>GOML]", - "placeholderNoClaimInfo": "Wilderness", - "placeholderNoClaimOwners": "Nobody", - "placeholderNoClaimTrusted": "Nobody", - "placeholderClaimCanBuildInfo": "${owners} (${anchor})", - "placeholderClaimCantBuildInfo": "${owners} (${anchor})" -} \ No newline at end of file diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml deleted file mode 100644 index 75854dbc8..000000000 --- a/config/global_data_and_resourcepacks.toml +++ /dev/null @@ -1,18 +0,0 @@ -#This config allows you to add or remove folders or single files as Data-/Resourcepacks -#For that simply specify the file path to the folder/file relative to your .minecraft or instance folder -#With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack. -[resourcepacks] -required = [ - #"other_folder/random_pack.zip" # You can also point at specific files! - "global_packs/required_resources/" -] - -[datapacks] -required = [ - "resourcepacks/", - "global_packs/required_data/" -] - -optional = [ - "global_packs/optional_data/" -] \ No newline at end of file diff --git a/config/hwg.json b/config/hwg.json deleted file mode 100644 index dca645743..000000000 --- a/config/hwg.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "merc_biomes": [ - "", - "#plains", - "#icy", - "#taiga", - "#jungle", - "#desert", - "#mesa" - ], - "merc_spawn_weight": 5, - "merc_min_group": 1, - "merc_max_group": 2, - "spy_biomes": [ - "", - "#jungle", - "#mesa" - ], - "spy_spawn_weight": 5, - "spy_min_group": 1, - "spy_max_group": 2, - "lesser_biomes": [ - "ad_astra:mercury_deltas" - ], - "lesser_spawn_weight": 2, - "lesser_min_group": 1, - "lesser_max_group": 2, - "greater_biomes": [ - "ad_astra:mercury_deltas" - ], - "greater_spawn_weight": 1, - "greater_min_group": 1, - "greater_max_group": 1, - "merc_health": 20.0, - "merc_exp": 4, - "spy_health": 20.0, - "spy_exp": 4, - "lesser_health": 48.0, - "lesser_exp": 8, - "greater_health": 100.0, - "greater_exp": 16, - "rocket_breaks": false, - "balrog_breaks": false, - "grenades_breaks": false, - "bullets_breakdripstone": false, - "pistol_damage": 5.0, - "golden_pistol_damage": 6.0, - "silenced_pistol_damage": 4.0, - "luger_damage": 5.5, - "ak47_damage": 6.0, - "sniper_damage": 25.0, - "sniper_scoped_damage": 30.0, - "minigun_damage": 4.0, - "smg_damage": 3.5, - "hellhorse_damage": 5.0, - "tommy_damage": 3.0, - "shotgun_damage": 7.0, - "meanie_damage": 6.0, - "balrog_damage": 8.0, - "brimstone_damage": 3.0 -} \ No newline at end of file diff --git a/config/identity.json5 b/config/identity.json5 deleted file mode 100644 index e491757b9..000000000 --- a/config/identity.json5 +++ /dev/null @@ -1,76 +0,0 @@ -{ - //Whether an overlay message appears above the hotbar when a new identity is unlocked. - "overlayIdentityUnlocks": true, - //Whether an overlay message appears above the hotbar when a new identity is revoked. - "overlayIdentityRevokes": true, - //Whether a player's equipped identity is revoked on death. - "revokeIdentityOnDeath": false, - //Whether identities equip the items (swords, items, tools) held by the underlying player. - "identitiesEquipItems": true, - //Whether identities equip the armor (chestplate, leggings, elytra) worn by the underlying player. - "identitiesEquipArmor": true, - //Whether hostile mobs ignore players with hostile mob identities. - "hostilesIgnoreHostileIdentityPlayer": true, - //Whether a hostile mob will stop targeting you after switching to a hostile mob identity. - "hostilesForgetNewHostileIdentityPlayer": false, - //Whether Wolves will attack Players with an identity that the Wolf would normally hunt (Sheep, Fox, Skeleton). - "wolvesAttackIdentityPrey": true, - //Whether owned Wolves will attack Players with an identity that the Wolf would normally hunt (Sheep, Fox, Skeleton). - "ownedWolvesAttackIdentityPrey": false, - //Whether Villagers will run from Players morphed as identities villagers normally run from (Zombies). - "villagersRunFromIdentities": true, - //Whether Foxes will attack Players with an identity that the Fox would normally hunt (Fish, Chicken). - "foxesAttackIdentityPrey": true, - //Whether Identity sounds take priority over Player Sounds (eg. Blaze hurt sound when hit). - "useIdentitySounds": true, - //Whether disguised players should randomly emit the ambient sound of their Identity. - "playAmbientSounds": true, - //Whether disguised players should hear their own ambient sounds (only if playAmbientSounds is true). - "hearSelfAmbient": false, - //Whether mobs in the flying entity tag can fly. - "enableFlight": true, - //How long hostility lasts for players morphed as hostile mobs (think: Pigman aggression - "hostilityTime": 300, - //A list of Advancements required before the player can fly using an Identity. - "advancementsRequiredForFlight": [], - //Whether Identities modify your max health value based on their max health value. - "scalingHealth": true, - //The maximum value of scaling health. Useful for not giving players 300 HP when they turn into a wither. - "maxHealth": 40, - //If set to false, only operators can switch identities through the ` menu. Note that this config option is synced from S2C when a client joins the game, but a client can still open the menu if they have a modified version of Identity. - "enableClientSwapMenu": true, - //If set to false, only operators can switch identities. Used on the server; guaranteed to be authoritative. - "enableSwaps": true, - //In blocks, how far can the Enderman ability teleport? - "endermanAbilityTeleportDistance": 32, - //Should player nametags render above players disguised with an identity? Note that the server is the authority for this config option. - "showPlayerNametag": false, - //If true, players that gain a NEW Identity will be forcibly changed into it on kill. - "forceChangeNew": false, - //If true, players will be forcibly changed into any entity they kill. The above option, forceChangeNew, only applies to new unlocks. - "forceChangeAlways": false, - //If true, /identity commands will send feedback in the action bar. - "logCommands": true, - "flySpeed": 0.05, - //If true, the player has to kill a certain number of entities before unlocking an Identity. - "killForIdentity": false, - //Number of kills required to unlock an Identity if killsForIdentity is true. - "requiredKillsForIdentity": 50, - //An override map for requiredKillsForIdentity for specific entity types. - "requiredKillsByType": { - "minecraft:elder_guardian": 1, - "minecraft:wither": 1, - "minecraft:ender_dragon": 1 - }, - "abilityCooldownMap": { - "minecraft:blaze": 20, - "minecraft:enderman": 100, - "minecraft:witch": 200, - "minecraft:creeper": 100, - "minecraft:wither": 200, - "minecraft:ghast": 60, - "minecraft:ender_dragon": 20, - "minecraft:snow_golem": 10, - "minecraft:evoker": 10 - } -} diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json new file mode 100644 index 000000000..15e1411e5 --- /dev/null +++ b/config/immediatelyfast.json @@ -0,0 +1,16 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "hud_batching": true, + "fast_text_lookup": true, + "fast_buffer_upload": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_item_hud_batching": false, + "experimental_disable_error_checking": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false +} \ No newline at end of file diff --git a/config/iris.properties b/config/iris.properties new file mode 100644 index 000000000..29d171d9b --- /dev/null +++ b/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Thu Dec 11 12:09:09 GMT 2025 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=8 +shaderPack=ComplementaryReimagined_r5.1.1.zip +enableShaders=false diff --git a/config/jmi-client.json b/config/jmi-client.json new file mode 100644 index 000000000..cc40ccf85 --- /dev/null +++ b/config/jmi-client.json @@ -0,0 +1,11 @@ +{ + "ftbChunks": true, + "waystone": true, + "waypointMessageBlocks": [], + "waypointMessageEmptyHandOnly": true, + "claimedChunkOverlayOpacity": 0.222223, + "disableFTBFunction": true, + "showClaimChunkScreen": true, + "waystoneColor": 16777215, + "defaultConfigVersion": -1 +} \ No newline at end of file diff --git a/config/journeymap-server.json b/config/journeymap-server.json new file mode 100644 index 000000000..a5e3ce071 --- /dev/null +++ b/config/journeymap-server.json @@ -0,0 +1 @@ +{"opAccess":true,"admins":["79f597fe-2877-4ecb-acdf-8c58cc1854ca"]} \ No newline at end of file diff --git a/config/keymap.json b/config/keymap.json deleted file mode 100644 index c27d7e68e..000000000 --- a/config/keymap.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "firstOpenDone": true, - "autoSelectLayout": false, - "customLayout": "en_us", - "replaceKeybindScreen": true, - "malilibSupport": true, - "debug": false, - "debug2": false, - "crashOnProblematicError": false, - "showHelpTooltips": true -} \ No newline at end of file diff --git a/config/lambdynlights.toml b/config/lambdynlights.toml deleted file mode 100644 index 8163984a9..000000000 --- a/config/lambdynlights.toml +++ /dev/null @@ -1,316 +0,0 @@ -# LambDynamicLights configuration. -# The dynamic lights mode -mode = "fastest" - -# Light sources settings. -[light_sources] - # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. - water_sensitive_check = true - # Enable block entities light source. - block_entities = true - # Enable entities light source. - entities = true - # TNT lighting mode. May be off, simple or fancy. - tnt = "off" - # Creeper lighting mode. May be off, simple or fancy. - creeper = "simple" - - [light_sources.settings] - - [light_sources.settings.block_entities] - - [light_sources.settings.block_entities.minecraft] - bed = true - furnace = true - dropper = true - daylight_detector = true - sign = true - jukebox = true - brewing_stand = true - sculk_sensor = true - conduit = true - beehive = true - dispenser = true - smoker = true - lectern = true - skull = true - campfire = true - barrel = true - chest = true - piston = true - end_portal = true - shulker_box = true - enchanting_table = true - banner = true - structure_block = true - ender_chest = true - bell = true - end_gateway = true - comparator = true - beacon = true - command_block = true - jigsaw = true - hopper = true - mob_spawner = true - trapped_chest = true - blast_furnace = true - - [light_sources.settings.block_entities.toms_storage] - - [light_sources.settings.block_entities.toms_storage.ts] - - [light_sources.settings.block_entities.toms_storage.ts.storage_terminal] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.level_emitter] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.inventory_cable_connector_filtered] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.painted] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.inventory_cable_connector] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.inventoty_hopper_basic] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.crafting_terminal] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.inventory_proxy] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.inventory_connector] - tile = true - - [light_sources.settings.block_entities.toms_storage.ts.open_crate] - tile = true - - [light_sources.settings.block_entities.create] - pulse_repeater = true - mechanical_bearing = true - schematicannon = true - depot = true - clockwork_bearing = true - funnel = true - chute = true - hand_crank = true - simple_kinetic = true - fluid_pipe = true - rope_pulley = true - encased_cogwheel = true - harvester = true - mechanical_crafter = true - lectern_controller = true - cursed_bell = true - encased_shaft = true - hose_pulley = true - item_drain = true - rotation_speed_controller = true - belt = true - creative_crate = true - basin = true - chassis = true - encased_fluid_pipe = true - fluid_valve = true - brass_tunnel = true - gantry_pinion = true - fluid_tank = true - schematic_table = true - portable_fluid_interface = true - analog_lever = true - clutch = true - windmill_bearing = true - toolbox = true - cuckoo_clock = true - speedometer = true - millstone = true - creative_fluid_tank = true - peculiar_bell = true - motor = true - furnace_engine = true - pulse_extender = true - turntable = true - gantry_shaft = true - sequenced_gearshift = true - crushing_wheel = true - mechanical_arm = true - item_vault = true - blaze_heater = true - weighted_ejector = true - spout = true - flywheel = true - adjustable_pulley = true - content_observer = true - gearbox = true - deployer = true - stockpile_switch = true - andesite_tunnel = true - stressometer = true - smart_chute = true - sticker = true - saw = true - copper_backtank = true - encased_large_cogwheel = true - nixie_tube = true - drill = true - mechanical_pump = true - mechanical_mixer = true - water_wheel = true - nozzle = true - cart_assembler = true - mechanical_piston = true - mechanical_press = true - encased_fan = true - glass_fluid_pipe = true - smart_fluid_pipe = true - gearshift = true - portable_storage_interface = true - crushing_wheel_controller = true - redstone_link = true - - [light_sources.settings.block_entities.createaddition] - creative_energy = true - furnace_burner = true - connector = true - redstone_relay = true - electric_motor = true - heater = true - tesla_coil = true - alternator = true - accumulator = true - crude_burner = true - rolling_mill = true - - [light_sources.settings.entities] - - [light_sources.settings.entities.minecraft] - zombie_horse = true - axolotl = true - egg = true - zoglin = true - spawner_minecart = true - llama = true - mule = true - bat = true - husk = true - experience_bottle = true - rabbit = true - firework_rocket = true - silverfish = true - giant = true - drowned = true - item = true - goat = true - horse = true - vindicator = true - minecart = true - spectral_arrow = true - llama_spit = true - mooshroom = true - glow_item_frame = false - tnt = true - snowball = true - parrot = true - creeper = true - lightning_bolt = true - ravager = true - evoker_fangs = true - chest_minecart = true - tropical_fish = true - slime = true - pillager = true - area_effect_cloud = true - blaze = true - piglin = true - end_crystal = true - endermite = true - zombie = true - ender_pearl = true - guardian = true - fireball = true - illusioner = true - eye_of_ender = true - wither_skull = true - wolf = true - zombie_villager = true - tnt_minecart = true - elder_guardian = true - boat = true - small_fireball = true - strider = true - cave_spider = true - witch = true - cod = true - snow_golem = true - spider = true - command_block_minecart = true - panda = true - bee = true - arrow = true - cow = true - magma_cube = true - pig = true - skeleton = true - hoglin = true - armor_stand = true - experience_orb = true - dolphin = true - stray = true - turtle = true - shulker = true - salmon = true - wandering_trader = true - vex = true - wither_skeleton = true - piglin_brute = true - ocelot = true - furnace_minecart = true - item_frame = true - phantom = true - ender_dragon = true - leash_knot = true - evoker = true - marker = true - glow_squid = true - squid = true - shulker_bullet = true - enderman = true - dragon_fireball = true - chicken = true - trader_llama = true - donkey = true - fox = true - iron_golem = true - zombified_piglin = true - cat = true - ghast = true - sheep = true - player = true - pufferfish = true - potion = true - trident = true - villager = true - skeleton_horse = true - fishing_bobber = true - polar_bear = true - hopper_minecart = true - falling_block = true - painting = true - wither = true - - [light_sources.settings.entities.immersive_portals] - loading_indicator = true - - [light_sources.settings.entities.create] - seat = true - stationary_contraption = true - contraption = true - gantry_contraption = true - super_glue = true - crafting_blueprint = true - potato_projectile = true - diff --git a/config/legendarytooltips-common.toml b/config/legendarytooltips-common.toml deleted file mode 100644 index 47114692f..000000000 --- a/config/legendarytooltips-common.toml +++ /dev/null @@ -1,118 +0,0 @@ - -# Legendary Tooltips Configuration Instructions -# -# *** READ THIS FIRST *** -# -# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs -# where the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. -# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: -# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). -# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", -# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. -# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. -# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. -# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. -# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, -# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. -[client] - - [client.visual_options] - # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. - name_separator = true - # If enabled, tooltip border colors will match item rarity colors (except for custom borders). - borders_match_rarity = true - # If enabled, tooltips will display a drop shadow. - tooltip_shadow = true - # If enabled, items showing a custom border will have a special shine effect when hovered over. - shine_effect = true - # If enabled, tooltip titles will be drawn centered. - centered_title = true - # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. - enforce_minimum_width = false - - # Entry types: - # Item name - Use item name for vanilla items or include mod name for modded items. Examples: "minecraft:stick", "iron_ore" - # Tag - $ followed by tag name. Examples: "$forge:stone", "$planks" - # Mod name - @ followed by mod identifier. Examples: "@spoiledeggs" - # Rarity - ! followed by item's rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" - # Item name color - # followed by color hex code, the hex code must match exactly. Examples: "#23F632" - # Display name - % followed by any text. Will match any item with this text in its tooltip display name. Examples: "%Netherite", "%[Uncommon]" - # Tooltip text - Will match any item with this text anywhere in the tooltip text (besides the name). Examples: "^Legendary" - # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" - [client.definitions] - level0_entries = ["!epic", "!rare"] - level1_entries = [] - level2_entries = [] - level3_entries = [] - level4_entries = [] - level5_entries = [] - level6_entries = [] - level7_entries = [] - level8_entries = [] - level9_entries = [] - level10_entries = [] - level11_entries = [] - level12_entries = [] - level13_entries = [] - level14_entries = [] - level15_entries = [] - # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. - blacklist = [] - - # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, don't worry about it. - [client.priorities] - priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - - # The start and end border colors and background colors of each level. - # Note that they can be entered as any one of: a decimal or hex color code in the format 0xAARRGGBB or 0xRRGGBB, OR a string color name or color code. - # Examples: 0xFFFF00, 0xFF73D984, 4290445567, "red", "#FFCC00" are all valid. - [client.colors] - level0_start_color = 4288244002 - level0_end_color = 4284103197 - level0_bg_color = 4027976192 - level1_start_color = 4288244002 - level1_end_color = 4284103197 - level1_bg_color = 4027976192 - level2_start_color = 4288244002 - level2_end_color = 4284103197 - level2_bg_color = 4027976192 - level3_start_color = 4288244002 - level3_end_color = 4284103197 - level3_bg_color = 4027976192 - level4_start_color = 4288244002 - level4_end_color = 4284103197 - level4_bg_color = 4027976192 - level5_start_color = 4288244002 - level5_end_color = 4284103197 - level5_bg_color = 4027976192 - level6_start_color = 4288244002 - level6_end_color = 4284103197 - level6_bg_color = 4027976192 - level7_start_color = 4288244002 - level7_end_color = 4284103197 - level7_bg_color = 4027976192 - level8_start_color = 4288244002 - level8_end_color = 4284103197 - level8_bg_color = 4027976192 - level9_start_color = 4288244002 - level9_end_color = 4284103197 - level9_bg_color = 4027976192 - level10_start_color = 4288244002 - level10_end_color = 4284103197 - level10_bg_color = 4027976192 - level11_start_color = 4288244002 - level11_end_color = 4284103197 - level11_bg_color = 4027976192 - level12_start_color = 4288244002 - level12_end_color = 4284103197 - level12_bg_color = 4027976192 - level13_start_color = 4288244002 - level13_end_color = 4284103197 - level13_bg_color = 4027976192 - level14_start_color = 4288244002 - level14_end_color = 4284103197 - level14_bg_color = 4027976192 - level15_start_color = 4288244002 - level15_end_color = 4284103197 - level15_bg_color = 4027976192 - diff --git a/config/lootr.json b/config/lootr.json new file mode 100644 index 000000000..a8e9a9471 --- /dev/null +++ b/config/lootr.json @@ -0,0 +1,46 @@ +{ + "debug": { + "report_invalid_tables": true + }, + "seed": { + "randomize_seed": true + }, + "conversion": { + "maximum_entry_age": 1800 + }, + "breaking": { + "enable_break": false, + "enable_fake_player_break": false, + "disable_break": false, + "power_comparators": true, + "blast_resistant": false, + "blast_immune": false + }, + "lists": { + "dimension_whitelist": [], + "dimension_blacklist": [], + "loot_table_blacklist": [], + "loot_modid_blacklist": [] + }, + "decay": { + "decay_value": 6000, + "decay_all": false, + "decay_modids": [], + "decay_loot_tables": [], + "decay_dimensions": [] + }, + "refresh": { + "refresh_value": 24000, + "refresh_all": false, + "refresh_modids": [], + "refresh_loot_tables": [], + "refresh_dimensions": [] + }, + "notifications": { + "notification_delay": 600, + "disable_notifications": false + }, + "vanilla": { + "vanilla_textures": false + } +} \ No newline at end of file diff --git a/config/malilib.json b/config/malilib.json deleted file mode 100644 index a6e00f219..000000000 --- a/config/malilib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Generic": { - "ignoredKeys": { - "keys": "" - }, - "openGuiConfigs": { - "keys": "A,C" - }, - "realmsCommonConfig": true - } -} \ No newline at end of file diff --git a/config/neruina.json b/config/neruina.json new file mode 100644 index 000000000..3ec31dca9 --- /dev/null +++ b/config/neruina.json @@ -0,0 +1,8 @@ +{ + "broadcast_errors": true, + "handle_ticking_entities": true, + "handle_ticking_block_entities": true, + "handle_ticking_block_states": true, + "handle_ticking_item_stacks": true, + "handle_ticking_players": true +} \ No newline at end of file diff --git a/config/pal.properties b/config/pal.properties deleted file mode 100644 index 54cf60254..000000000 --- a/config/pal.properties +++ /dev/null @@ -1,5 +0,0 @@ -#PlayerAbilityLib configuration file -# -#If alwaysLogTamperWarnings is set to false, external update messages will be logged only once per game session -#Mon Aug 22 21:32:03 BST 2022 -alwaysLogTamperWarnings=true diff --git a/config/patchouli.json5 b/config/patchouli.json5 deleted file mode 100644 index b2ad734b2..000000000 --- a/config/patchouli.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - // Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled - "disableAdvancementLocking": false, - // Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ - "noAdvancementBooks": [], - // Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode - "testingMode": false, - // Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. - "inventoryButtonBook": "", - // Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. - "useShiftForQuickLookup": false, - // Set how to handle text overflow: OVERFLOW the text off the page, TRUNCATE overflowed text, or RESIZE everything to fit. Relogin after changing. - "textOverflowMode": "RESIZE" -} \ No newline at end of file diff --git a/config/per_aspera-common.toml b/config/per_aspera-common.toml new file mode 100644 index 000000000..aed0ba49f --- /dev/null +++ b/config/per_aspera-common.toml @@ -0,0 +1,18 @@ +#Whether the thruster boots should be enabled +thrusterBootsEnabled = true +#How high thruster boots can boost you +#Range: 0.05 ~ 5.0 +thrusterBootsJumpStrength = 0.6 +#Time in ticks for cooldown of using thruster boots +#Range: > 0 +thrusterBootsTimeoutTicks = 120 +#Where the Thruster Boots Charge display is aligned +#Allowed Values: TopLeft, TopCenter, TopRight, LeftCenter, RightCenter, BottomLeft, BottomCenter, BottomRight +thrusterBootsChargeHUDAlignment = "TopRight" +#X-Offset of the Thruster Boots Charge HUD +#Range: -1000 ~ 1000 +thrusterBootsChargeHUDX = 10 +#Y-Offset of the Thruster Boots Charge HUD +#Range: -1000 ~ 1000 +thrusterBootsChargeHUDY = 10 + diff --git a/config/peripheralium-common.toml b/config/peripheralium-common.toml new file mode 100644 index 000000000..a4a309a5d --- /dev/null +++ b/config/peripheralium-common.toml @@ -0,0 +1,30 @@ + +[limitations] + #Limits max item transfer per one operation + #Range: 1 ~ 9223372036854775807 + itemStorageTransferLimit = 128 + #Limits max fluid transfer per one operation + #Range: 1 ~ 9223372036854775807 + fluidStorageTransferLimit = 5305500 + +[cooldown] + #Enables initial cooldown on peripheral initialization + isInitialCooldownEnabled = true + #Determinates initial cooldown sensentive level, values lower then this value will not trigger initial cooldown + #Range: > 0 + initialCooldownSensetiveLevel = 6000 + #Determinates trashold for cooldown to be stored + #Range: > 0 + cooldownTrashholdLevel = 100 + +[experience] + #Determinates amount xp to correspond one fuel point + #Range: > 1 + xpToFuelRate = 10 + +[operations] + #Range: > 1000 + xpTransferCooldown = 1000 + #Range: > 0 + xpTransferCost = 1 + diff --git a/config/peripheralworks-common.toml b/config/peripheralworks-common.toml new file mode 100644 index 000000000..b191e0936 --- /dev/null +++ b/config/peripheralworks-common.toml @@ -0,0 +1,48 @@ + +[plugins] + + [plugins.generic] + #Enables generic integration for inventory types of block entities + enableGenericInventory = true + #Enables generic integration for item storages, that are not covered by inventory integration + enableGenericItemStorage = true + #Enables generic integration for fluid storages + enableGenericFluidStorage = true + #Limits max item transfer per one operation + #Range: 1 ~ 9223372036854775807 + itemStorageTransferLimit = 128 + #Limits max fluid transfer per one operation + #Range: 1 ~ 9223372036854775807 + fluidStorageTransferLimit = 5305500 + + [plugins.specific] + #Enables integration for minecraft beacon + enableBeacon = true + #Enables integration for minecraft note block + enableNoteBlock = true + #Enables integration for minecraft lectern + enableLectern = true + #Enables integration for minecraft jukebox + enableJukebox = true + #Enables integration for minecraft powered rail + enablePoweredRail = true + +[integrations] + + [integrations.team_reborn_energy] + #Enables energy storage integration + enableEnergyStorage = true + #Enables turtle refueling with items with energy + enableTurtleRefuelWithEnergy = true + #Controls how many energy required for one fuel point + #Range: > 1 + energyToFuelRate = 50 + + [integrations.ae2] + #Enables me interface integration + enableMEInterface = true + + [integrations.create] + #Enables storage integration + enableStorage = true + diff --git a/config/pfm.json b/config/pfm.json deleted file mode 100644 index a90c66996..000000000 --- a/config/pfm.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "tablesOfDifferentMaterialsConnect": false, - "chairsFacePlayer": true, - "countersOfDifferentMaterialsConnect": false, - "foodPopsOffStove": false -} \ No newline at end of file diff --git a/config/ping-wheel.server.json b/config/ping-wheel.server.json new file mode 100644 index 000000000..337977497 --- /dev/null +++ b/config/ping-wheel.server.json @@ -0,0 +1,5 @@ +{ + "globalChannelDisabled": false, + "msToRegenerate": 1000, + "rateLimit": 5 +} \ No newline at end of file diff --git a/config/polymer/client.json b/config/polymer/client.json deleted file mode 100644 index ea120c19e..000000000 --- a/config/polymer/client.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "_c1": "Forces resource pack by default", - "forceResourcePackByDefault": false, - "_c2": "Toggles Polymer's networking for client", - "enableNetworkSync": true, - "_c3": "Enables alternative armor (texture) renderer. Always enabled with Iris/Canvas installed", - "useAlternativeArmorRenderer": false, - "_c4": "Toggles visibility of F3 debug info", - "displayF3Info": true -} \ No newline at end of file diff --git a/config/polymer/server.json b/config/polymer/server.json deleted file mode 100644 index 1a7bbb54a..000000000 --- a/config/polymer/server.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_c1": "Keep this one at 0, unless you credit this library in another way", - "coreCommandOperatorLevel": 0, - "_c2": "Marks resource pack as forced, only effects clients and mods using api to check it", - "markResourcePackAsForcedByDefault": false, - "_c3": "Force-enables offset of CustomModelData", - "forcePackOffset": false, - "_c4": "Toggles Polymer's networking globally. It's recommended to leave it to true for better experience", - "enableNetworkSync": true, - "_c5": "Logs warnings while creating template/filter entities", - "enableTemplateEntityWarnings": true, - "_c6": "Enables Polymer dev tools on non-development server", - "enableDevUtils": false, - "_c7": "Displays vanilla/modded creatives tabs in /polymer creative", - "displayNonPolymerCreativeTabs": true, - "_c8": "Toggles pre-play stage Polymer handshake. It's recommended to leave it to true", - "handleHandshakeEarly": true, - "_c9": "Makes server send additional block updates around clicked area", - "sendBlocksAroundClicked": true, - "_c10a": "If you have too many BlockStates, this packets likes to break. This toggle allows you to disable", - "_c10b": "and replace it with multiple regular block update ones.", - "_c10c": "See this issue if you are curious: https://github.com/ConsistencyPlus/ConsistencyPlus/issues/108", - "disableChunkDeltaUpdatePacket": false -} \ No newline at end of file diff --git a/config/polymorph-integrations.json b/config/polymorph-integrations.json new file mode 100644 index 000000000..f061712d6 --- /dev/null +++ b/config/polymorph-integrations.json @@ -0,0 +1,42 @@ +[ + { + "id": "ae2", + "enabled": true + }, + { + "id": "camsbackpacks", + "enabled": true + }, + { + "id": "fastbench", + "enabled": true + }, + { + "id": "fastfurnace", + "enabled": true + }, + { + "id": "improved-stations", + "enabled": true + }, + { + "id": "ironfurnaces", + "enabled": true + }, + { + "id": "origins", + "enabled": true + }, + { + "id": "recipecache", + "enabled": true + }, + { + "id": "roughlyenoughitems-runtime", + "enabled": true + }, + { + "id": "toms_storage", + "enabled": true + } +] \ No newline at end of file diff --git a/config/probablychests.toml b/config/probablychests.toml deleted file mode 100644 index b8ecad4dd..000000000 --- a/config/probablychests.toml +++ /dev/null @@ -1,17 +0,0 @@ -[mimicSettings] -mimicDifficulty = "EASY" -spawnNaturalMimics = false -naturalMimicSpawnRate = 0.0 -allowPetMimics = true -doPetMimicLimit = true -petMimicLimit = 2 -abandonedMimicTimer = 5 -allowPetMimicLocking = true -[worldGen] -potSpawnChance = 0.3 -chestSpawnChance = 0.3 -surfaceChestSpawnChance = 0.15 -secretMimicChance = 0.0 -[chestSettings] -allowChestLocking = true -enableLockedChestOwners = true diff --git a/config/projecttable-common.toml b/config/projecttable-common.toml new file mode 100644 index 000000000..4291162fd --- /dev/null +++ b/config/projecttable-common.toml @@ -0,0 +1,8 @@ +#How many rows of extra storage should a project table have? +#Range: 0 ~ 5 +extraStorageRows = 2 +#Whether the inventory of the block can be interacted with from the outside +storageInteractions = true +#Whether inputting items into the block starts in the crafting grid or the extra storage +insertIntoGrid = false + diff --git a/config/quickconnectbutton.json5 b/config/quickconnectbutton.json5 deleted file mode 100644 index dc861dacf..000000000 --- a/config/quickconnectbutton.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - // The address to connect to when the Connect button is pressed. - "address": "143.47.230.34:25565", - // The name of the Button. - "connectButton": "LakySMP" -} \ No newline at end of file diff --git a/config/railways-client.toml b/config/railways-client.toml new file mode 100644 index 000000000..c1501fb64 --- /dev/null +++ b/config/railways-client.toml @@ -0,0 +1,16 @@ + +#General settings +[general] + #Journeymap train overlay update time (in ticks) + #Range: 1 ~ 600 + journeymapUpdateTicks = 1 + #Journeymap train overlay old marker removal check time (in ticks) + #Range: 10 ~ 1200 + journeymapObsolescenceCheckTicks = 200 + #Show extended debug info in coupler goggle overlay + extendedCouplerDebug = false + #Skip clientside train derailing. This prevents stuttering when a train places tracks, but trains will not appear derailed when they crash + skipClientsideDerailing = false + #Use a scanline shader when spying through a conductor + conductorSpyShader = true + diff --git a/config/railways-common.toml b/config/railways-common.toml new file mode 100644 index 000000000..04d40e133 --- /dev/null +++ b/config/railways-common.toml @@ -0,0 +1,33 @@ + +#General settings +[general] + #Outside-of-render-distance train sync time (in ticks) + #Range: 10 ~ 600 + farTrainUpdateTicks = 200 + #In-render-distance train sync time (in ticks) + #Range: 1 ~ 600 + nearTrainUpdateTicks = 1 + #Conductor whistle is limited to the owner of a train + mustOwnBoundTrain = false + #Coupler will require points to be on the same or adjacent track edge, this will prevent the coupler from working if there is any form of junction in between the two points. + strictCoupler = false + #Register integration tracks for mods that are not present + registerMissingTracks = false + #Allow controlling Brass Switches remotely when approaching them on a train + flipDistantSwitches = true + #Placement range for switches + #Range: 16 ~ 128 + switchPlacementRange = 64 + #Disable Steam 'n Rails datafixers. Do not enable this config if you world contains pre-Create 0.5.1 monobogeys, because then they will be destroyed + disableDatafixer = false + #Maximum length of conductor vents + #Range: > 1 + maxConductorVentLength = 64 + +#Semaphore settings +[semaphore] + #Simplified semaphore placement + simplifiedSemaphorePlacement = true + #Whether semaphore color order is reversed when the semaphores are oriented upside-down + semaphoresFlipYellowOrder = false + diff --git a/config/roughlyenoughitems/collapsible.json5 b/config/roughlyenoughitems/collapsible.json5 new file mode 100644 index 000000000..505f0a8f3 --- /dev/null +++ b/config/roughlyenoughitems/collapsible.json5 @@ -0,0 +1,4 @@ +{ + "disabledGroups": [], + "customGroups": [] +} \ No newline at end of file diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 new file mode 100644 index 000000000..e708c8703 --- /dev/null +++ b/config/roughlyenoughitems/config.json5 @@ -0,0 +1,178 @@ +{ + "basics": { + "favorites": [], + "hiddenFavorites": [], + "displayHistory": [], + "cheating": false, + "favoritesEnabled": true, + "reduceMotion": false, + "keyBindings": { + "useNativeKeybinds": false, + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.mouse.middle", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 0 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.f8", + "modifier": 0 + }, + "previousScreenKeybind": { + "keyCode": "key.keyboard.backspace", + "modifier": 0 + } + }, + // Declares whether REI is visible. + "overlayVisible": true, + "cheatingStyle": "GRAB" + }, + "appearance": { + "recipeScreenType": "UNSET", + // Declares the appearance of REI windows. + "theme": "LIGHT", + "layout": { + // Declares the position of the search field. + "searchFieldLocation": "CENTER", + // Declares the position of the config button. + "configButtonLocation": "LOWER", + // Declares whether the craftable filter button is enabled. + "showCraftableOnlyButton": true + }, + // Declares the appearance of recipe's border. + "recipeBorder": "DEFAULT", + // Declares whether entry panel is scrolled. + "scrollingEntryListWidget": false, + // Declares whether entry panel should be invisible when not searching + "hideEntryPanelIfIdle": false, + "rainbow": false, + "horizontalEntriesBoundaries": 1.0, + "verticalEntriesBoundaries": 1.0, + "horizontalEntriesBoundariesColumns": 50, + "verticalEntriesBoundariesRows": 1000, + "horizontalEntriesBoundariesAlignment": 1.0, + "verticalEntriesBoundariesAlignment": 0.5, + "favoritesHorizontalEntriesBoundaries": 1.0, + "favoritesHorizontalEntriesBoundariesColumns": 50, + "syntaxHighlightingMode": "COLORFUL", + "isFocusModeZoomed": false + }, + "functionality": { + "inputMethod": null, + // Declares whether REI should remove the recipe book. + "disableRecipeBook": false, + // Declares whether mob effects should be on the left side instead of the right side. + "leftSideMobEffects": false, + // Declares whether subsets is enabled. + "isSubsetsEnabled": false, + "allowInventoryHighlighting": true, + "inventoryHighlightingDarkenOpacity": 0.85, + "inventoryHighlightingOpacity": 1.0, + "itemCheatingMode": "REI_LIKE" + }, + "advanced": { + "tooltips": { + // Declares whether REI should append mod names to entries. + "appendModNames": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false, + "displayIMEHints": true + }, + "layout": { + // The ordering of the items on the entry panel. + "entryPanelOrdering": "REGISTRY_ASCENDING", + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPerPage": 8, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPageHeight": 300, + // Declares whether entry rendering time should be debugged. + "debugRenderTimeRequired": false, + // Merges displays with equal contents under 1 display. + "mergeDisplayUnderOne": true, + "favoriteAddWidgetMode": "ALWAYS_VISIBLE" + }, + "accessibility": { + "entrySize": 1.0, + // Declares the position of the entry panel. + "displayPanelLocation": "RIGHT", + // Declares how the scrollbar in composite screen should act. + "compositeScrollBarPermanent": false, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether REI should use compact tabs for categories. + "useCompactTabs": true, + // Declares whether REI should use compact tab buttons for categories. + "useCompactTabButtons": false + }, + "search": { + // Declares whether search time should be debugged. + "debugSearchTimeRequired": false, + // Declares whether REI should search async. + "asyncSearch": true, + // Declares how many entries should be grouped one async search. + "asyncSearchPartitionSize": 100, + "patchAsyncThreadCrash": true, + "tooltipSearch": "ALWAYS", + "tagSearch": "PREFIX", + "identifierSearch": "ALWAYS", + "modSearch": "PREFIX" + }, + "commands": { + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}", + // Declares the command used to change time. + "timeCommand": "/time set {time}" + }, + "miscellaneous": { + // Declares whether arrows in containers should be clickable. + "clickableRecipeArrows": true, + "registerRecipesInAnotherThread": true, + "newFastEntryRendering": true, + "cachingFastEntryRendering": false, + "cachingDisplayLookup": true, + "categorySettings": { + "filteringQuickCraftCategories": { }, + "categoryOrdering": [], + "hiddenCategories": [] + } + }, + "filtering": { + "filteredStacks": [], + "shouldFilterDisplays": true, + "filteringRules": [ + "{id:\"roughlyenoughitems:manual\",rule:{}}", + "{id:\"roughlyenoughitems:basic\",rule:{}}", + "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" + ] + } + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/favorites.json5 b/config/roughlyenoughitems/favorites.json5 new file mode 100644 index 000000000..a0dd990e6 --- /dev/null +++ b/config/roughlyenoughitems/favorites.json5 @@ -0,0 +1,5 @@ +{ + "favorites": [], + "hiddenFavorites": [], + "displays": [] +} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json new file mode 100644 index 000000000..316eb7fcc --- /dev/null +++ b/config/roughlyenoughitems/hints.json @@ -0,0 +1 @@ +{"UUID":"576ea09d43c042ad847666b6a23064f3","shownHints":[]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties new file mode 100644 index 000000000..29aa62167 --- /dev/null +++ b/config/roughlyenoughitems/pinyin.properties @@ -0,0 +1,2 @@ +#Pinyin Options +#Thu Dec 11 12:10:56 GMT 2025 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties new file mode 100644 index 000000000..d73c8f746 --- /dev/null +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -0,0 +1,3 @@ +#Double Pinyin Options +#Thu Dec 11 12:10:56 GMT 2025 +Converter=sougou diff --git a/config/screencopy.toml b/config/screencopy.toml deleted file mode 100644 index 371d9a5fb..000000000 --- a/config/screencopy.toml +++ /dev/null @@ -1 +0,0 @@ -saveScreenshot = true diff --git a/config/simple-rpc/spark/config.json b/config/simple-rpc/spark/config.json new file mode 100644 index 000000000..480c9e62f --- /dev/null +++ b/config/simple-rpc/spark/config.json @@ -0,0 +1,4 @@ +{ + "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", + "backgroundProfiler": true +} \ No newline at end of file diff --git a/config/simple-rpc/spark/tmp/about.txt b/config/simple-rpc/spark/tmp/about.txt new file mode 100644 index 000000000..31c393f41 --- /dev/null +++ b/config/simple-rpc/spark/tmp/about.txt @@ -0,0 +1,10 @@ +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/config/simplerharvest.json b/config/simplerharvest.json deleted file mode 100644 index 989bca06e..000000000 --- a/config/simplerharvest.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "exhaustionPerHarvest": 0.005, - "additionalLogging": false, - "crops": { - "wheatEnabled": true, - "wheatStage": 7, - "netherWartEnabled": true, - "netherWartStage": 3, - "carrotEnabled": true, - "carrotStage": 7, - "potatoEnabled": true, - "potatoStage": 7, - "beetrootEnabled": true, - "beetrootStage": 3 - } -} \ No newline at end of file diff --git a/config/skinlayers.json b/config/skinlayers.json deleted file mode 100644 index 4f2d74dbc..000000000 --- a/config/skinlayers.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "enableHat": true, - "enableJacket": true, - "enableLeftSleeve": true, - "enableRightSleeve": true, - "enableLeftPants": true, - "enableRightPants": true, - "baseVoxelSize": 1.4, - "bodyVoxelWidthSize": 1.001, - "headVoxelSize": 1.25, - "renderDistanceLOD": 14, - "enableSkulls": true, - "enableSkullsItems": true, - "skullVoxelSize": 1.1, - "fastRender": true -} \ No newline at end of file diff --git a/config/smoothboot.json b/config/smoothboot.json deleted file mode 100644 index adab5f2bc..000000000 --- a/config/smoothboot.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "threadCount": { - "bootstrap": 1, - "main": 11 - }, - "threadPriority": { - "game": 5, - "bootstrap": 1, - "main": 1, - "io": 1, - "integratedServer": 5 - } -} \ No newline at end of file diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json new file mode 100644 index 000000000..51cbb0a29 --- /dev/null +++ b/config/sodium-extra-options.json @@ -0,0 +1,69 @@ +{ + "animation_settings": { + "animation": true, + "water": true, + "lava": true, + "fire": true, + "portal": true, + "block_animations": true, + "sculk_sensor": true + }, + "particle_settings": { + "particles": true, + "rain_splash": true, + "block_break": true, + "block_breaking": true, + "other": {} + }, + "detail_settings": { + "sky": true, + "sun_moon": true, + "stars": true, + "rain_snow": true, + "biome_colors": true, + "sky_colors": false + }, + "render_settings": { + "fog_distance": 0, + "fog_start": 100, + "multi_dimension_fog_control": false, + "dimensionFogDistance": {}, + "use_linear_flat_color_blender": false, + "light_updates": true, + "item_frame": true, + "armor_stand": true, + "painting": true, + "piston": true, + "beacon_beam": true, + "enchanting_table_book": true, + "item_frame_name_tag": true, + "player_name_tag": true + }, + "extra_settings": { + "overlay_corner": "TOP_LEFT", + "text_contrast": "NONE", + "show_fps": false, + "show_f_p_s_extended": false, + "show_coords": false, + "reduce_resolution_on_mac": true, + "use_adaptive_sync": false, + "cloud_height": 192, + "toasts": true, + "advancement_toast": true, + "recipe_toast": true, + "system_toast": true, + "tutorial_toast": true, + "instant_sneak": false, + "prevent_shaders": false, + "use_fast_random": true + }, + "notification_settings": { + "hide_r_s_o_recommendation": false + }, + "super_secret_settings": { + "fetch_sodium_extra_crowdin_translations": false, + "sodium_extra_crowdin_project_identifier": "sodium-extra", + "fetch_sodium_crowdin_translations": false, + "sodium_crowdin_project_identifier": "sodium-fabric" + } +} \ No newline at end of file diff --git a/config/sodium-extra.properties b/config/sodium-extra.properties new file mode 100644 index 000000000..dde224baa --- /dev/null +++ b/config/sodium-extra.properties @@ -0,0 +1,7 @@ +# This is the configuration file for Sodium Extra. +# This file exists for debugging purposes and should not be configured otherwise. +# +# You can find information on editing this file and all the available options here: +# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-mixins.properties b/config/sodium-mixins.properties new file mode 100644 index 000000000..2c04ad82b --- /dev/null +++ b/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-options.json b/config/sodium-options.json new file mode 100644 index 000000000..ccf7b693d --- /dev/null +++ b/config/sodium-options.json @@ -0,0 +1,26 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": false + }, + "advanced": { + "arena_memory_allocator": "ASYNC", + "allow_direct_memory_access": true, + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates": true, + "animate_only_visible_textures": false, + "use_entity_culling": true, + "use_particle_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true + }, + "notifications": { + "hide_donation_button": false + } +} \ No newline at end of file diff --git a/config/spark/config.json b/config/spark/config.json new file mode 100644 index 000000000..480c9e62f --- /dev/null +++ b/config/spark/config.json @@ -0,0 +1,4 @@ +{ + "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", + "backgroundProfiler": true +} \ No newline at end of file diff --git a/config/spark/tmp/about.txt b/config/spark/tmp/about.txt new file mode 100644 index 000000000..31c393f41 --- /dev/null +++ b/config/spark/tmp/about.txt @@ -0,0 +1,10 @@ +# What is this directory? + +* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. +* Previously, a temporary directory provided by the operating system was used for this purpose. +* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! + +spark will automatically cleanup the contents of this directory. +(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) + +tl;dr: spark uses this folder to store some temporary data. diff --git a/config/starterkit-fabric.json5 b/config/starterkit-fabric.json5 deleted file mode 100644 index 4a02a0c0e..000000000 --- a/config/starterkit-fabric.json5 +++ /dev/null @@ -1,4 +0,0 @@ -{ - // Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed. - "enableFTBIslandCreateCompatibility": true -} \ No newline at end of file diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt deleted file mode 100644 index be1ac3d6e..000000000 --- a/config/starterkit/starterkit.txt +++ /dev/null @@ -1,41 +0,0 @@ -"offhand" : "", -"head" : "", -"chest" : "", -"legs" : "", -"feet" : "", -0 : "createastral:orcane", -1 : "", -2 : "", -3 : "", -4 : "", -5 : "", -6 : "", -7 : "ftbquests:book", -8 : "minecraft:golden_carrot", -9 : "", -10 : "", -11 : "", -12 : "", -13 : "", -14 : "", -15 : "", -16 : "", -17 : "", -18 : "", -19 : "", -20 : "", -21 : "", -22 : "", -23 : "", -24 : "", -25 : "", -26 : "", -27 : "", -28 : "", -29 : "", -30 : "", -31 : "", -32 : "", -33 : "", -34 : "", -35 : "", diff --git a/config/structures_compass.json b/config/structures_compass.json deleted file mode 100644 index 6eac6086a..000000000 --- a/config/structures_compass.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "comments": { - "_filterMode": "The mode of the filter, either blacklist or whitelist, default is blacklist", - "_filter": "A list of structures that the compass will not search in blacklist mode or will only search in whitelist mode, specified by resource location, supporting regex", - "_maxDistance": "The pseudo maximum searching radius. If the distance to the structure exceeds this value, HUD would display 'Not Found'", - "_radius": "The real maximum searching radius used by the underlying method (no idea how it works.)If you still couldn't find a structure with a big enough MaxSearchRadius, increase this one.If you think searching makes the server slow, decrease this one.", - "_HudInfoLevel": "HUD information detail level. 0: Nothing.1+: Structure and Dimension name.2+: Distance to the structure.3: Position of the structure and distance in x/y/z axis.", - "_HudPosition": "The side of the information HUD. Either LEFT or RIGHT.", - "_displayWithChatOpen": "Displays the compass information HUD even while chat is open.", - "_xOffset": "The X offset for information rendered on the HUD. (default:7)", - "_yOffset": "The Y offset for information rendered on the HUD. (default:16)", - "_overlayLineOffset": "The line offset for information rendered on the HUD. (default:1)", - "_closedEnough": "The X/Y/Z-distance won't be shown if the distance is smaller than the value. (default:0.3)" - }, - "common": { - "filterMode": "BLACKLIST", - "filterList": [ - "bosses_of_mass_destruction:lich_tower", - "minecraft:stronghold", - "minecraft:monument", - "minecraft:buried_treasure", - "bosses_of_mass_destruction:void_blossom" - ], - "maxDistance": 5000.0, - "radius": 64 - }, - "client": { - "HudInfoLevel": 3, - "HudPosition": "LEFT", - "displayWithChatOpen": true, - "xOffset": 7, - "yOffset": 16, - "overlayLineOffset": 1, - "closedEnough": 0.3 - } -} \ No newline at end of file diff --git a/config/terrablender.toml b/config/terrablender.toml deleted file mode 100644 index 17250da77..000000000 --- a/config/terrablender.toml +++ /dev/null @@ -1,18 +0,0 @@ -#General settings -general = {} - -#Generation settings -[generation_settings] - #The size of overworld biome regions from each mod that uses TerraBlender. - #Range: 2-6 - overworld_region_size = 3 - #The weighting of vanilla biome regions in the nether. - #Range: 0-2147483647 - vanilla_nether_region_weight = 10 - #The size of nether biome regions from each mod that uses TerraBlender. - #Range: 2-6 - nether_region_size = 2 - #The weighting of vanilla biome regions in the overworld. - #Range: 0-2147483647 - vanilla_overworld_region_weight = 10 - diff --git a/config/utilities.json b/config/utilities.json deleted file mode 100644 index d06b0f36d..000000000 --- a/config/utilities.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "unit": "KPH", - "loot_in_village": true, - "decreased_loot": false, - "disable_loot": false, - "text_location": "LEFT_MID" -} \ No newline at end of file diff --git a/config/vmp.properties b/config/vmp.properties deleted file mode 100644 index 1f3877cfb..000000000 --- a/config/vmp.properties +++ /dev/null @@ -1,13 +0,0 @@ -#Configuration file for VMP -#Mon Dec 19 23:47:06 GMT 2022 -use_async_portals=true -exp_use_packet_priority_system_block_update_consolidation=false -use_async_chunks_on_login=true -target_chunk_send_rate=-1 -show_async_loading_messages=true -use_packet_priority_system=true -use_async_logging=true -use_multiple_netty_event_loops=true -precache_biome_lookup=true -exp_use_optimized_chunk_ticking_iteration=false -use_optimized_entity_tracking=true diff --git a/config/waila/blacklist.json b/config/waila/blacklist.json deleted file mode 100644 index 72d8e4804..000000000 --- a/config/waila/blacklist.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "blocks": [ - "minecraft:barrier", - "minecraft:structure_void" - ], - "blockEntityTypes": [], - "entityTypes": [ - "minecraft:area_effect_cloud", - "minecraft:experience_orb", - "minecraft:fireball", - "minecraft:firework_rocket", - "minecraft:snowball" - ], - "configVersion": 0, - "pluginHash": [ - 1510828157, - 0, - 1532117445 - ] -} \ No newline at end of file diff --git a/config/waila/megane.json b/config/waila/megane.json deleted file mode 100644 index 1157a8f6f..000000000 --- a/config/waila/megane.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "configVersion": 3, - "inventory": { - "enabled": true, - "itemCount": true, - "nbt": false, - "maxWidth": 9, - "maxHeight": 3, - "blacklist": [] - }, - "entityInventory": { - "enabled": true, - "itemCount": true, - "nbt": false, - "maxWidth": 9, - "maxHeight": 3, - "blacklist": [] - }, - "energy": { - "enabled": true, - "expandWhenSneak": false, - "colors": { - "megane": 7408640, - "dmlsimulacrum": 12588052 - }, - "units": { - "megane": "E", - "dmlsimulacrum": "E" - }, - "blacklist": [ - "appliedenergistics2:energy_acceptor" - ] - }, - "fluid": { - "enabled": true, - "expandWhenSneak": false, - "colors": { - "megane:default": 855385, - "minecraft:lava": 13916690, - "minecraft:water": 4159204, - "ad_astra:oil": 855385 - }, - "blacklist": [] - }, - "progress": { - "enabled": true, - "showWhenZero": false, - "blacklist": [] - }, - "effect": { - "enabled": true, - "level": true, - "roman": false, - "hidden": false, - "blacklist": [] - }, - "catchServerErrors": true, - "spawnEgg": true, - "playerHead": true -} \ No newline at end of file diff --git a/config/waila/megane_modules.json b/config/waila/megane_modules.json deleted file mode 100644 index ed1f5917a..000000000 --- a/config/waila/megane_modules.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "modules": { - "megane-deep-mob-learning-simulacrum": { - "lol.bai.megane.module.dmlsimulacrum.MeganeDmlSimulacrum": true - }, - "megane-fabric-transfer": { - "lol.bai.megane.module.fabrictransfer.MeganeFabricTransfer": true - }, - "megane-create": { - "lol.bai.megane.module.create.MeganeCreate": true - }, - "megane-reborn-energy": { - "lol.bai.megane.module.rebornenergy.MeganeRebornEnergy": true - }, - "megane-vanilla": { - "lol.bai.megane.module.vanilla.MeganeVanilla": true - } - } -} \ No newline at end of file diff --git a/config/waila/waila.json b/config/waila/waila.json deleted file mode 100644 index 6f552db99..000000000 --- a/config/waila/waila.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "general": { - "displayTooltip": true, - "shiftForDetails": false, - "displayMode": "TOGGLE", - "hideFromPlayerList": true, - "hideFromDebug": true, - "enableTextToSpeech": false, - "rateLimit": 250, - "maxHealthForRender": 0, - "maxHeartsPerLine": 0 - }, - "overlay": { - "position": { - "align": { - "x": "CENTER", - "y": "TOP" - }, - "anchor": { - "x": "CENTER", - "y": "TOP" - }, - "x": 0, - "y": 0, - "bossBarsOverlap": false - }, - "color": { - "alpha": 80, - "themes": [ - { - "id": "waila:dark", - "backgroundColor": 1250067, - "gradientStart": 3684408, - "gradientEnd": 2368548, - "fontColor": 10526880 - }, - { - "id": "waila:vanilla", - "backgroundColor": 1048592, - "gradientStart": 5243135, - "gradientEnd": 2621567, - "fontColor": 10526880 - } - ], - "activeTheme": "waila:dark" - }, - "scale": 1.0 - }, - "formatter": { - "modName": "§9§o%s", - "blockName": "§f%s", - "fluidName": "§f%s", - "entityName": "§f%s", - "registryName": "§8%s" - }, - "configVersion": 1 -} \ No newline at end of file diff --git a/config/waila/waila_plugins.json b/config/waila/waila_plugins.json deleted file mode 100644 index 911d5eaee..000000000 --- a/config/waila/waila_plugins.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "waila": { - "show_blocks": true, - "show_fluids": false, - "show_entities": true, - "show_icon": true, - "show_mod_name": true, - "show_registry": false, - "show_entity_hp": false, - "show_states": false, - "show_pos": false - }, - "minecraft": { - "item_entity": true, - "override.infested": true, - "override.trapped_chest": true, - "override.powder_snow": true, - "pet.owner": true, - "furnace_contents": true, - "jukebox.record": true, - "breaking_progress.enabled": true, - "breaking_progress.color": -1426063361, - "breaking_progress.bottom_only": false, - "spawner_type": true, - "crop_progress": true, - "redstone.lever": true, - "redstone.repeater": true, - "redstone.comparator": true, - "redstone.level": true, - "player_head.name": true, - "level.composter": true, - "level.honey": true, - "note_block.type": true, - "note_block.note": "SHARP", - "note_block.int_value": false, - "pet.hide_unknown_owner": false - } -} \ No newline at end of file diff --git a/config/worldeditcui.config.json b/config/worldeditcui.config.json deleted file mode 100644 index 558eef321..000000000 --- a/config/worldeditcui.config.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "debugMode": false, - "ignoreUpdates": false, - "promiscuous": false, - "clearAllOnKey": false, - "cuboidGridColor": { - "hex": "#CC3333CC" - }, - "cuboidEdgeColor": { - "hex": "#CC4C4CCC" - }, - "cuboidFirstPointColor": { - "hex": "#33CC33CC" - }, - "cuboidSecondPointColor": { - "hex": "#3333CCCC" - }, - "polyGridColor": { - "hex": "#CC3333CC" - }, - "polyEdgeColor": { - "hex": "#CC4C4CCC" - }, - "polyPointColor": { - "hex": "#33CCCCCC" - }, - "ellipsoidGridColor": { - "hex": "#CC4C4CCC" - }, - "ellipsoidPointColor": { - "hex": "#CCCC33CC" - }, - "cylinderGridColor": { - "hex": "#CC3333CC" - }, - "cylinderEdgeColor": { - "hex": "#CC4C4CCC" - }, - "cylinderPointColor": { - "hex": "#CC33CCCC" - }, - "chunkBoundaryColour": { - "hex": "#33CC33CC" - }, - "chunkGridColour": { - "hex": "#4CCCAA99" - } -} \ No newline at end of file