diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index b66f237..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Something is broken -title: "[BUG]" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3898e1f..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Something is missing -title: "[Feature]" -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution/mod you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots about the feature request here. - -[ ] This is something I believe would fit the base pack, and would not be better implemented as an addition to the compatibility script. diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 34ded01..2ef9da9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -420,6 +420,30 @@ jobs: mkdir -p .pakku/multimc-overrides/flame mkdir -p .pakku/multimc-overrides/mods + - name: Remove blacklisted mods from Crash Assistant modlist + shell: bash + run: | + MODLIST_PATH="config/crash_assistant/modlist.json" + if [ ! -f "$MODLIST_PATH" ]; then + echo "modlist.json not found, skipping cleanup" + exit 0 + fi + + # Extract mod IDs where export == false from pakku.json + blacklist=$(jq -r '.projects | to_entries[] | select(.value.export == false) | .key' pakku.json | jq -R -s -c 'split("\n")[:-1]') + + if [ "$blacklist" == "[]" ]; then + echo "No blacklisted mods found, skipping" + exit 0 + fi + + echo "Blacklisted mod IDs: $blacklist" + + # Remove entries whose modId is in the blacklist + jq --argjson blacklist "$blacklist" 'del(.[] | select(.modId as $id | $blacklist | index($id)))' "$MODLIST_PATH" > "$MODLIST_PATH.tmp" + mv "$MODLIST_PATH.tmp" "$MODLIST_PATH" + echo "Removed entries for blacklisted mods" + - name: Preparing the curseforge artifact run: | cd ./build/curseforge/ diff --git a/.gitignore b/.gitignore index 16053f2..a3f4910 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,7 @@ kubejs/modpackData/** # Client configs (with exceptions below) /config/*client.* /config/emixx/*client.* +/config/worldedit/ !/config/defaultsettings/** !/config/sophisticatedstorage-client.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa33d4..bda296d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.5.0] +### Changes +- Fixed market randomization not happening on first day of world creation +- Added a new prefabs questbook tab to preview and purchase placeable blueprints +- Fixed existing non functional prefab that was purchaseable from splendid wares (moved) +- Greatly improved announcement formatting +- Daily announcements now replay when logging in, and can be triggered with /splendidranching dailyText +- Reworked the Slime Fusion Breeder into a multiblock, requiring 4 corner pylons + - This should hopefully make usage clearer +- Cleaned up plenty of the questbook +- Readded hunger bar texture (it's still disabled, just for tooltips) +- Fixed storage crate recipe (-Pansmith) +- Disabled menu buttons (-Pansmith) +- Fixed telling users that they removed mods from the pack that were only used in dev environments +- Major update to Splendid Slimes, ([Many improvements! (full changelog)](https://www.curseforge.com/minecraft/mc-mods/splendid-slimes/files/8035722)) + - Notable Splendid Slimes changes: + - Fixed null owners on slimes + - Improved slime vac: Can shoot from hotbar, properly carry largos and wont shoot slime inside of blocks + - Incubator rendering and timer tooltip + - Fixed slime feeder consuming double hunger + - Reworked hunger mechanics, can be fed once a day, gets hungry at 6 am + - Forgiving tarrs, allowing you to kill the tarr and reclaim your slime (Prevents entire base destruction) + ## [0.4.3] ### Changes - Just re-added backpack tiers, with upgrade and item slot counts rebalanced diff --git a/config/ali/ali_common.json b/config/ali/ali_common.json index d118c5f..4e5376d 100644 --- a/config/ali/ali_common.json +++ b/config/ali/ali_common.json @@ -1,13 +1,13 @@ { - "configVersion": 1, + "configVersion": 2, "blockCategories": [ { "key": "ali:plant_loot", "type": "BLOCK", "icon": "minecraft:diamond_hoe", "hide": false, - "classes": [ - "net.minecraft.world.level.block.BushBlock" + "blocks": [ + "#minecraft:crops" ] }, { @@ -15,9 +15,7 @@ "type": "BLOCK", "icon": "minecraft:diamond_pickaxe", "hide": false, - "classes": [ - "net.minecraft.world.level.block.Block" - ] + "blocks": [] } ], "entityCategories": [ @@ -26,9 +24,7 @@ "type": "ENTITY", "icon": "minecraft:skeleton_skull", "hide": false, - "classes": [ - "net.minecraft.world.entity.Entity" - ] + "entityTypes": [] } ], "gameplayCategories": [ diff --git a/config/ali/ali_common.json.bak b/config/ali/ali_common.json.bak index 2f3f114..d118c5f 100644 --- a/config/ali/ali_common.json.bak +++ b/config/ali/ali_common.json.bak @@ -1,4 +1,5 @@ { + "configVersion": 1, "blockCategories": [ { "key": "ali:plant_loot", @@ -45,6 +46,11 @@ "type": "GAMEPLAY", "icon": "minecraft:fishing_rod", "hide": false, + "catalysts": [ + { + "item": "minecraft:fishing_rod" + } + ], "pattern": [ "^.*:gameplay/fishing.*$" ] @@ -54,6 +60,17 @@ "type": "GAMEPLAY", "icon": "minecraft:decorated_pot", "hide": false, + "catalysts": [ + { + "item": "minecraft:brush" + }, + { + "item": "minecraft:suspicious_sand" + }, + { + "item": "minecraft:suspicious_gravel" + } + ], "pattern": [ "^.*:archaeology/.*$" ] @@ -67,6 +84,51 @@ "^.*:gameplay/hero_of_the_village/.*$" ] }, + { + "key": "ali:cat_morning_gift", + "type": "GAMEPLAY", + "icon": "minecraft:phantom_membrane", + "hide": false, + "catalysts": [ + { + "item": "minecraft:cat_spawn_egg" + } + ], + "pattern": [ + "^.*:gameplay/cat_morning_gift.*$" + ] + }, + { + "key": "ali:piglin_bartering", + "type": "GAMEPLAY", + "icon": "minecraft:gold_ingot", + "hide": false, + "catalysts": [ + { + "item": "minecraft:piglin_spawn_egg" + }, + { + "item": "minecraft:gold_ingot" + } + ], + "pattern": [ + "^.*:gameplay/piglin_bartering.*$" + ] + }, + { + "key": "ali:sniffer_digging", + "type": "GAMEPLAY", + "icon": "minecraft:sniffer_egg", + "hide": false, + "catalysts": [ + { + "item": "minecraft:sniffer_spawn_egg" + } + ], + "pattern": [ + "^.*:gameplay/sniffer_digging.*$" + ] + }, { "key": "ali:gameplay_loot", "type": "GAMEPLAY", @@ -89,5 +151,6 @@ } ], "disabledEntities": [], - "logMoreStatistics": false + "logMoreStatistics": false, + "showInGameNames": true } \ No newline at end of file diff --git a/config/bits_n_bobs-common.toml b/config/bits_n_bobs-common.toml new file mode 100644 index 0000000..734be1c --- /dev/null +++ b/config/bits_n_bobs-common.toml @@ -0,0 +1,44 @@ + +#. +#Feature flags to enable or disable certain features of the mod. +[featureFlags] + #. + #Ability for the player to create chain drives using create's cogwheels. + cogwheelChainDrives = true + #. + #Ability for the player to create chain drives using the flanged gear cogwheels. + flangedChainDrives = true + #. + #Availability of the Chain Pulley block. + chainPulley = true + #. + #Availability of the Flywheel Bearing block. (In development) + experimentalFlywheelBearing = false + #. + #Availability of the weathered girder block. + weatheredGirder = true + #. + #Availability of the girder strut blocks. + girderStrut = true + #. + #Availability of Nixie Board block. + nixieBoard = true + #. + #Availability of Large Nixie Tube block. + largeNixieTube = true + #. + #Availability of the Lightbulb block. + lightbulb = true + #. + #Availability of the Brass Lamp block. + brassLamp = true + #. + #Availability of the Headlamp block. + headlamp = true + #. + #Availability of the Chair blocks. + chairs = true + #. + #Availability of the tile decoration blocks. + tiles = true + diff --git a/config/copycats-common.toml b/config/copycats-common.toml new file mode 100644 index 0000000..51b41ea --- /dev/null +++ b/config/copycats-common.toml @@ -0,0 +1,75 @@ +#. +#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/crash_assistant/modlist.json b/config/crash_assistant/modlist.json index 3fad326..f49c22a 100644 --- a/config/crash_assistant/modlist.json +++ b/config/crash_assistant/modlist.json @@ -5,13 +5,13 @@ "name": "forge", "version": "fmlloader-1.20.1-47.4.10.jar" }, - "AdvancedLootInfo-forge-1.20.1-1.9.1.jar": { - "jarName": "AdvancedLootInfo-forge-1.20.1-1.9.1.jar", + "AdvancedLootInfo-forge-1.20.1-1.10.0.jar": { + "jarName": "AdvancedLootInfo-forge-1.20.1-1.10.0.jar", "modId": "ali", "name": "AdvancedLootInfo", "version": "1.9.1", - "curseForgeHash": 4032253704, - "modrinthHash": "ef21a66c2d87b7360d63155b1035646d6e6b0f19" + "curseForgeHash": 3948948188, + "modrinthHash": "3f24e8ef618847743c8933aae9141202b1cded0a" }, "AdvancedPeripherals-1.20.1-0.7.46r.jar": { "jarName": "AdvancedPeripherals-1.20.1-0.7.46r.jar", @@ -133,6 +133,14 @@ "curseForgeHash": 2448644593, "modrinthHash": "c747ebbb7654b67c2b62b669605bcda041970ca4" }, + "bits_n_bobs-0.0.41.jar": { + "jarName": "bits_n_bobs-0.0.41.jar", + "modId": "bits_n_bobs", + "name": "Create Bits \u0027n\u0027 Bobs", + "version": "0.0.41", + "curseForgeHash": 3584578521, + "modrinthHash": "2751db3792cdcc1aba598ed1b7d4c07e579815e9" + }, "blueprint-1.20.1-7.1.3.jar": { "jarName": "blueprint-1.20.1-7.1.3.jar", "modId": "blueprint", @@ -149,13 +157,13 @@ "curseForgeHash": 4263061721, "modrinthHash": "9df4908f606c6dc62a358b3e04e3fdedba59a12c" }, - "Botania-1.20.1-451-FORGE.jar": { - "jarName": "Botania-1.20.1-451-FORGE.jar", + "Botania-1.20.1-452-FORGE.jar": { + "jarName": "Botania-1.20.1-452-FORGE.jar", "modId": "botania", "name": "Botania", - "version": "1.20.1-451-FORGE", - "curseForgeHash": 3320934653, - "modrinthHash": "6edbc705ccb1ca075c8155f99144646a8168e8ee" + "version": "1.20.1-452-FORGE", + "curseForgeHash": 2123002524, + "modrinthHash": "4a921d6a413a0a6fb53b6961bb65b6a33f7426ce" }, "BotaniaEditor-1.20.1-1.0.9.jar": { "jarName": "BotaniaEditor-1.20.1-1.0.9.jar", @@ -245,13 +253,21 @@ "curseForgeHash": 3263436338, "modrinthHash": "c1dca582de21cc540f1a84188db40d65d14c8153" }, - "collective-1.20.1-8.20.jar": { - "jarName": "collective-1.20.1-8.20.jar", + "cmverticaladditions-forge-1.0.0.jar": { + "jarName": "cmverticaladditions-forge-1.0.0.jar", + "modId": "cmverticaladditions", + "name": "Create More: Vertical Belts", + "version": "1.0.0", + "curseForgeHash": 1614237314, + "modrinthHash": "f14d1ccc4be1c1dabecc3f7c27d418279edbda06" + }, + "collective-1.20.1-8.22.jar": { + "jarName": "collective-1.20.1-8.22.jar", "modId": "collective", "name": "Collective", - "version": "8.20", - "curseForgeHash": 3181949061, - "modrinthHash": "32618db0efc36b45dbcdcdaa9768c507c4264f66" + "version": "8.22", + "curseForgeHash": 1537661902, + "modrinthHash": "14928c245ac6966bf9316be5233a8aead943e6d4" }, "common-networking-forge-1.0.5-1.20.1.jar": { "jarName": "common-networking-forge-1.0.5-1.20.1.jar", @@ -269,6 +285,11 @@ "curseForgeHash": 3251861014, "modrinthHash": "065c2d287a52f52fc8d33d780192325ee6f4b6ae" }, + "ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar": { + "jarName": "ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar", + "curseForgeHash": 664193113, + "modrinthHash": "4ce4e836cc837a9b99dd1a9119260c640a4b5240" + }, "connectivity-1.20.1-7.6.jar": { "jarName": "connectivity-1.20.1-7.6.jar", "modId": "connectivity", @@ -293,6 +314,14 @@ "curseForgeHash": 2144346557, "modrinthHash": "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd" }, + "copycats-3.0.7+mc.1.20.1-forge.jar": { + "jarName": "copycats-3.0.7+mc.1.20.1-forge.jar", + "modId": "copycats", + "name": "Create: Copycats+", + "version": "3.0.7+mc.1.20.1-forge", + "curseForgeHash": 3504964036, + "modrinthHash": "5d0f497695fc2ee4ef89f1898458882b9d2d3aad" + }, "cosmeticarmorreworked-1.20.1-v1a.jar": { "jarName": "cosmeticarmorreworked-1.20.1-v1a.jar", "modId": "cosmeticarmorreworked", @@ -309,13 +338,13 @@ "curseForgeHash": 2572310949, "modrinthHash": "5531e149477b9e540684a296fb196238bf1d85e8" }, - "craftingtweaks-forge-1.20.1-18.2.8.jar": { - "jarName": "craftingtweaks-forge-1.20.1-18.2.8.jar", + "craftingtweaks-forge-1.20.1-18.2.9.jar": { + "jarName": "craftingtweaks-forge-1.20.1-18.2.9.jar", "modId": "craftingtweaks", "name": "CraftingTweaks", - "version": "18.2.8", - "curseForgeHash": 1007694343, - "modrinthHash": "1c93d31216aa53e53e97f4e24adb899673accb52" + "version": "18.2.9", + "curseForgeHash": 1846779623, + "modrinthHash": "8f7a85056a753ffb9e9f178d32ccbcce44a29e63" }, "CrashAssistant-forge-1.19-1.20.1-1.11.8.jar": { "jarName": "CrashAssistant-forge-1.19-1.20.1-1.11.8.jar", @@ -397,13 +426,13 @@ "curseForgeHash": 429822454, "modrinthHash": "f49daf6ea32cd7b15816dafff5cf8fe291c89218" }, - "createtransmission-1.1.0+forge-create6-1.20.1.jar": { - "jarName": "createtransmission-1.1.0+forge-create6-1.20.1.jar", + "createtransmission-1.1.2+forge-create6-1.20.1.jar": { + "jarName": "createtransmission-1.1.2+forge-create6-1.20.1.jar", "modId": "createtransmission", "name": "Create: Transmission", - "version": "1.1.0+forge-create6-1.20.1", - "curseForgeHash": 535830847, - "modrinthHash": "ceed3e17aadc6aec47b9e730c744f3c1723828c4" + "version": "1.1.2+forge-create6-1.20.1", + "curseForgeHash": 1654647468, + "modrinthHash": "254b017d4f21ca6e905478c538bc4a129330e4ac" }, "Cucumber-1.20.1-7.0.16.jar": { "jarName": "Cucumber-1.20.1-7.0.16.jar", @@ -477,6 +506,14 @@ "curseForgeHash": 3377282770, "modrinthHash": "7de9a81d81adbe4b454a57c8a3da930cd7ab1d97" }, + "EasyAnvils-v8.0.2-1.20.1-Forge.jar": { + "jarName": "EasyAnvils-v8.0.2-1.20.1-Forge.jar", + "modId": "easyanvils", + "name": "Easy Anvils", + "version": "8.0.2", + "curseForgeHash": 1758431750, + "modrinthHash": "d44a8b549b27713a92d59148729bf374ff3e25f0" + }, "EasyMagic-v8.0.1-1.20.1-Forge.jar": { "jarName": "EasyMagic-v8.0.1-1.20.1-Forge.jar", "modId": "easymagic", @@ -485,6 +522,14 @@ "curseForgeHash": 1186236462, "modrinthHash": "9bfb5d63ac2e03ecdab8755c968ffa25b799469b" }, + "EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar": { + "jarName": "EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar", + "modId": "easyshulkerboxes", + "name": "Easy Shulker Boxes", + "version": "8.0.2", + "curseForgeHash": 2149531480, + "modrinthHash": "c5245255c422afa2d627e89bbbf4a2f1d5d721e8" + }, "embeddium-0.3.31+mc1.20.1.jar": { "jarName": "embeddium-0.3.31+mc1.20.1.jar", "modId": "embeddium", @@ -573,13 +618,13 @@ "curseForgeHash": 3141943045, "modrinthHash": "1fef1d8ab0dc2dec116bc6d6cb6f789fd33b23b0" }, - "FarmersDelight-1.20.1-1.2.11a.jar": { - "jarName": "FarmersDelight-1.20.1-1.2.11a.jar", + "FarmersDelight-1.20.1-1.3.1.jar": { + "jarName": "FarmersDelight-1.20.1-1.3.1.jar", "modId": "farmersdelight", "name": "Farmer\u0027s Delight", - "version": "1.20.1-1.2.11a", - "curseForgeHash": 241236521, - "modrinthHash": "8683e354b3d9d3c536902b884bfff9fea16c7f12" + "version": "1.20.1-1.3.1", + "curseForgeHash": 2183733754, + "modrinthHash": "7df4f6ae04e4a24488f388080fd3171476bc9c57" }, "FastLeafDecay-32.jar": { "jarName": "FastLeafDecay-32.jar", @@ -709,13 +754,13 @@ "curseForgeHash": 3620637257, "modrinthHash": "2e9ca1c5f028c251e1bc18b9ebaa06d401c8e624" }, - "Galosphere-1.20.1-1.4.1-Forge.jar": { - "jarName": "Galosphere-1.20.1-1.4.1-Forge.jar", + "Galosphere-1.20.1-1.5.1-Forge.jar": { + "jarName": "Galosphere-1.20.1-1.5.1-Forge.jar", "modId": "galosphere", "name": "Galosphere", - "version": "1.20.1-1.4.1", - "curseForgeHash": 2391171831, - "modrinthHash": "0b21651dc768383bcd4b6cc417335b4c43d208b3" + "version": "1.5.0", + "curseForgeHash": 666534292, + "modrinthHash": "98a519299dc397b576621ac6d446104e4d583433" }, "GameStages-Forge-1.20.1-15.0.2.jar": { "jarName": "GameStages-Forge-1.20.1-15.0.2.jar", @@ -765,13 +810,13 @@ "curseForgeHash": 438981801, "modrinthHash": "0d324b97af98938f28f58f696e0b992c42eb8f31" }, - "interactive_corporea_reinfused-1.0.0-beta.jar": { - "jarName": "interactive_corporea_reinfused-1.0.0-beta.jar", + "interactive_corporea_reinfused-1.1.0-beta.jar": { + "jarName": "interactive_corporea_reinfused-1.1.0-beta.jar", "modId": "interactive_corporea", "name": "Interactive Corporea", - "version": "1.0.0-beta", - "curseForgeHash": 1695881009, - "modrinthHash": "336d1d198ae485b05fe4477ccec5c500e6a1e312" + "version": "1.1.0-beta", + "curseForgeHash": 2352024771, + "modrinthHash": "1f0d3e43260e20ea0c9e80d5c5362c721f692ff0" }, "ItemBorders-1.20.1-forge-1.2.2.jar": { "jarName": "ItemBorders-1.20.1-forge-1.2.2.jar", @@ -839,13 +884,13 @@ "curseForgeHash": 1559520977, "modrinthHash": "cbeb6643d1cea979a7e01c87cfb08b9210a1c393" }, - "kubejs-forge-2001.6.5-build.16.jar": { - "jarName": "kubejs-forge-2001.6.5-build.16.jar", + "kubejs-forge-2001.6.5-build.26.jar": { + "jarName": "kubejs-forge-2001.6.5-build.26.jar", "modId": "kubejs", "name": "KubeJS", - "version": "2001.6.5-build.16", - "curseForgeHash": 2938549854, - "modrinthHash": "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66" + "version": "2001.6.5-build.26", + "curseForgeHash": 2994552797, + "modrinthHash": "8b0cc9797d4ed00fd2d1002d58960af8b32012ae" }, "kubejs_botania-1.4.0-forge.jar": { "jarName": "kubejs_botania-1.4.0-forge.jar", @@ -943,13 +988,13 @@ "curseForgeHash": 1036440574, "modrinthHash": "1ec77a7df8adbf3290a296bf25b8f99f37a60020" }, - "Lychee-1.20.1-Forge-5.2.0.jar": { - "jarName": "Lychee-1.20.1-Forge-5.2.0.jar", + "Lychee-1.20.1-Forge-5.2.1.jar": { + "jarName": "Lychee-1.20.1-Forge-5.2.1.jar", "modId": "lychee", "name": "Lychee Tweaker", - "version": "5.2.0+forge", - "curseForgeHash": 3823297021, - "modrinthHash": "8524261350169ed3dd677849bcc984b24aa778bc" + "version": "5.2.1+forge", + "curseForgeHash": 592634454, + "modrinthHash": "7843a1d6fcb1fd5cb10e2e4296bea595cc8ffe8a" }, "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar": { "jarName": "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar", @@ -975,13 +1020,13 @@ "curseForgeHash": 3020832932, "modrinthHash": "7c521d31921012ba7c8887e8fb9cb9f3ce796e16" }, - "modernfix-forge-5.27.10+mc1.20.1.jar": { - "jarName": "modernfix-forge-5.27.10+mc1.20.1.jar", + "modernfix-forge-5.27.15+mc1.20.1.jar": { + "jarName": "modernfix-forge-5.27.15+mc1.20.1.jar", "modId": "modernfix", "name": "ModernFix", - "version": "5.27.10+mc1.20.1", - "curseForgeHash": 1220741981, - "modrinthHash": "122bf61991d94c8aa6acf0420c292a99e178dbd9" + "version": "5.27.15+mc1.20.1", + "curseForgeHash": 2895896845, + "modrinthHash": "958abb9df3a403f94313a2f29e7c3963290d0338" }, "moonlight-1.20-2.16.30-forge.jar": { "jarName": "moonlight-1.20-2.16.30-forge.jar", @@ -1047,29 +1092,21 @@ "curseForgeHash": 2911560819, "modrinthHash": "2ad4ffa0fb087e4467c6f7496d456fc1ac949ebf" }, - "Nirvana Lib-forge-1.20.1-2.1.7.jar": { - "jarName": "Nirvana Lib-forge-1.20.1-2.1.7.jar", + "Nirvana Lib-forge-1.20.1-2.2.0.jar": { + "jarName": "Nirvana Lib-forge-1.20.1-2.2.0.jar", "modId": "nirvana_lib", "name": "Nirvana Lib", - "version": "2.1.7", - "curseForgeHash": 2038397479, - "modrinthHash": "86e177fce4e4c57028d1a59d6c2545ca17105601" - }, - "notenoughcrashes-4.4.9+1.20.1-forge.jar": { - "jarName": "notenoughcrashes-4.4.9+1.20.1-forge.jar", - "modId": "notenoughcrashes", - "name": "Not Enough Crashes", - "version": "4.4.9+1.20.1", - "curseForgeHash": 2424392975, - "modrinthHash": "5d786730c1aee28751d480d497ce893cdff0bb87" - }, - "numismatics_utils-2.0.jar": { - "jarName": "numismatics_utils-2.0.jar", + "version": "2.2.0", + "curseForgeHash": 3526003658, + "modrinthHash": "e1956acfadbc0f8f2c2dfb433332714b4f4d57cf" + }, + "numismatics_utils-2.1.jar": { + "jarName": "numismatics_utils-2.1.jar", "modId": "numismatics_utils", "name": "Create: Numismatics Utils", - "version": "2.0", - "curseForgeHash": 1852283610, - "modrinthHash": "8ebbad11ab62ee94989c53bd555b1ac4d350df56" + "version": "2.1", + "curseForgeHash": 609501055, + "modrinthHash": "7b730f7c9717e261445866e4889849133a970e13" }, "oculus-mc1.20.1-1.8.0.jar": { "jarName": "oculus-mc1.20.1-1.8.0.jar", @@ -1119,13 +1156,13 @@ "curseForgeHash": 3158966907, "modrinthHash": "bf49919adc9e9109196762ff20030f823790e2db" }, - "polytone-1.20-3.5.23.jar": { - "jarName": "polytone-1.20-3.5.23.jar", + "polytone-1.20-3.5.25.jar": { + "jarName": "polytone-1.20-3.5.25.jar", "modId": "polytone", "name": "Polytone", - "version": "1.20-3.5.23", - "curseForgeHash": 337886873, - "modrinthHash": "ca706bb04ff91d7519c46da97dd5233da89c2122" + "version": "1.20-3.5.25", + "curseForgeHash": 550305274, + "modrinthHash": "047e65b7a73306f025b3938bb1aa2ed4ade7ccf4" }, "ponderjs-1.20.1-2.1.0.jar": { "jarName": "ponderjs-1.20.1-2.1.0.jar", @@ -1295,21 +1332,21 @@ "curseForgeHash": 2197810606, "modrinthHash": "7529fbf938787ed13a251cbf40936f8c29ec4b6c" }, - "sophisticatedbackpacks-1.20.1-3.24.35.1675.jar": { - "jarName": "sophisticatedbackpacks-1.20.1-3.24.35.1675.jar", + "sophisticatedbackpacks-1.20.1-3.24.38.1738.jar": { + "jarName": "sophisticatedbackpacks-1.20.1-3.24.38.1738.jar", "modId": "sophisticatedbackpacks", "name": "Sophisticated Backpacks", - "version": "3.24.35.1675", - "curseForgeHash": 552937330, - "modrinthHash": "e971c86081ff00e5ade62d5b9aeb15d0905a8ded" + "version": "3.24.38.1738", + "curseForgeHash": 1948514515, + "modrinthHash": "23e5158afec42fc3ac30c344d4939421bc9e2ccd" }, - "sophisticatedcore-1.20.1-1.3.21.1676.jar": { - "jarName": "sophisticatedcore-1.20.1-1.3.21.1676.jar", + "sophisticatedcore-1.20.1-1.3.32.1828.jar": { + "jarName": "sophisticatedcore-1.20.1-1.3.32.1828.jar", "modId": "sophisticatedcore", "name": "Sophisticated Core", - "version": "1.3.21.1676", - "curseForgeHash": 4170909907, - "modrinthHash": "5d5af8ec2db0ca4f8f1ae6c623da5c8176648746" + "version": "1.3.32.1828", + "curseForgeHash": 1770483251, + "modrinthHash": "ddec8473620e12d5155080994031d08ea34afa9f" }, "spark-1.10.53-forge.jar": { "jarName": "spark-1.10.53-forge.jar", @@ -1319,13 +1356,13 @@ "curseForgeHash": 1515254383, "modrinthHash": "231fb325368c0660954f47bfb03493f5246fa4d1" }, - "splendid_slimes-0.19.3.jar": { - "jarName": "splendid_slimes-0.19.3.jar", + "splendid_slimes-0.20.2.jar": { + "jarName": "splendid_slimes-0.20.2.jar", "modId": "splendid_slimes", "name": "Splendid Slimes", - "version": "0.19.3", - "curseForgeHash": 2806904081, - "modrinthHash": "5058acc1617005e7a4e31a9f07115db91aacdebd" + "version": "0.20.2", + "curseForgeHash": 3937652437, + "modrinthHash": "97642472e75fd59781089c046c132b5898fbf95a" }, "structure_layout_optimizer-forge-1.0.11.jar": { "jarName": "structure_layout_optimizer-forge-1.0.11.jar", @@ -1367,13 +1404,13 @@ "curseForgeHash": 2054440897, "modrinthHash": "e9ef48672f01b076ea3b8c7c5e6a139c2491a67c" }, - "toomanyrecipeviewers-0.7.2+mc.20.1.jar": { - "jarName": "toomanyrecipeviewers-0.7.2+mc.20.1.jar", + "toomanyrecipeviewers-0.7.3+mc.20.1.jar": { + "jarName": "toomanyrecipeviewers-0.7.3+mc.20.1.jar", "modId": "toomanyrecipeviewers", "name": "TooManyRecipeViewers", - "version": "0.7.2+mc.20.1", - "curseForgeHash": 10623175, - "modrinthHash": "00b6170bdd74258c9b06432d05ca3dd63567c012" + "version": "0.7.3+mc.20.1", + "curseForgeHash": 3433677938, + "modrinthHash": "cc1ac372530f74548e081f3814d7991f4f6fe329" }, "torchmaster-20.1.9.jar": { "jarName": "torchmaster-20.1.9.jar", @@ -1431,6 +1468,14 @@ "curseForgeHash": 1142440061, "modrinthHash": "dc0022c3f785b2e0a16fdcaadb227963f117d851" }, + "worldedit-mod-7.2.15.jar": { + "jarName": "worldedit-mod-7.2.15.jar", + "modId": "worldedit", + "name": "WorldEdit", + "version": "7.2.15+6463-5ca4dff", + "curseForgeHash": 1066971240, + "modrinthHash": "9c52765ca56f917ef8cbafc20e9a4f45c346508f" + }, "worldplaytime-1.2.3-1.20.x-FORGE.jar": { "jarName": "worldplaytime-1.2.3-1.20.x-FORGE.jar", "modId": "worldplaytime", @@ -1471,14 +1516,6 @@ "curseForgeHash": 2226879195, "modrinthHash": "644731e321c53a35a0b3177a3cc6347fe38002f4" }, - "YOSBY-Forge-1.1.0.jar": { - "jarName": "YOSBY-Forge-1.1.0.jar", - "modId": "yosby", - "name": "yosby", - "version": "1.0.0", - "curseForgeHash": 3881384232, - "modrinthHash": "e7765999fd4bfacf569a085450e3fc0d947bfc6c" - }, "Zeta-1.0-31.jar": { "jarName": "Zeta-1.0-31.jar", "modId": "zeta", @@ -1487,12 +1524,12 @@ "curseForgeHash": 2553435270, "modrinthHash": "8c4a8ef0444b53ff408d5b89126285031081d92f" }, - "zume-1.2.1.jar": { - "jarName": "zume-1.2.1.jar", + "zume-1.2.2.jar": { + "jarName": "zume-1.2.2.jar", "modId": "zume", "name": "Zume", - "version": "1.2.1", - "curseForgeHash": 3006123426, - "modrinthHash": "433406987269d89cf4fc0170a1f1d1c9b8ddd504" + "version": "1.2.2", + "curseForgeHash": 520005726, + "modrinthHash": "cbd353ee0e2a35d122a758b9cbb26b2f54145f3f" } } \ No newline at end of file diff --git a/config/create-client.toml b/config/create-client.toml index 11da169..f82f489 100644 --- a/config/create-client.toml +++ b/config/create-client.toml @@ -34,7 +34,7 @@ #Choose the menu row that the Create config button appears on in the in-game menu #Set to 0 to disable the button altogether #Range: 0 ~ 5 - ingameMenuConfigButtonRow = 3 + ingameMenuConfigButtonRow = 0 #. #Offset the Create config button in the in-game menu by this many pixels on the X axis #The sign (-/+) of this value determines what side of the row the button appears on (left/right) diff --git a/config/easyanvils-server.toml b/config/easyanvils-server.toml new file mode 100644 index 0000000..6af76b6 --- /dev/null +++ b/config/easyanvils-server.toml @@ -0,0 +1,64 @@ + +[miscellaneous] + #Chance the anvil will break into chipped or damaged variant, or break completely after using. Value is set to 0.12 in vanilla. + #Range: 0.0 ~ 1.0 + anvil_break_chance = 0.05 + #Solely renaming items in an anvil will never cause the anvil to break. + risk_free_anvil_renaming = true + #Edit name tags without cost nor anvil, simply by sneak + right-clicking. + edit_name_tags_no_anvil = true + #The naming field in anvils and the name tag gui will support formatting codes for setting custom text colors and styles. + #Check out the Minecraft Wiki for all available formatting codes and their usage: https://minecraft.fandom.com/wiki/Formatting_codes#Usage + renaming_supports_formatting = true + #Allow using iron blocks to repair an anvil by one damage stage. Can be automated using dispensers. + anvil_repairing = true + +#Most default value represents vanilla behavior. +[costs] + #Multiplier for each level of a rare enchantment being applied. + #Range: > 1 + rare_enchantment_multiplier = 4 + #The additional cost in levels for combining an item with another item of the same kind when the first item is not fully repaired. + #Range: > -2147483648 + repair_with_other_item_cost = 2 + #Multiplier for each level of a common enchantment being applied. + #Range: > -2147483648 + common_enchantment_multiplier = 1 + #Multiplier for each level of a very rare enchantment being applied. + #Range: > 1 + very_rare_enchantment_multiplier = 8 + #Multiplier for each level of a uncommon enchantment being applied. + #Range: > 1 + uncommon_enchantment_multiplier = 2 + #Costs for applying enchantments from enchanted books are halved. + halved_book_costs = true + #The additional cost in levels for each valid repair material an item is repaired with in an anvil. + #Range: > -2147483648 + repair_with_material_unit_cost = 1 + #Max cost of enchantment level allowed to be spent in an anvil. Every operation exceeding the limit will show as 'Too Expensive!' and will be disallowed. + #If set to '-1' the limit is disabled. + #Set to '40' enchantment levels in vanilla. + #Range: > -1 + too_expensive_limit = -1 + #Renaming any item in an anvil no longer costs any enchantment levels at all. Can be restricted to only name tags. + #Allowed Values: OFF, ALL_ITEMS, NAME_TAGS_ONLY + free_renames = "ALL_ITEMS" + +[prior_work_penalty] + #FIXED: When renaming / repairing, ignore any prior work penalty on the item. Makes prior work penalty only relevant when new enchantments are added. + #LIMITED: When renaming / repairing cost exceeds max anvil repair cost, limit cost just below max cost. + #VANILLA: Renaming / repairing increase with prior work penalty and will no longer be possible when max cost is exceeded. + #Allowed Values: VANILLA, FIXED, LIMITED + rename_and_repair_costs = "FIXED" + #Controls how working an item in the anvil multiple times affects the cost of future operations. + #FIXED: A constant value is added every time the item is worked. + #VANILLA: Penalty doubles every time an item is worked. + #DISABLED: Penalty stays at 0 and does not increase. + #Allowed Values: DISABLED, VANILLA, FIXED + prior_work_penalty = "FIXED" + #Prevents the prior work penalty from increasing when the item has only been renamed or repaired. + penalty_free_renames_and_repairs = true + #Constant to use when "prior_work_penalty" is set to "FIXED". Every subsequent operation will increase by this value in levels. + #Range: > 1 + prior_work_penalty_constant = 4 + diff --git a/config/everycomp-entries.toml b/config/everycomp-entries.toml index adb5cd7..cca2c30 100644 --- a/config/everycomp-entries.toml +++ b/config/everycomp-entries.toml @@ -96,6 +96,9 @@ [types.leaves_type.arts_and_crafts] cork = true + [types.leaves_type.galosphere] + opal = true + #Disables specific entries [entries] diff --git a/config/fancymenu/customization/title_screen_layout.txt b/config/fancymenu/customization/title_screen_layout.txt index 5e8f752..8332620 100644 --- a/config/fancymenu/customization/title_screen_layout.txt +++ b/config/fancymenu/customization/title_screen_layout.txt @@ -3,13 +3,13 @@ type = fancymenu_layout layout-meta { identifier = title_screen render_custom_elements_behind_vanilla = false - last_edited_time = 1764208785199 + last_edited_time = 1777843602086 is_enabled = true randommode = false randomgroup = 1 randomonlyfirsttime = false layout_index = 0 - [loading_requirement_container_meta:01ed852e-4403-4f5e-9f0b-faad653db856-1764208758933] = [groups:][instances:] + [loading_requirement_container_meta:ab9d193a-e2d9-4be7-b927-c6b2eea85f39-1777843596338] = [groups:][instances:] } customization { @@ -503,15 +503,15 @@ element { } vanilla_button { - button_element_executable_block_identifier = 26003bf9-f5c7-4e64-b593-c523aac5d259-1763851708262 - [executable_block:26003bf9-f5c7-4e64-b593-c523aac5d259-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = 5268e5e8-9584-43b5-ba24-8b97a23f6800-1763851708261 + [executable_block:5268e5e8-9584-43b5-ba24-8b97a23f6800-1763851708261][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = 030456cc-9da4-4f1f-bea0-a2d0e807fb99-1763851708262 - [loading_requirement_container_meta:030456cc-9da4-4f1f-bea0-a2d0e807fb99-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = ac796812-2b76-40ab-903f-c643210cdaa1-1763851708261 + [loading_requirement_container_meta:ac796812-2b76-40ab-903f-c643210cdaa1-1763851708261] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -525,7 +525,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = minecraft_branding_widget + instance_identifier = mc_titlescreen_language_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -535,18 +535,19 @@ vanilla_button { base_opacity = 1.0 auto_sizing = false auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1060 + auto_sizing_base_screen_height = 1059 sticky_anchor = false - anchor_point = vanilla - x = 2 - y = 310 - width = 128 - height = 49 + anchor_point = element + anchor_point_element = 604346 + x = 26 + y = 0 + width = 20 + height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 77dbe723-cdb1-43c1-9737-b084d57566c8-1763851708262 - [loading_requirement_container_meta:77dbe723-cdb1-43c1-9737-b084d57566c8-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = c4f45ce6-e966-4bbe-b61b-19f955fc9da6-1763851708261 + [loading_requirement_container_meta:c4f45ce6-e966-4bbe-b61b-19f955fc9da6-1763851708261] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -566,15 +567,16 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = ff5539c6-b080-4b7a-a443-a3c5d3078644-1764019227743 - [executable_block:ff5539c6-b080-4b7a-a443-a3c5d3078644-1764019227743][type:generic] = [executables:] + button_element_executable_block_identifier = 9baa4336-a0d3-4ca4-9d4e-b49f34202ccf-1764136851907 + [executable_block:9baa4336-a0d3-4ca4-9d4e-b49f34202ccf-1764136851907][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 + label = Ranching Together navigatable = true - widget_active_state_requirement_container_identifier = f15624e8-6c75-4d94-9070-d31a7cbc4c41-1764019227743 - [loading_requirement_container_meta:f15624e8-6c75-4d94-9070-d31a7cbc4c41-1764019227743] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 1413f3ac-a701-4395-8444-11ae79bf5ba2-1764136851907 + [loading_requirement_container_meta:1413f3ac-a701-4395-8444-11ae79bf5ba2-1764136851907] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -588,7 +590,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = minecraft_realms_notification_icons_widget + instance_identifier = mc_titlescreen_multiplayer_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -597,19 +599,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 0 - auto_sizing_base_screen_height = 0 + auto_sizing_base_screen_width = 1860 + auto_sizing_base_screen_height = 1059 sticky_anchor = false anchor_point = vanilla - x = 338 - y = 188 - width = 62 - height = 18 + x = 240 + y = 162 + width = 200 + height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = ef0f6daf-b55c-4288-b448-7edb3b65f983-1764019227743 - [loading_requirement_container_meta:ef0f6daf-b55c-4288-b448-7edb3b65f983-1764019227743] = [groups:][instances:] + element_loading_requirement_container_identifier = 1767f8ca-79ee-43c7-bc12-c57ace419154-1764136851907 + [loading_requirement_container_meta:1767f8ca-79ee-43c7-bc12-c57ace419154-1764136851907] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -624,20 +626,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = true + is_hidden = false automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = 0c1f3ac4-b9c9-40ae-a391-c22ee7d943d7-1763851708262 - [executable_block:0c1f3ac4-b9c9-40ae-a391-c22ee7d943d7-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = 066d4ba7-6c89-463b-9f74-2acf9d290b19-1763851708261 + [executable_block:066d4ba7-6c89-463b-9f74-2acf9d290b19-1763851708261][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = 946a6d6c-0d82-429d-bf5c-03fbb3d3f33c-1763851708262 - [loading_requirement_container_meta:946a6d6c-0d82-429d-bf5c-03fbb3d3f33c-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = c8cb08f6-994d-4658-9492-3bfdf6cc6920-1763851708261 + [loading_requirement_container_meta:c8cb08f6-994d-4658-9492-3bfdf6cc6920-1763851708261] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -651,7 +653,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = minecraft_logo_widget + instance_identifier = mc_titlescreen_realms_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -660,19 +662,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 854 - auto_sizing_base_screen_height = 480 + auto_sizing_base_screen_width = 1860 + auto_sizing_base_screen_height = 1059 sticky_anchor = false anchor_point = vanilla - x = 192 - y = 30 - width = 256 - height = 51 + x = 342 + y = 186 + width = 98 + height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = dc9fbe4d-f41e-4731-94d8-8fc91f83a6a1-1763851708262 - [loading_requirement_container_meta:dc9fbe4d-f41e-4731-94d8-8fc91f83a6a1-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = 8b2e62ff-e9e8-4451-a9c9-26a6ab6ae0e1-1763851708261 + [loading_requirement_container_meta:8b2e62ff-e9e8-4451-a9c9-26a6ab6ae0e1-1763851708261] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -692,16 +694,15 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = 02dd7de3-895d-4c5a-a463-b40d40914bc5-1764136851907 - [executable_block:02dd7de3-895d-4c5a-a463-b40d40914bc5-1764136851907][type:generic] = [executables:] + button_element_executable_block_identifier = 4b875669-0b54-4b14-8017-0a08ff91803d-1763851708261 + [executable_block:4b875669-0b54-4b14-8017-0a08ff91803d-1763851708261][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 - label = Mod Configs navigatable = true - widget_active_state_requirement_container_identifier = 4398ba64-646f-4812-82ab-72a74eaa97f6-1764136851907 - [loading_requirement_container_meta:4398ba64-646f-4812-82ab-72a74eaa97f6-1764136851907] = [groups:][instances:] + widget_active_state_requirement_container_identifier = c9852a16-2dd2-43c3-959d-d58be4f4bee5-1763851708261 + [loading_requirement_container_meta:c9852a16-2dd2-43c3-959d-d58be4f4bee5-1763851708261] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -715,7 +716,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_accessibility_button + instance_identifier = mc_titlescreen_options_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -724,20 +725,20 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1059 + auto_sizing_base_screen_width = 1855 + auto_sizing_base_screen_height = 1057 sticky_anchor = false anchor_point = element - anchor_point_element = mc_titlescreen_language_button - x = 26 - y = 0 - width = 20 + anchor_point_element = forge_titlescreen_mods_button + x = 0 + y = 25 + width = 98 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 792fe8e5-9c0f-4dea-ad68-dbae0870c946-1764136851907 - [loading_requirement_container_meta:792fe8e5-9c0f-4dea-ad68-dbae0870c946-1764136851907] = [groups:][instances:] + element_loading_requirement_container_identifier = 41c003cf-2ff8-47b7-9c90-ba92fbc84838-1763851708261 + [loading_requirement_container_meta:41c003cf-2ff8-47b7-9c90-ba92fbc84838-1763851708261] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -752,20 +753,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = true + is_hidden = false automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = 54809f34-50db-417b-998f-ab21ca13724c-1763851708262 - [executable_block:54809f34-50db-417b-998f-ab21ca13724c-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = afc4d76f-4adc-4c98-b381-850a58b8846a-1764136851907 + [executable_block:afc4d76f-4adc-4c98-b381-850a58b8846a-1764136851907][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = d6b74a9d-94bd-4a5b-9cfc-5f47eb252c5e-1763851708262 - [loading_requirement_container_meta:d6b74a9d-94bd-4a5b-9cfc-5f47eb252c5e-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = bf00eb93-67e3-4a77-bd35-c43cd5dda86a-1764136851907 + [loading_requirement_container_meta:bf00eb93-67e3-4a77-bd35-c43cd5dda86a-1764136851907] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -779,7 +780,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = 376322 + instance_identifier = title_screen_copyright_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -791,17 +792,16 @@ vanilla_button { auto_sizing_base_screen_width = 1860 auto_sizing_base_screen_height = 1059 sticky_anchor = false - anchor_point = element - anchor_point_element = forge_titlescreen_mods_button - x = 102 - y = 0 - width = 20 - height = 20 + anchor_point = vanilla + x = 482 + y = 350 + width = 196 + height = 10 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 13200995-1db1-4d36-8901-152559b475a3-1763851708262 - [loading_requirement_container_meta:13200995-1db1-4d36-8901-152559b475a3-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = 893759c7-a9c4-4ee6-ba16-141f89815165-1764136851907 + [loading_requirement_container_meta:893759c7-a9c4-4ee6-ba16-141f89815165-1764136851907] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -816,20 +816,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = true + is_hidden = false automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = 5268e5e8-9584-43b5-ba24-8b97a23f6800-1763851708261 - [executable_block:5268e5e8-9584-43b5-ba24-8b97a23f6800-1763851708261][type:generic] = [executables:] + button_element_executable_block_identifier = ff5539c6-b080-4b7a-a443-a3c5d3078644-1764019227743 + [executable_block:ff5539c6-b080-4b7a-a443-a3c5d3078644-1764019227743][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = ac796812-2b76-40ab-903f-c643210cdaa1-1763851708261 - [loading_requirement_container_meta:ac796812-2b76-40ab-903f-c643210cdaa1-1763851708261] = [groups:][instances:] + widget_active_state_requirement_container_identifier = f15624e8-6c75-4d94-9070-d31a7cbc4c41-1764019227743 + [loading_requirement_container_meta:f15624e8-6c75-4d94-9070-d31a7cbc4c41-1764019227743] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -843,7 +843,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_language_button + instance_identifier = minecraft_realms_notification_icons_widget appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -852,20 +852,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1059 + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 sticky_anchor = false - anchor_point = element - anchor_point_element = 604346 - x = 26 - y = 0 - width = 20 - height = 20 + anchor_point = vanilla + x = 358 + y = 188 + width = 62 + height = 18 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = c4f45ce6-e966-4bbe-b61b-19f955fc9da6-1763851708261 - [loading_requirement_container_meta:c4f45ce6-e966-4bbe-b61b-19f955fc9da6-1763851708261] = [groups:][instances:] + element_loading_requirement_container_identifier = ef0f6daf-b55c-4288-b448-7edb3b65f983-1764019227743 + [loading_requirement_container_meta:ef0f6daf-b55c-4288-b448-7edb3b65f983-1764019227743] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -885,15 +884,15 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = afc4d76f-4adc-4c98-b381-850a58b8846a-1764136851907 - [executable_block:afc4d76f-4adc-4c98-b381-850a58b8846a-1764136851907][type:generic] = [executables:] + button_element_executable_block_identifier = 54809f34-50db-417b-998f-ab21ca13724c-1763851708262 + [executable_block:54809f34-50db-417b-998f-ab21ca13724c-1763851708262][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = bf00eb93-67e3-4a77-bd35-c43cd5dda86a-1764136851907 - [loading_requirement_container_meta:bf00eb93-67e3-4a77-bd35-c43cd5dda86a-1764136851907] = [groups:][instances:] + widget_active_state_requirement_container_identifier = d6b74a9d-94bd-4a5b-9cfc-5f47eb252c5e-1763851708262 + [loading_requirement_container_meta:d6b74a9d-94bd-4a5b-9cfc-5f47eb252c5e-1763851708262] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -907,7 +906,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = title_screen_copyright_button + instance_identifier = 376322 appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -919,16 +918,17 @@ vanilla_button { auto_sizing_base_screen_width = 1860 auto_sizing_base_screen_height = 1059 sticky_anchor = false - anchor_point = vanilla - x = 442 - y = 350 - width = 196 - height = 10 + anchor_point = element + anchor_point_element = forge_titlescreen_mods_button + x = 102 + y = 0 + width = 20 + height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 893759c7-a9c4-4ee6-ba16-141f89815165-1764136851907 - [loading_requirement_container_meta:893759c7-a9c4-4ee6-ba16-141f89815165-1764136851907] = [groups:][instances:] + element_loading_requirement_container_identifier = 13200995-1db1-4d36-8901-152559b475a3-1763851708262 + [loading_requirement_container_meta:13200995-1db1-4d36-8901-152559b475a3-1763851708262] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -943,20 +943,21 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = false + is_hidden = true automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = edba5394-8bd2-43e0-88b0-b86138843528-1763851708262 - [executable_block:edba5394-8bd2-43e0-88b0-b86138843528-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = e3075c3f-b56a-44dd-8079-2f238b66396f-1764136851907 + [executable_block:e3075c3f-b56a-44dd-8079-2f238b66396f-1764136851907][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 + label = Solo Ranching navigatable = true - widget_active_state_requirement_container_identifier = 710d2720-0ea3-4d4d-89e6-2e8916be7fdc-1763851708262 - [loading_requirement_container_meta:710d2720-0ea3-4d4d-89e6-2e8916be7fdc-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = f19a1dd2-2d25-4cb5-a3b6-d1af5fb51eca-1764136851907 + [loading_requirement_container_meta:f19a1dd2-2d25-4cb5-a3b6-d1af5fb51eca-1764136851907] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -970,28 +971,28 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = minecraft_splash_widget + instance_identifier = mc_titlescreen_singleplayer_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading fade_in_speed = 1.0 fade_out = no_fading fade_out_speed = 1.0 - base_opacity = 0 + base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1920 - auto_sizing_base_screen_height = 1018 + auto_sizing_base_screen_width = 1860 + auto_sizing_base_screen_height = 1059 sticky_anchor = false anchor_point = vanilla - x = 393 - y = 49 - width = 100 - height = 40 + x = 240 + y = 138 + width = 200 + height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 5bbf3e07-e7df-4b87-9cf6-72c477cc73e6-1763851708262 - [loading_requirement_container_meta:5bbf3e07-e7df-4b87-9cf6-72c477cc73e6-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = 698d9b23-b051-4976-a5b3-9f537bbbfb70-1764136851907 + [loading_requirement_container_meta:698d9b23-b051-4976-a5b3-9f537bbbfb70-1764136851907] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1006,20 +1007,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = true + is_hidden = false automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = ef17e42d-14c0-43f3-880b-42eaa9616fd9-1763851708261 - [executable_block:ef17e42d-14c0-43f3-880b-42eaa9616fd9-1763851708261][type:generic] = [executables:] + button_element_executable_block_identifier = edba5394-8bd2-43e0-88b0-b86138843528-1763851708262 + [executable_block:edba5394-8bd2-43e0-88b0-b86138843528-1763851708262][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = a862d075-aa5a-4abe-a197-4055fcf97114-1763851708261 - [loading_requirement_container_meta:a862d075-aa5a-4abe-a197-4055fcf97114-1763851708261] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 710d2720-0ea3-4d4d-89e6-2e8916be7fdc-1763851708262 + [loading_requirement_container_meta:710d2720-0ea3-4d4d-89e6-2e8916be7fdc-1763851708262] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1033,29 +1034,28 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_quit_button + instance_identifier = minecraft_splash_widget appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading fade_in_speed = 1.0 fade_out = no_fading fade_out_speed = 1.0 - base_opacity = 1.0 + base_opacity = 0 auto_sizing = false - auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1059 + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1018 sticky_anchor = false - anchor_point = element - anchor_point_element = mc_titlescreen_options_button - x = 102 - y = 0 - width = 98 - height = 20 + anchor_point = vanilla + x = 413 + y = 49 + width = 100 + height = 40 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = e82498f1-f212-4b1e-a0be-412d19831ae6-1763851708261 - [loading_requirement_container_meta:e82498f1-f212-4b1e-a0be-412d19831ae6-1763851708261] = [groups:][instances:] + element_loading_requirement_container_identifier = 5bbf3e07-e7df-4b87-9cf6-72c477cc73e6-1763851708262 + [loading_requirement_container_meta:5bbf3e07-e7df-4b87-9cf6-72c477cc73e6-1763851708262] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1070,20 +1070,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = false + is_hidden = true automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = 8324f1ae-5a50-4f9f-8953-10e7fe8a3b3b-1763851708262 - [executable_block:8324f1ae-5a50-4f9f-8953-10e7fe8a3b3b-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = ef17e42d-14c0-43f3-880b-42eaa9616fd9-1763851708261 + [executable_block:ef17e42d-14c0-43f3-880b-42eaa9616fd9-1763851708261][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = 2bc14bed-2f60-4ef5-9862-c8f4645c1bd3-1763851708262 - [loading_requirement_container_meta:2bc14bed-2f60-4ef5-9862-c8f4645c1bd3-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = a862d075-aa5a-4abe-a197-4055fcf97114-1763851708261 + [loading_requirement_container_meta:a862d075-aa5a-4abe-a197-4055fcf97114-1763851708261] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1097,7 +1097,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = 604346 + instance_identifier = mc_titlescreen_quit_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1110,16 +1110,16 @@ vanilla_button { auto_sizing_base_screen_height = 1059 sticky_anchor = false anchor_point = element - anchor_point_element = 376322 - x = 26 + anchor_point_element = mc_titlescreen_options_button + x = 102 y = 0 - width = 20 + width = 98 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = d3831168-bb8f-47c1-a517-f6cf8cebd867-1763851708262 - [loading_requirement_container_meta:d3831168-bb8f-47c1-a517-f6cf8cebd867-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = e82498f1-f212-4b1e-a0be-412d19831ae6-1763851708261 + [loading_requirement_container_meta:e82498f1-f212-4b1e-a0be-412d19831ae6-1763851708261] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1134,21 +1134,21 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = true + is_hidden = false automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = e3075c3f-b56a-44dd-8079-2f238b66396f-1764136851907 - [executable_block:e3075c3f-b56a-44dd-8079-2f238b66396f-1764136851907][type:generic] = [executables:] + button_element_executable_block_identifier = d063bba6-a97e-496e-b5c4-148c10d6e9ee-1763851708261 + [executable_block:d063bba6-a97e-496e-b5c4-148c10d6e9ee-1763851708261][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 - label = Solo Ranching + label = Mod Configs navigatable = true - widget_active_state_requirement_container_identifier = f19a1dd2-2d25-4cb5-a3b6-d1af5fb51eca-1764136851907 - [loading_requirement_container_meta:f19a1dd2-2d25-4cb5-a3b6-d1af5fb51eca-1764136851907] = [groups:][instances:] + widget_active_state_requirement_container_identifier = a73c4d80-eba6-42c4-b167-ee368099d4b2-1763851708261 + [loading_requirement_container_meta:a73c4d80-eba6-42c4-b167-ee368099d4b2-1763851708261] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1162,7 +1162,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_singleplayer_button + instance_identifier = forge_titlescreen_mods_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1175,15 +1175,15 @@ vanilla_button { auto_sizing_base_screen_height = 1059 sticky_anchor = false anchor_point = vanilla - x = 220 - y = 138 - width = 200 + x = 240 + y = 186 + width = 98 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 698d9b23-b051-4976-a5b3-9f537bbbfb70-1764136851907 - [loading_requirement_container_meta:698d9b23-b051-4976-a5b3-9f537bbbfb70-1764136851907] = [groups:][instances:] + element_loading_requirement_container_identifier = 401706cd-cf5a-4711-9a04-e510fd6ff4cb-1763851708261 + [loading_requirement_container_meta:401706cd-cf5a-4711-9a04-e510fd6ff4cb-1763851708261] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1203,15 +1203,15 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = de970420-3a76-49ef-8cab-358040feac1a-1763851708262 - [executable_block:de970420-3a76-49ef-8cab-358040feac1a-1763851708262][type:generic] = [executables:] + button_element_executable_block_identifier = 940267ab-b3c4-4cfd-94d0-ddf17b9fd059-1777843596398 + [executable_block:940267ab-b3c4-4cfd-94d0-ddf17b9fd059-1777843596398][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = 78c6ca9d-d6da-4e8e-bca6-d0b56b073adb-1763851708262 - [loading_requirement_container_meta:78c6ca9d-d6da-4e8e-bca6-d0b56b073adb-1763851708262] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 33db1172-b10e-43e8-857f-bc266fda87ab-1777843596398 + [loading_requirement_container_meta:33db1172-b10e-43e8-857f-bc266fda87ab-1777843596398] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1225,7 +1225,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = 376346 + instance_identifier = 6043461 appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1234,19 +1234,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1059 + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 sticky_anchor = false anchor_point = vanilla - x = 196 + x = 444 y = 186 width = 20 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 0608adca-d0aa-4fed-afdb-7dd547431973-1763851708262 - [loading_requirement_container_meta:0608adca-d0aa-4fed-afdb-7dd547431973-1763851708262] = [groups:][instances:] + element_loading_requirement_container_identifier = 3f287e3f-091e-4f4c-a8a4-b32acd0d2086-1777843596398 + [loading_requirement_container_meta:3f287e3f-091e-4f4c-a8a4-b32acd0d2086-1777843596398] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1266,15 +1266,15 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = 4b875669-0b54-4b14-8017-0a08ff91803d-1763851708261 - [executable_block:4b875669-0b54-4b14-8017-0a08ff91803d-1763851708261][type:generic] = [executables:] + button_element_executable_block_identifier = 26003bf9-f5c7-4e64-b593-c523aac5d259-1763851708262 + [executable_block:26003bf9-f5c7-4e64-b593-c523aac5d259-1763851708262][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 navigatable = true - widget_active_state_requirement_container_identifier = c9852a16-2dd2-43c3-959d-d58be4f4bee5-1763851708261 - [loading_requirement_container_meta:c9852a16-2dd2-43c3-959d-d58be4f4bee5-1763851708261] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 030456cc-9da4-4f1f-bea0-a2d0e807fb99-1763851708262 + [loading_requirement_container_meta:030456cc-9da4-4f1f-bea0-a2d0e807fb99-1763851708262] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1288,7 +1288,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_options_button + instance_identifier = minecraft_branding_widget appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1297,20 +1297,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1855 - auto_sizing_base_screen_height = 1057 + auto_sizing_base_screen_width = 1860 + auto_sizing_base_screen_height = 1060 sticky_anchor = false - anchor_point = element - anchor_point_element = forge_titlescreen_mods_button - x = 0 - y = 25 - width = 98 - height = 20 + anchor_point = vanilla + x = 2 + y = 310 + width = 134 + height = 49 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 41c003cf-2ff8-47b7-9c90-ba92fbc84838-1763851708261 - [loading_requirement_container_meta:41c003cf-2ff8-47b7-9c90-ba92fbc84838-1763851708261] = [groups:][instances:] + element_loading_requirement_container_identifier = 77dbe723-cdb1-43c1-9737-b084d57566c8-1763851708262 + [loading_requirement_container_meta:77dbe723-cdb1-43c1-9737-b084d57566c8-1763851708262] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1325,20 +1324,21 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = false + is_hidden = true automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = 066d4ba7-6c89-463b-9f74-2acf9d290b19-1763851708261 - [executable_block:066d4ba7-6c89-463b-9f74-2acf9d290b19-1763851708261][type:generic] = [executables:] + button_element_executable_block_identifier = 02dd7de3-895d-4c5a-a463-b40d40914bc5-1764136851907 + [executable_block:02dd7de3-895d-4c5a-a463-b40d40914bc5-1764136851907][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 + label = Mod Configs navigatable = true - widget_active_state_requirement_container_identifier = c8cb08f6-994d-4658-9492-3bfdf6cc6920-1763851708261 - [loading_requirement_container_meta:c8cb08f6-994d-4658-9492-3bfdf6cc6920-1763851708261] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 4398ba64-646f-4812-82ab-72a74eaa97f6-1764136851907 + [loading_requirement_container_meta:4398ba64-646f-4812-82ab-72a74eaa97f6-1764136851907] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1352,7 +1352,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_realms_button + instance_identifier = mc_titlescreen_accessibility_button appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1364,16 +1364,17 @@ vanilla_button { auto_sizing_base_screen_width = 1860 auto_sizing_base_screen_height = 1059 sticky_anchor = false - anchor_point = vanilla - x = 322 - y = 186 - width = 98 + anchor_point = element + anchor_point_element = mc_titlescreen_language_button + x = 26 + y = 0 + width = 20 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 8b2e62ff-e9e8-4451-a9c9-26a6ab6ae0e1-1763851708261 - [loading_requirement_container_meta:8b2e62ff-e9e8-4451-a9c9-26a6ab6ae0e1-1763851708261] = [groups:][instances:] + element_loading_requirement_container_identifier = 792fe8e5-9c0f-4dea-ad68-dbae0870c946-1764136851907 + [loading_requirement_container_meta:792fe8e5-9c0f-4dea-ad68-dbae0870c946-1764136851907] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1393,16 +1394,15 @@ vanilla_button { } vanilla_button { - button_element_executable_block_identifier = 9baa4336-a0d3-4ca4-9d4e-b49f34202ccf-1764136851907 - [executable_block:9baa4336-a0d3-4ca4-9d4e-b49f34202ccf-1764136851907][type:generic] = [executables:] + button_element_executable_block_identifier = 8324f1ae-5a50-4f9f-8953-10e7fe8a3b3b-1763851708262 + [executable_block:8324f1ae-5a50-4f9f-8953-10e7fe8a3b3b-1763851708262][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 - label = Ranching Together navigatable = true - widget_active_state_requirement_container_identifier = 1413f3ac-a701-4395-8444-11ae79bf5ba2-1764136851907 - [loading_requirement_container_meta:1413f3ac-a701-4395-8444-11ae79bf5ba2-1764136851907] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 2bc14bed-2f60-4ef5-9862-c8f4645c1bd3-1763851708262 + [loading_requirement_container_meta:2bc14bed-2f60-4ef5-9862-c8f4645c1bd3-1763851708262] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1416,7 +1416,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = mc_titlescreen_multiplayer_button + instance_identifier = 604346 appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1428,16 +1428,17 @@ vanilla_button { auto_sizing_base_screen_width = 1860 auto_sizing_base_screen_height = 1059 sticky_anchor = false - anchor_point = vanilla - x = 220 - y = 162 - width = 200 + anchor_point = element + anchor_point_element = 376322 + x = 26 + y = 0 + width = 20 height = 20 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 1767f8ca-79ee-43c7-bc12-c57ace419154-1764136851907 - [loading_requirement_container_meta:1767f8ca-79ee-43c7-bc12-c57ace419154-1764136851907] = [groups:][instances:] + element_loading_requirement_container_identifier = d3831168-bb8f-47c1-a517-f6cf8cebd867-1763851708262 + [loading_requirement_container_meta:d3831168-bb8f-47c1-a517-f6cf8cebd867-1763851708262] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1452,21 +1453,20 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = false + is_hidden = true automated_button_clicks = 0 } vanilla_button { - button_element_executable_block_identifier = d063bba6-a97e-496e-b5c4-148c10d6e9ee-1763851708261 - [executable_block:d063bba6-a97e-496e-b5c4-148c10d6e9ee-1763851708261][type:generic] = [executables:] + button_element_executable_block_identifier = 0c1f3ac4-b9c9-40ae-a391-c22ee7d943d7-1763851708262 + [executable_block:0c1f3ac4-b9c9-40ae-a391-c22ee7d943d7-1763851708262][type:generic] = [executables:] restartbackgroundanimations = true nine_slice_custom_background = false nine_slice_border_x = 5 nine_slice_border_y = 5 - label = Mod Configs navigatable = true - widget_active_state_requirement_container_identifier = a73c4d80-eba6-42c4-b167-ee368099d4b2-1763851708261 - [loading_requirement_container_meta:a73c4d80-eba6-42c4-b167-ee368099d4b2-1763851708261] = [groups:][instances:] + widget_active_state_requirement_container_identifier = 946a6d6c-0d82-429d-bf5c-03fbb3d3f33c-1763851708262 + [loading_requirement_container_meta:946a6d6c-0d82-429d-bf5c-03fbb3d3f33c-1763851708262] = [groups:][instances:] is_template = false template_apply_width = false template_apply_height = false @@ -1480,7 +1480,7 @@ vanilla_button { nine_slice_slider_handle_border_x = 5 nine_slice_slider_handle_border_y = 5 element_type = vanilla_button - instance_identifier = forge_titlescreen_mods_button + instance_identifier = minecraft_logo_widget appearance_delay = no_delay appearance_delay_seconds = 1.0 fade_in_v2 = no_fading @@ -1489,19 +1489,19 @@ vanilla_button { fade_out_speed = 1.0 base_opacity = 1.0 auto_sizing = false - auto_sizing_base_screen_width = 1860 - auto_sizing_base_screen_height = 1059 + auto_sizing_base_screen_width = 854 + auto_sizing_base_screen_height = 480 sticky_anchor = false anchor_point = vanilla - x = 220 - y = 186 - width = 98 - height = 20 + x = 212 + y = 30 + width = 256 + height = 51 stretch_x = false stretch_y = false stay_on_screen = true - element_loading_requirement_container_identifier = 401706cd-cf5a-4711-9a04-e510fd6ff4cb-1763851708261 - [loading_requirement_container_meta:401706cd-cf5a-4711-9a04-e510fd6ff4cb-1763851708261] = [groups:][instances:] + element_loading_requirement_container_identifier = dc9fbe4d-f41e-4731-94d8-8fc91f83a6a1-1763851708262 + [loading_requirement_container_meta:dc9fbe4d-f41e-4731-94d8-8fc91f83a6a1-1763851708262] = [groups:][instances:] enable_parallax = false parallax_intensity_v2 = 0.5 invert_parallax = false @@ -1516,7 +1516,7 @@ vanilla_button { advanced_vertical_tilt_mode = false horizontal_tilt_degrees = 0.0 advanced_horizontal_tilt_mode = false - is_hidden = false + is_hidden = true automated_button_clicks = 0 } diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml index 56dc123..ccb4a8d 100644 --- a/config/farmersdelight-common.toml +++ b/config/farmersdelight-common.toml @@ -1,117 +1,67 @@ #Game settings [settings] - #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable? - enableVanillaCropCrates = true - #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing) - farmersBuyFDCrops = true - #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions) - wanderingTraderSellsFDItems = true - #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this. - #Range: 0.0 ~ 1.0 - richSoilBoostChance = 0.2 - #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this. - #Range: 0.0 ~ 1.0 - cuttingBoardFortuneBonus = 0.1 - #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them? + #If enabled, players will be able to reel back rope, bottom to top, when sneak-using with an empty hand on them. enableRopeReeling = true - #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. + #A list of dye colors that, when used as the background color of a Canvas Sign, should default to white text when placed. #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] + #If enabled, Novice and Apprentice Farmer villagers will have a chance to buy crops from this mod. + enableFarmerFDTrades = true + #If enabled, the Wandering Trader will have a chance to sell seeds and plantables from this mod. + enableWanderingTraderFDTrades = true #Farming [farming] - #Which rope should Tomato Vines leave behind when mined by hand? + #Which rope should Tomato Vines leave behind when broken? defaultTomatoVineRope = "farmersdelight:rope" - #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes? + #If enabled, tomato crops will be able to climb any rope tagged as farmersdelight:ropes. If disabled, this will be restricted to this mod's rope only. #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope. enableTomatoVineClimbingTaggedRopes = true - -#Recipe book -[recipe_book] - #Should the Cooking Pot have a Recipe Book available on its interface? - enableRecipeBookCookingPot = true + #The chance (in decimal percentage) of Rich Soil providing a bone meal boost to a crop planted on it. Set to 0.0 to disable. + #Range: 0.0 ~ 1.0 + richSoilBoostChance = 0.2 #Vanilla item overrides [overrides] - #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod? - vanillaSoupExtraEffects = true - #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten? - rabbitStewJumpBoost = true - #Should the Dispenser be able to operate a Cutting Board in front of it? - dispenserUsesToolsOnCuttingBoard = true + #If enabled, soups and stews from Minecraft will grant Nourishment when eaten, similar to meals from this mod. + enableVanillaSoupExtraEffects = true + #If enabled, Rabbit Stew will grant users the jumping prowess of a rabbit when eaten. + enableRabbitStewJumpBoost = true + #If enabled, Pumpkin Pie will require the user to sneak to place it down as a block. + enablePumpkinPieSneakToPlace = false + #If enabled, the Dispenser will be able to operate a Cutting Board in front of itself, using stored items as cutting tools. + enableCuttingBoardDispenserBehavior = true #Stack size overrides [overrides.stack_size] - #Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals? + #If enabled, any BowlFoodItem in the following list become stackable to 16, much like Farmer's Delight's meals. enableStackableSoupItems = true - #List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews. + #List of targeted food items. They must extend the BowlFoodItem class in code to be affected. Defaults to vanilla soups and stews. soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"] #World generation [world] - #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft? + #If enabled, new loot pools will be added to chest loot across the game, containing items from this mod (ropes, crops, tools etc). generateFDChestLoot = true - #Should FD generate Compost Heaps across all village biomes? - genVillageCompostHeaps = true - #Should FD crops show up planted randomly in various village farms? - genFDCropsOnVillageFarms = true - - #Wild Cabbage generation - [world.wild_cabbages] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 30 - - #Sea Beet generation - [world.wild_beetroots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 30 - - #Wild Potato generation - [world.wild_potatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 100 - - #Wild Carrot generation - [world.wild_carrots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 120 - - #Wild Onion generation - [world.wild_onions] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 120 - - #Tomato Vines generation - [world.wild_tomatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 100 - - #Wild Rice generation - [world.wild_rice] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 20 - - #Brown Mushroom Colony generation - [world.brown_mushroom_colonies] - #Generate brown mushroom colonies on mushroom fields - genBrownMushroomColony = true - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 15 + #If enabled, Compost Heaps (structures containing Organic Compost piles) will sometimes generate across Villages. + generateVillageCompostHeaps = true + #If enabled, crops from Farmer's Delight will sometimes replace standard crops in village farm plots. + generateFDCropsOnVillageFarms = true + +#Crafting +[crafting] + #If enabled, the Cooking Pot will provide a Recipe Book on its interface, similar to the one on Crafting Tables and Furnaces. + enableCookingPotRecipeBook = true + #If enabled, storage crates (3x3) for vanilla crops (similar to Quark and Thermal Cultivation) will become craftable. + enableVanillaCropCrates = true + #How much (in decimal percentage) should each level of Fortune increase the odds of obtaining rare results on the Cutting Board? Set to 0.0 to disable. + #Range: 0.0 ~ 1.0 + cuttingBoardFortuneBonus = 0.1 - #Red Mushroom Colony generation - [world.red_mushroom_colonies] - #Generate red mushroom colonies on mushroom fields - genRedMushroomColony = true - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 15 +#Debug settings (Not meant for gameplay) +[debug] + #Tomato crops hanging on rope will force-place a Rope block when broken. Due to technical limitations, this affects things such as commands, making them fail to 'setblock' at first. + #Disable this if this block is preventing you from editing a region in creative or with commands. For normal gameplay, I recommend leaving this enabled. + enableTomatoRopePermanence = true diff --git a/config/ftbquests/quests/chapters/prefabricated.snbt b/config/ftbquests/quests/chapters/prefabricated.snbt new file mode 100644 index 0000000..07e418c --- /dev/null +++ b/config/ftbquests/quests/chapters/prefabricated.snbt @@ -0,0 +1,482 @@ +{ + autofocus_id: "554D8BCBD6882471" + default_hide_dependency_lines: false + default_quest_shape: "" + disable_toast: true + filename: "prefabricated" + group: "52A2EE513D7930F2" + icon: { + Count: 1 + id: "ftbquests:custom_icon" + tag: { + Icon: "portable_blueprints:item/worn_blueprint" + } + } + id: "6B8BD578FFDF83D8" + images: [ + { + click: " " + height: 1.0d + hover: ["Animal Ranchin' Prefabs"] + image: "minecraft:item/lead" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: 0.0d + } + { + click: " " + height: 1.0d + hover: ["Slime Ranchin' Prefabs"] + image: "splendid_slimes:item/plort/slimy" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: 1.0d + } + { + click: " " + height: 1.0d + hover: ["Farmin' Prefabs"] + image: "minecraft:item/wheat" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: -1.0d + } + { + height: 1.0d + image: "galosphere:particle/aura_particle8" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: 1.0d + } + { + height: 1.0d + image: "galosphere:particle/aura_particle8" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: 0.0d + } + { + height: 1.0d + image: "galosphere:particle/aura_particle8" + rotation: 0.0d + width: 1.0d + x: 1.75d + y: -1.0d + } + { + height: 1.0d + image: "roughlyenoughitems:textures/gui/arrow_right.png" + rotation: 0.0d + width: 1.0d + x: 0.875d + y: 0.0d + } + ] + order_index: 3 + quest_links: [{ + id: "554D8BCBD6882471" + linked_quest: "75152677EB2700CE" + x: 0.0d + y: 0.0d + }] + quests: [ + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/5x5_corral.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "splendid_slimes:corral_block" + id: "752112A8A039A2F5" + rewards: [{ + id: "16E69C99A21980CF" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "5x_corral" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 5x5 Corral\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "5x_corral" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "5x4x5" + tasks: [{ + consume_items: true + count: 3L + id: "1E483939FB0F2836" + item: "numismatics:cog" + type: "item" + }] + title: "Small Corral" + x: 2.75d + y: 1.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/7x7_corral.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "splendid_slimes:corral_block" + id: "744FE8000BAD03AD" + rewards: [{ + id: "07D74237B182A87B" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "7x_corral" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 7x7 Corral\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "7x_corral" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "7x4x7" + tasks: [{ + consume_items: true + count: 5L + id: "5AAB6A1162763C3A" + item: "numismatics:cog" + type: "item" + }] + title: "Large Corral" + x: 3.75d + y: 1.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/5x5_breeder.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "mbd2:slime_breeder" + id: "12545972A0A314C0" + rewards: [{ + id: "50571987D4C739D4" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "5x_breeder" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 5x5 Fusion Breeder\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "5x_breeder" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "5x4x5" + tasks: [{ + consume_items: true + count: 20L + id: "721A7DDDE0F05F56" + item: "numismatics:cog" + type: "item" + }] + title: "Fusion Breeder" + x: 4.75d + y: 1.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/5x5_animal_pen.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "cluttered:poplar_fence" + id: "11588A723010D3C9" + rewards: [{ + id: "73C522C79E8360A7" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "5x_animal_pen" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 5x5 Animal Pen\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "5x_animal_pen" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "5x4x5" + tasks: [{ + consume_items: true + count: 3L + id: "409E32DD13E9A18B" + item: "numismatics:cog" + type: "item" + }] + title: "Small Animal Pen" + x: 2.75d + y: 0.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/7x7_animal_pen.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "cluttered:flowering_poplar_fence" + id: "2D2758C516F02499" + rewards: [{ + id: "3A460B59AB88F8F7" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "7x_animal_pen" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 7x7 Animal Pen\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "7x_animal_pen" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "7x4x7" + tasks: [{ + consume_items: true + count: 5L + id: "34681557F5848149" + item: "numismatics:cog" + type: "item" + }] + title: "Large Animal Pen" + x: 3.75d + y: 0.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/11x11_crop_farm.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "minecraft:wheat_seeds" + id: "29170920312F6283" + rewards: [{ + id: "6899464F53329616" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "11x_crop_farm" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 11x11 Crop Farm\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "11x_crop_farm" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "11x1x11" + tasks: [{ + consume_items: true + count: 3L + id: "4BF25E51A4CDDF48" + item: "numismatics:cog" + type: "item" + }] + title: "Crop Farm" + x: 2.75d + y: -1.0d + } + { + can_repeat: true + dependencies: ["75152677EB2700CE"] + description: ["{image:ftbquests:textures/image/11x11_gourd_farm.png width:180 height:100 align:center}"] + disable_toast: true + hide_dependency_lines: true + icon: "minecraft:pumpkin" + id: "05CFBF024A9FA36C" + rewards: [{ + id: "585457EB7FE540B7" + item: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { + Damage: 1 + allow_nbt: 1 + altezza: 0 + blueprint_name: "11x_gourd_farm" + buildAnyway: 0b + display: { + Name: "{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: 11x11 Gourd Farm\"}" + } + free_build: 1 + inventari_blocco_selezionati: "" + lunghezzaX: 0 + lunghezzaZ: 0 + mirrowX: 0b + mirrowY: 0b + mirrowZ: 0b + nome: "11x_gourd_farm" + owner: "worn" + owner_name: "SSCCOGAC" + remaining_uses: 1 + rotateValue: 0s + skipObstructionBlock: 0b + visualizeBuild: 0b + wasHolding: 1b + worn_set: 1b + } + } + team_reward: false + type: "item" + }] + shape: "hexagon" + subtitle: "11x1x11" + tasks: [{ + consume_items: true + count: 3L + id: "18762C53B3590594" + item: "numismatics:cog" + type: "item" + }] + title: "Gourd Farm" + x: 3.75d + y: -1.0d + } + ] + title: "&e Prefabs &a☻" +} diff --git a/config/ftbquests/quests/chapters/slime_collection.snbt b/config/ftbquests/quests/chapters/slime_collection.snbt index dfd21b8..4d2e773 100644 --- a/config/ftbquests/quests/chapters/slime_collection.snbt +++ b/config/ftbquests/quests/chapters/slime_collection.snbt @@ -2426,5 +2426,5 @@ y: -5.0d } ] - title: "&e Gelapedia &r✔" + title: "&a Gelapedia &r✔" } diff --git a/config/ftbquests/quests/chapters/the_lab.snbt b/config/ftbquests/quests/chapters/the_lab.snbt index 3c7dad0..9c81b90 100644 --- a/config/ftbquests/quests/chapters/the_lab.snbt +++ b/config/ftbquests/quests/chapters/the_lab.snbt @@ -9,7 +9,6 @@ id: "112484FF0BE3AF63" images: [ { - dependency: "528ED809C83D224D" height: 1.0d image: "jei:textures/jei/atlas/gui/icons/arrow_next.png" order: 1 @@ -19,7 +18,6 @@ y: 0.25d } { - dependency: "528ED809C83D224D" height: 1.0d image: "jei:textures/jei/atlas/gui/icons/arrow_previous.png" order: 1 @@ -104,7 +102,13 @@ } { dependencies: ["528ED809C83D224D"] - description: ["&7\"&rIt seems so that here on Gelatine-XB47, the barrier to... something? &oSomewhere...&r is weak. Blueprints of foreign concepts are being sent to the Hologuide's lab page.. I wonder what they could be for. Although they don't seem to care for the Glubcoins currency for their designs like the SSCCOGAC does, just a variety of plorts.&7\"&r"] + description: [ + "&7\"&rIt seems so that here on Gelatine-XB47, the barrier to... something? &oSomewhere...&r is weak." + "" + "Blueprints of foreign concepts are being sent to the Hologuide's lab page.. I wonder what they could be for?" + "" + "I presume these plorts are not sent to the SSCCOGAC either... Curiously, the blueprints don't seem to care for the Glubcoins currency like the SSCCOGAC does. just a variety of plorts are required in their schematic.&7\"&r" + ] hide_dependency_lines: true icon: "botania:pure_daisy" id: "38D8C5BC12219E38" @@ -124,7 +128,7 @@ team_reward: true type: "gamestage" }] - subtitle: "Access to floral fertilizer, Petal apothecary" + subtitle: "Access to Floral Fertilizer, Petal Apothecaries" tasks: [ { consume_items: true @@ -2058,7 +2062,7 @@ type: "checkmark" }] title: "Modern Dynamics Placeholder" - x: 4.5d + x: 3.25d y: 1.5d } { @@ -2172,8 +2176,8 @@ type: "checkmark" }] title: "Thermal Expansion Placeholder" - x: 6.0d - y: -1.5d + x: 4.5d + y: -0.75d } { dependencies: ["528ED809C83D224D"] @@ -2189,7 +2193,7 @@ }] title: "Little Logistics Placeholder" x: -5.0d - y: -1.5d + y: -0.75d } { dependencies: ["528ED809C83D224D"] @@ -2226,7 +2230,7 @@ type: "checkmark" }] title: "Building Gadgets Placeholder" - x: 7.5d + x: 5.75d y: 1.5d } ] diff --git a/config/ftbquests/quests/chapters/tools_n_gadgets.snbt b/config/ftbquests/quests/chapters/tools_n_gadgets.snbt index 0b7a071..f1f7e3d 100644 --- a/config/ftbquests/quests/chapters/tools_n_gadgets.snbt +++ b/config/ftbquests/quests/chapters/tools_n_gadgets.snbt @@ -554,9 +554,9 @@ } { dependencies: ["6786A03351AC6A56"] - description: ["Will tell you why a slime maybe unhappy"] + description: ["Will tell you why a slime maybe unhappy upon using it on them"] id: "10BC3B9533A79EAD" - subtitle: "What is your PROBLEM" + subtitle: "What is YOUR &lPROBLEM" tasks: [{ id: "5C0943CCA36EB01E" item: "splendid_slimes:slime_inspector" @@ -621,7 +621,7 @@ item: "sophisticatedbackpacks:backpack" type: "item" }] - x: 5.0d + x: 5.25d y: -1.25d } { @@ -646,7 +646,7 @@ type: "item" } ] - x: 6.0d + x: 6.25d y: -1.25d } { @@ -667,7 +667,7 @@ type: "item" } ] - x: 5.0d + x: 5.25d y: -0.25d } { @@ -691,7 +691,7 @@ type: "item" } ] - x: 6.0d + x: 6.25d y: -0.25d } { diff --git a/config/ftbquests/quests/chapters/welcome_to_the_ranch.snbt b/config/ftbquests/quests/chapters/welcome_to_the_ranch.snbt index 2f74da3..5b523b5 100644 --- a/config/ftbquests/quests/chapters/welcome_to_the_ranch.snbt +++ b/config/ftbquests/quests/chapters/welcome_to_the_ranch.snbt @@ -1,5 +1,4 @@ { - autofocus_id: "540EA146149A0210" default_hide_dependency_lines: false default_quest_shape: "" filename: "welcome_to_the_ranch" @@ -15,6 +14,118 @@ } } id: "7A580CEC46A501BD" + images: [ + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: 1.375d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -0.625d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -2.125d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -3.125d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -4.125d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -5.125d + y: 6.0d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -2.625d + y: -1.5d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -1.125d + y: -1.5d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: -0.125d + y: -1.5d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: 3.375d + y: 0.5d + } + { + alpha: 150 + height: 0.35d + image: "fancymenu:textures/contextmenu/icons/info.png" + order: 101 + rotation: 0.0d + width: 0.35d + x: 3.375d + y: 4.0d + } + ] order_index: 0 quest_links: [ ] quests: [ @@ -204,19 +315,25 @@ dependencies: ["105AAC47FE089F4B"] description: [ "Note: &l&9We&r have &6glamorously&r &cC&6o&el&ao&2r&9e&dd&r all terminology in your &e&lHologuide&r™ to assist with your &6laughable&r reading comprehension! &9^w^" + "&n&7 " "" "&e&lHologuide&r™ : &9&lOur&r &edigital hologram tablet guidebook&r that you're reading this information on right now! &l&9We&r always refer to &eitems&r in &eyellow&r" + "&n&7 " "" "&dGela-form&r : A gelatinous being, commonly refered to as a slime! Words related to &dslimes&r or &dGela-forms&r are colored &dpink&r in your &e&lHologuide&r™!" + "&n&7 " "" "&aSphere&r : The spherical body in the vast empty you have been assigned to!! We stopped calling them planets to shut people up who kept saying \"that's actually a dwarf now\" &9^o^&r " "" "&aSpheres&r and other mentioned &alocations&r will be marked in &agreen&r!" + "&n&7 " + "" + "The &9&lSSCCOGAC&r : Thats us, silly! &9&lWe&r are the &l&9Splendid Slimes Cultivation, Collection, Overseeing \\& Governing Authority Corporation&r." "" - "The &9&lSSCCOGAC&r : Thats us, silly! &9&lWe&r are the &l&9Splendid Slimes Cultivation, Collection, Overseeing \\& Governing Authority Corporatation&r." "&9&lWe&r manage &4&lall&r of everything related to &dGela-forms&r in this &agalaxy&r! Including &dplort&r trade, harvesting, cultivation, research, &4&llaws&r, and more! &9^w^" "" "&9&lOur entity&r will always be referred to in a &l&9bold blue&r." + "&n&7 " "" "&bLaboratory&r : The &bLab&r is &9&lSSCCOGAC&r&r's method of lending knowledge from &l&9our&r&r databases." "" @@ -230,7 +347,7 @@ ] icon: "guideme:guide" id: "0052442A797103F2" - min_width: 300 + min_width: 350 rewards: [{ id: "5CF308A2FA5FE19F" item: "numismatics:bevel" @@ -712,11 +829,11 @@ { dependencies: ["540EA146149A0210"] description: [ - "&9&lWe&r have implemented a new tab to your &l&eHologuide&r™, the &eGelapedia&r!" + "&9&lWe&r have implemented a new tab to your &l&eHologuide&r™, the &aGelapedia&r!" "" - "The &eGelapedia&r is a listing of all the &dGelaforms&r and animals that can be found on this &asphere&r, along with which habitats they belong to." + "The &aGelapedia&r is a listing of all the &dGelaforms&r and animals that can be found on this &asphere&r, along with which habitats they belong to." "" - "Your &eGelapedia&r also displays all of the possible &dfusion slime&r combinations found from &dslimes&r you have located! " + "Your &aGelapedia&r also displays all of the possible &dfusion slime&r combinations found from &dslimes&r you have located! " "" "Part of your assignment is to collect all of them for the &9&lSSCCOGAC&r's researches." ] @@ -724,14 +841,14 @@ icon: "alexscaves:cave_book" id: "341207DD87C622A8" min_width: 300 - shape: "hexagon" + shape: "circle" subtitle: "What kind of slime is this?" tasks: [{ id: "3654CD3B00AA23CA" title: "I will catch em all!" type: "checkmark" }] - title: "&eGelapedia" + title: "&aGelapedia" x: 1.75d y: -2.0d } @@ -740,17 +857,17 @@ description: [ "When a &dslime&r is first found it'll typically have the \"Neutral\" state, this is the &dslimes&r current happiness." "" - "You can view the current happiness state by looking at the &dslime&r close up." + "You can view the current happiness state by looking at the &dslime&r close up, or viewing it within your inventory." + "&n&7 " "" - "Both wild and fed &dslimes&r have happiness, but you can only see the state of one that has been fed before." - "" - "&a&l&n^ Increasing" + "&a&l↑ —— Increasing Happiness ——" "- &dSlimes&r have their happiness increased when fed" "- Eating it's &efavorite food&r will increase by double the amount" "- When eating near at least 3 &dslimes&r of the same breed, it will gain more happiness, and even more so when near up to 6 &dslimes" "- Eating a &eSlime Candy&r will increase a &dslimes&r happiness state instantly" + "&n&7 " "" - "&c&l&nV Decreasing" + "&c&l↓ ——Decreasing Happiness ——" "- When not fed for a while a &dslime&r will begin starving and happiness will gradually decrease" "- When killed and reduced to a lower size, a &dslimes&r happiness greatly decreases" "- If fed and near 7 or more other &dslimes&r, happiness greatly decreases. You should keep 8 at most in a pen, and keep 3-4 blocks of space between your pens!" @@ -758,6 +875,7 @@ "&l&nVery important info on &dslime&f happiness states:&r &8[&a➡&8]&r" "{@pagebreak}" "&dSlimes&r have 4 different happiness states: &aHappy&r, &7Neutral&r, &9Sad&r, and &cFurious&r. Each state will cause or limit certain behaviors." + "&n&7 " "" "&a&l&nHappy" "Happy &dslimes&r will perform their specified positive behaviors if they exist! The more happy a &dslime&r is, the more it will perform it's positive effects." @@ -769,7 +887,7 @@ "Sad &dslimes&r will still produce Plorts, but they won't be happy about it. They'll perform negative behaviors more and more as their happiness decreases." "" "&c&l&nFurious" - "At extremely low levels of happiness, &dslimes&r will attack the player. They will frequently perform negative behaviors, won't produce Plorts, and won't turn into &dLargo slimes&r." + "At extremely low levels of happiness, &dslimes&r will attack the player. They will frequently perform negative behaviors, won't produce Plorts, and won't turn into &dLargo slimes&r. Require being fed until reaching a higher state before being useful again." ] icon: "numismatics:sun" id: "6352FC5322CFD542" @@ -858,11 +976,11 @@ "" "Although you can find and create your own devices using resources like redstone found on the &asphere&r." "" - "There also seems to be... what... is &2this&r?" + "There also seems to an &2unusuality&r with your &e&lHologuide&r™, &9&l^.^&r haha, how odd! An &2unrecognized&r entry has been added to the &blaboratory&r." ] icon: "supplementaries:cog_block" id: "611599F122718E16" - min_width: 250 + min_width: 300 shape: "rsquare" subtitle: "This pack has more than slimes??" tasks: [{ @@ -915,9 +1033,13 @@ { dependencies: ["611599F122718E16"] description: [ - "What is this? We do not recall this page being here..." + "What is &2this&r? We do not recall this page being here..." + "" + "Whatever it is, &9&lwe&r&r would not recommend touching &2&otechnology&r &l&9we&r&r do not understand. &9^o^" "" - "Whatever it is, &9&lwe&r&r would not recommend touching technology &l&9we&r&r do not understand. &9^o^" + "{@pagebreak}" + "" + "&2Come forth, embrace purity, botanist." ] icon: { Count: 1 @@ -928,6 +1050,7 @@ } } id: "0532AC1F6E4E760D" + min_width: 250 shape: "diamond" size: 1.25d subtitle: "Path of the Botanist" @@ -957,9 +1080,14 @@ } { dependencies: ["611599F122718E16"] - description: ["With rotational power, much is achievable! The &9&lSSCCOGAC&r provides &bblueprints&r in the &blab&r for our designs on mechanical devices."] + description: [ + "With rotational power, much is achievable!" + "" + "The &9&lSSCCOGAC&r provides &bblueprints&r in the &blab&r tab of the holopedia for our schematics on mechanical utilities" + ] icon: "create:wrench" id: "0DA69A84028E2CD4" + min_width: 250 shape: "diamond" size: 1.25d subtitle: "Path of the Mechanist" @@ -989,7 +1117,11 @@ } { dependencies: ["611599F122718E16"] - description: ["&eRedstone&r, &erails&r, &ecomputers&r and more! The purist route, preferring more vanilla esque methods and or computer scripts."] + description: [ + "&eRedstone&r, &erails&r, &ecomputers&r and more! " + "" + "The purist route, preferring more vanilla esque methods, and or computer scripts" + ] icon: { Count: 1 id: "essentials:circuit_wrench" @@ -997,6 +1129,7 @@ } icon_scale: 0.9d id: "7847FF4866410017" + min_width: 250 shape: "diamond" size: 1.25d subtitle: "Path of the Scientist" @@ -1122,7 +1255,7 @@ item: "numismatics:bevel" type: "item" }] - shape: "hexagon" + shape: "circle" subtitle: "Eureka!" tasks: [ { @@ -1159,6 +1292,7 @@ icon: "minecraft:chicken" id: "015AC5B2CFF2FAAE" min_width: 300 + shape: "hexagon" tasks: [{ id: "248D796BE455F1E0" title: "I bet they're tasty" @@ -1196,6 +1330,7 @@ } type: "item" }] + shape: "circle" subtitle: "What might lurk beneath?" tasks: [{ id: "67C73A64D80DDF09" @@ -1233,10 +1368,20 @@ } id: "7E3762303FE74E8F" shape: "heart" - tasks: [{ - id: "6B82E856A3E0D1D5" - type: "checkmark" - }] + tasks: [ + { + id: "6B82E856A3E0D1D5" + type: "checkmark" + } + { + consume_items: true + count: 64L + id: "1FABF722AD8EF7DD" + item: { Count: 64, id: "numismatics:sun" } + title: "Sure do 64 of these too why not" + type: "item" + } + ] title: "Completion lol" x: -4.25d y: -4.0d @@ -1277,6 +1422,7 @@ type: "item" } ] + shape: "pentagon" subtitle: "Share a bank account together!" tasks: [{ id: "3584AA35BD54FBB9" @@ -1304,6 +1450,7 @@ icon: "create:brown_toolbox" id: "6786A03351AC6A56" min_width: 300 + shape: "circle" subtitle: "&8[&r Helpful gadgets! &8]" tasks: [{ id: "3B1F100F35339A52" @@ -1313,6 +1460,33 @@ x: -8.0d y: 3.5d } + { + dependencies: ["75A4584FAAEC2937"] + description: [ + "Previously, &9&lwe&r have given you a &ebase placeable prefab&r, but theres more where that came from!" + "" + "Inside of your &eprefabs &lHologuide&r™ tab, the &9&lSSCCOGAC&r has a &6generous&r selection of &eprefab blueprints&r you may &cpurchase&r and place on your ranch." + "" + "If you're so &4lazily&r inclined..." + "" + "&8[ &7Note: All prefabs have labelled dimensions, e.g. 5x5, these dimensions are the total size of the prefab and not the inside contents &8]" + ] + hide_dependent_lines: true + icon: { + Count: 1 + id: "portable_blueprints:worn_blueprint" + tag: { } + } + id: "75152677EB2700CE" + min_width: 300 + tasks: [{ + id: "53623BF1A307F672" + type: "checkmark" + }] + title: "&9&lSSCCOGAC&r &ePrefabs" + x: -6.25d + y: 0.0d + } ] title: "&d Ranching &r✔" } diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt index 0ac0c0b..d32a34f 100644 --- a/config/ftbquests/quests/data.snbt +++ b/config/ftbquests/quests/data.snbt @@ -9,7 +9,7 @@ drop_book_on_death: false drop_loot_crates: false emergency_items_cooldown: 300 - grid_scale: 0.25d + grid_scale: 0.125d hide_excluded_quests: false icon: { Count: 1 diff --git a/config/interactive_corporea-common.toml b/config/interactive_corporea-common.toml index 7222c4d..a934fb0 100644 --- a/config/interactive_corporea-common.toml +++ b/config/interactive_corporea-common.toml @@ -1,20 +1,100 @@ [Mana] #Mana consumption per tick while the halo interface is open - #Range: 0 ~ 100 + #Range: > 0 requestingHaloStaticConsumption = 1 #Mana consumption when the displayed item list is updated - #Range: 0 ~ 100 + #Range: > 0 requestingHaloUpdateConsumption = 10 - #Mana consumption PER ITEM to quantize items - #Range: 0 ~ 100 - quantizationConsumption = 20 - #The mana capacity of the Quantization Device (recommended to be larger than * 256) + #The mana capacity of the Quantization Device (recommended to be larger than the per-item quantization costs * 256) #Range: > 1 quantizationDeviceManaCapacity = 100000 + #Mana consumption PER ITEM to extract items from the network + #Range: > 0 + quantizationExtractConsumption = 20 + #Mana consumption PER ITEM to insert items into the network + #Range: > 0 + quantizationInsertConsumption = 40 [Animations] #The animation speed of the quantization of items (that's the ticks of one visual stage, and the full animation time is roughly 2 * ) #Range: 1 ~ 100 quantizationAnimationSpeed = 5 +[Modules] + #Enable the HUD Requesting Halo module + enableHudModule = true + #Enable the RECEIVE Requesting Halo module + enableReceiveModule = true + #Enable the SEARCH Requesting Halo module + enableSearchModule = true + #Enable the UPDATE Requesting Halo module + enableUpdateModule = true + #Enable the ANCHOR Requesting Halo module + enableAnchorModule = true + #Enable the MAGNATE Requesting Halo module + enableMagnateModule = true + #Enable the CRAFTING Requesting Halo module + enableCraftingModule = true + #Enable the QUANTUM_INSERTER Requesting Halo module + enableQuantumInserterModule = true + #Enable the FAR_REACH Requesting Halo module + enableFarReachModule = true + #Enable the GREATER_MAGNATE Requesting Halo module + enableGreaterMagnateModule = true + #Enable the BLACK_HOLE Requesting Halo module + enableBlackHoleModule = true + +[Range] + #Base Corporea access range of the Requesting Halo before range upgrades + #Range: > 0 + baseRequestingHaloRange = 10 + #Range bonus provided by the MAGNATE module when it is enabled + #Range: > 0 + magnateRangeBonus = 10 + #Range bonus provided by the FAR_REACH module when it is enabled + #Range: > 0 + farReachRangeBonus = 20 + #Range bonus provided by the GREATER_MAGNATE module when it is enabled + #Range: > 0 + greaterMagnateRangeBonus = 30 + #Range bonus provided by the BLACK_HOLE module when it is enabled + #Range: > 0 + blackHoleRangeBonus = 50 + +[Particles] + #Enable mod particle effects + enableParticles = true + #Multiplier applied to mod particle spawn counts and rates + #Range: 0.0 ~ 10.0 + particleMultiplier = 1.0 + +[Sounds] + #Scale applied to halo open sounds + #Range: 0.0 ~ 10.0 + haloOpenSoundScale = 1.0 + #Scale applied to halo close sounds + #Range: 0.0 ~ 10.0 + haloCloseSoundScale = 1.0 + #Scale applied to halo list update sounds + #Range: 0.0 ~ 10.0 + haloListUpdateSoundScale = 1.0 + #Scale applied to halo select sounds + #Range: 0.0 ~ 10.0 + haloSelectSoundScale = 1.0 + #Scale applied to halo request sounds + #Range: 0.0 ~ 10.0 + haloRequestSoundScale = 1.0 + #Scale applied to halo reach-edge sounds + #Range: 0.0 ~ 10.0 + haloReachEdgeSoundScale = 1.0 + #Scale applied to halo out-of-range sounds + #Range: 0.0 ~ 10.0 + haloOutOfRangeSoundScale = 1.0 + #Scale applied to quantum send sounds + #Range: 0.0 ~ 10.0 + quantumSendSoundScale = 1.0 + #Scale applied to quantum receive sounds + #Range: 0.0 ~ 10.0 + quantumReceiveSoundScale = 1.0 + diff --git a/config/jade/plugins.json b/config/jade/plugins.json index 687ff5a..12c1886 100644 --- a/config/jade/plugins.json +++ b/config/jade/plugins.json @@ -1,4 +1,7 @@ { + "framedblocks": { + "framed_item_frame": true + }, "minecraft": { "item_storage.show_name_amount": 5, "furnace": true, diff --git a/config/openloader/resources/no-hunger/assets/minecraft/textures/gui/icons.png b/config/openloader/resources/no-hunger/assets/minecraft/textures/gui/icons.png deleted file mode 100644 index 0304298..0000000 Binary files a/config/openloader/resources/no-hunger/assets/minecraft/textures/gui/icons.png and /dev/null differ diff --git a/config/openloader/resources/no-hunger/pack.mcmeta b/config/openloader/resources/no-hunger/pack.mcmeta deleted file mode 100644 index daf5e4a..0000000 --- a/config/openloader/resources/no-hunger/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 15, - "description": "I'm trapped inside of a pack.mcmeta file, help me!" - } -} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/11x_crop_farm.bp b/config/portable_blueprints/world_injection_worn_blueprints/11x_crop_farm.bp new file mode 100644 index 0000000..aa034c2 --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/11x_crop_farm.bp @@ -0,0 +1,142 @@ +{ + "nome": "10x_crop_farm", + "altezza": 1, + "lunghezzaX": 11, + "lunghezzaZ": 11, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d8,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d8,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d5,y\u003d0,z\u003d5": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d9": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d8": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d7": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d5": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d3": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d2": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d1": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d7,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d8,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d5": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d7": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d8": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d9": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": { + "0": { + "x\u003d5,y\u003d0,z\u003d5": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_lamp\"},enableCT:1b,material:{Name:\"galosphere:lumiere_lamp\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-438,y:129,z:-21}" + } + } +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/11x_gourd_farm.bp b/config/portable_blueprints/world_injection_worn_blueprints/11x_gourd_farm.bp new file mode 100644 index 0000000..4dc8cf6 --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/11x_gourd_farm.bp @@ -0,0 +1,150 @@ +{ + "nome": "10x_gourd_farm", + "altezza": 1, + "lunghezzaX": 11, + "lunghezzaZ": 11, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d8,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d8,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d8,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d5,y\u003d0,z\u003d5": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d6": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d3": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d4": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d1": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d2": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d9": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d7": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d8": "\u003cbid\u003ecopycats:copycat_slab\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eaxis\u003c/name\u003e\u003cvalue\u003ey\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction$Axis\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003etype\u003c/name\u003e\u003cvalue\u003ebottom\u003c/value\u003e\u003cclasse\u003enet.minecraft.world.level.block.state.properties.SlabType\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d9": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d8": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d7": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d5": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d10,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d3": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d2": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d1": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d9,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d9,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d7,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d10,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d7,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d8,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d10": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d7": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d9": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d8": "\u003cbid\u003eminecraft:farmland\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003emoisture\u003c/name\u003e\u003cvalue\u003e7\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d5": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d7": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d8": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d9": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": { + "0": { + "x\u003d5,y\u003d0,z\u003d5": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_lamp\"},enableCT:1b,material:{Name:\"galosphere:lumiere_lamp\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-21}", + "x\u003d5,y\u003d0,z\u003d6": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-20}", + "x\u003d5,y\u003d0,z\u003d3": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-23}", + "x\u003d5,y\u003d0,z\u003d4": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-22}", + "x\u003d5,y\u003d0,z\u003d1": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-25}", + "x\u003d5,y\u003d0,z\u003d2": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-24}", + "x\u003d5,y\u003d0,z\u003d9": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-17}", + "x\u003d5,y\u003d0,z\u003d7": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-19}", + "x\u003d5,y\u003d0,z\u003d8": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{bottom:{consumedItem:{Count:1b,id:\"galosphere:lumiere_bricks\"},enableCT:1b,material:{Name:\"galosphere:lumiere_bricks\"}},top:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-426,y:129,z:-18}" + } + } +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/5x_animal_pen.bp b/config/portable_blueprints/world_injection_worn_blueprints/5x_animal_pen.bp new file mode 100644 index 0000000..bad952c --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/5x_animal_pen.bp @@ -0,0 +1,83 @@ +{ + "nome": "5x_animal_pen", + "altezza": 4, + "lunghezzaX": 5, + "lunghezzaZ": 5, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "1": { + "x\u003d0,y\u003d1,z\u003d1": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d4": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d2": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003ewest\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d1,z\u003d4": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003esouth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d3": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d2": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003ewest\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d1": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d4": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d3": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull" + }, + "2": { + "x\u003d0,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d1": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d4,y\u003d2,z\u003d3": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d4": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d1,y\u003d2,z\u003d0": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "3": { + "x\u003d0,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": { + "2": { + "x\u003d0,y\u003d2,z\u003d1": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-457,y:131,z:-25}", + "x\u003d4,y\u003d2,z\u003d3": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-453,y:131,z:-23}", + "x\u003d3,y\u003d2,z\u003d4": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-454,y:131,z:-22}", + "x\u003d1,y\u003d2,z\u003d0": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-456,y:131,z:-26}" + } + } +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/5x_breeder.bp b/config/portable_blueprints/world_injection_worn_blueprints/5x_breeder.bp new file mode 100644 index 0000000..282d51d --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/5x_breeder.bp @@ -0,0 +1,84 @@ +{ + "nome": "5x_breeder", + "altezza": 4, + "lunghezzaX": 5, + "lunghezzaZ": 5, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003ekubejs:ssccogac_casing\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003ekubejs:ssccogac_casing\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003ekubejs:ssccogac_casing\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003ekubejs:ssccogac_casing\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003embd2:slime_breeder\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003esouth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "1": { + "x\u003d0,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull" + }, + "2": { + "x\u003d0,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "3": { + "x\u003d0,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": {} +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/5x_corral.bp b/config/portable_blueprints/world_injection_worn_blueprints/5x_corral.bp new file mode 100644 index 0000000..6148263 --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/5x_corral.bp @@ -0,0 +1,84 @@ +{ + "nome": "5x_corral", + "altezza": 4, + "lunghezzaX": 5, + "lunghezzaZ": 5, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "1": { + "x\u003d0,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d3,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull" + }, + "2": { + "x\u003d0,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d4": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "3": { + "x\u003d0,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d4": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d4,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": {} +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/7x_animal_pen.bp b/config/portable_blueprints/world_injection_worn_blueprints/7x_animal_pen.bp new file mode 100644 index 0000000..576b761 --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/7x_animal_pen.bp @@ -0,0 +1,123 @@ +{ + "nome": "7x_animal_pen", + "altezza": 4, + "lunghezzaX": 7, + "lunghezzaZ": 7, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d5,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d5": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d6": "\u003cbid\u003eminecraft:grass_block\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003esnowy\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "1": { + "x\u003d0,y\u003d1,z\u003d1": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d2": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d6": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d1,z\u003d6": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d6": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d1,z\u003d6": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d5": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d6": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d5,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d1,z\u003d5": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d0": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d1,z\u003d6": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d1": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d6": "\u003cbid\u003egalosphere:lumiere_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d1,z\u003d2": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d3": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003ewest\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d3": "\u003cbid\u003ecluttered:flowering_poplar_fence_gate\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003efacing\u003c/name\u003e\u003cvalue\u003eeast\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ein_wall\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eopen\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d4": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d4": "\u003cbid\u003ecluttered:flowering_poplar_fence\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "2": { + "x\u003d5,y\u003d2,z\u003d0": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d6,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d1": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d1": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d6": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d6": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d5,y\u003d2,z\u003d6": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d6": "\u003cbid\u003egalosphere:lumiere_lamp\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d5": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d0": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d5": "\u003cbid\u003ecopycats:copycat_board\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003edown\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003eup\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "3": { + "x\u003d6,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull", + "x\u003d6,y\u003d3,z\u003d6": "\u003cbid\u003egalosphere:chiseled_lumiere\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": { + "2": { + "x\u003d5,y\u003d2,z\u003d0": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-446,y:131,z:-26}", + "x\u003d0,y\u003d2,z\u003d1": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-451,y:131,z:-25}", + "x\u003d6,y\u003d2,z\u003d1": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-445,y:131,z:-25}", + "x\u003d1,y\u003d2,z\u003d6": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-450,y:131,z:-20}", + "x\u003d5,y\u003d2,z\u003d6": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-446,y:131,z:-20}", + "x\u003d0,y\u003d2,z\u003d5": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-451,y:131,z:-21}", + "x\u003d1,y\u003d2,z\u003d0": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-450,y:131,z:-26}", + "x\u003d6,y\u003d2,z\u003d5": "{ForgeCaps:{},id:\"copycats:multistate_copycat\",material_data:{down:{consumedItem:{Count:1b,id:\"cluttered:flowering_poplar_planks\"},enableCT:1b,material:{Name:\"cluttered:flowering_poplar_planks\"}},east:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},north:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},south:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},up:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}},west:{consumedItem:{Count:1b,id:\"minecraft:air\",tag:{}},enableCT:1b,material:{Name:\"create:copycat_base\"}}},x:-445,y:131,z:-21}" + } + } +} \ No newline at end of file diff --git a/config/portable_blueprints/world_injection_worn_blueprints/7x_corral.bp b/config/portable_blueprints/world_injection_worn_blueprints/7x_corral.bp new file mode 100644 index 0000000..719c26a --- /dev/null +++ b/config/portable_blueprints/world_injection_worn_blueprints/7x_corral.bp @@ -0,0 +1,124 @@ +{ + "nome": "7x_corral", + "altezza": 4, + "lunghezzaX": 7, + "lunghezzaZ": 7, + "offset": { + "f_123285_": 0, + "f_123286_": 0, + "f_123289_": 0 + }, + "BlocksData": { + "0": { + "x\u003d5,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d6": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d0": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d0,z\u003d6": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d6": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d0,z\u003d3": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d4,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d0": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d0,z\u003d6": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d1": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d3": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d0,z\u003d3": "\u003cbid\u003ecreate:rose_quartz_lamp\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eactivate\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowered\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epowering\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d0,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d2,y\u003d0,z\u003d2": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d3": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d4": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d5": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d0,z\u003d6": "\u003cbid\u003earchitects_palette:abyssaline_plating\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003echarge_source\u003c/name\u003e\u003cvalue\u003enorth\u003c/value\u003e\u003cclasse\u003enet.minecraft.core.Direction\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003echarged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "1": { + "x\u003d0,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d1,y\u003d1,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d1,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d5": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d5,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d1,z\u003d5": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d1,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d1,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d1,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e15\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d1,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "2": { + "x\u003d6,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d5,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d6,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d5,y\u003d2,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d2": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d6": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d3": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d4": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d5": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d6,y\u003d2,z\u003d5": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d0,y\u003d2,z\u003d0": "\u003cbid\u003egalosphere:amethyst_bricks\u003c/bid\u003enull", + "x\u003d0,y\u003d2,z\u003d1": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d1,y\u003d2,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e12\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d2,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d4,y\u003d2,z\u003d0": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e13\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e", + "x\u003d3,y\u003d2,z\u003d6": "\u003cbid\u003esplendid_slimes:corral_pane\u003c/bid\u003e\u003cproperties\u003e\u003cpropertie\u003e\u003cname\u003eeast\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003enorth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003epower\u003c/name\u003e\u003cvalue\u003e14\u003c/value\u003e\u003cclasse\u003ejava.lang.Integer\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003esouth\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewaterlogged\u003c/name\u003e\u003cvalue\u003efalse\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003cpropertie\u003e\u003cname\u003ewest\u003c/name\u003e\u003cvalue\u003etrue\u003c/value\u003e\u003cclasse\u003ejava.lang.Boolean\u003c/classe\u003e\u003c/propertie\u003e;!v!;\u003c/properties\u003e" + }, + "3": { + "x\u003d6,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d0": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d0,y\u003d3,z\u003d6": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull", + "x\u003d6,y\u003d3,z\u003d6": "\u003cbid\u003egalosphere:chiseled_amethyst\u003c/bid\u003enull" + } + }, + "NotSolidBlocksData": {}, + "BlocksNBT": {} +} \ No newline at end of file diff --git a/config/puzzlesapi-iteminteractions-server.toml b/config/puzzlesapi-iteminteractions-server.toml new file mode 100644 index 0000000..2066dfb --- /dev/null +++ b/config/puzzlesapi-iteminteractions-server.toml @@ -0,0 +1,8 @@ +#Allow using the mouse wheel to scroll between slots in an item tooltip to choose the next item to extract. +allow_slot_cycling = true +#Allow dragging the mouse while holding a container item to insert hovered items, or to extract container contents to empty hovered slots. +allow_mouse_dragging = true +#Allow extracting / inserting only a single item from a container item instead of all items from the selected slot while a modifier key is held. +#In precision mode left-clicking inserts an item, and right-clicking extracts a single item, overriding vanilla mouse interactions. The scroll wheel can also be used for quickly moving items. +allow_precision_mode = true + diff --git a/config/quark-common.toml b/config/quark-common.toml index b7fd46a..d801aee 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -1,6 +1,6 @@ [general] - "Enable 'q' Button" = true + "Enable 'q' Button" = false "'q' Button on the Right" = false "Disable Q Menu Effects" = false #How many advancements deep you can see in the advancement screen. Vanilla is 2. @@ -1615,7 +1615,7 @@ "Fuel Time Tooltips" = true "Shulker Box Use Colors" = true "Shulker Box Require Shift" = true - "Map Require Shift" = false + "Map Require Shift" = true #The value of each shank of food. #Tweak this when using mods like Hardcore Hunger which change that value. "Food Divisor" = 2 diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml index 422d97c..a51e596 100644 --- a/config/sophisticatedcore-common.toml +++ b/config/sophisticatedcore-common.toml @@ -2,5 +2,5 @@ #Common Settings [common] #Disable / enable any items here (disables their recipes) - enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:advanced_alchemy_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_omega_tier|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:alchemy_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_jukebox_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stack_downgrade_tier_2|true", "sophisticatedbackpacks:stack_downgrade_tier_1|true", "sophisticatedbackpacks:stack_downgrade_tier_3|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:infinity_upgrade|true", "sophisticatedbackpacks:survival_infinity_upgrade|true"] + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:advanced_alchemy_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:smithing_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_omega_tier|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:alchemy_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_jukebox_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:stack_downgrade_tier_2|true", "sophisticatedbackpacks:stack_downgrade_tier_1|true", "sophisticatedbackpacks:stack_downgrade_tier_3|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:infinity_upgrade|true", "sophisticatedbackpacks:survival_infinity_upgrade|true", "sophisticatedbackpacks:chipped/alchemy_bench_upgrade|true", "sophisticatedbackpacks:chipped/tinkering_table_upgrade|true", "sophisticatedbackpacks:chipped/botanist_workbench_upgrade|true", "sophisticatedbackpacks:chipped/loom_table_upgrade|true", "sophisticatedbackpacks:chipped/mason_table_upgrade|true", "sophisticatedbackpacks:chipped/carpenters_table_upgrade|true", "sophisticatedbackpacks:chipped/glassblower_upgrade|true"] diff --git a/config/splendid_slimes.cfg b/config/splendid_slimes.cfg index 4c90d83..e01b7fe 100644 --- a/config/splendid_slimes.cfg +++ b/config/splendid_slimes.cfg @@ -6,8 +6,6 @@ slimes { - # How long it takes for Splendid Slimes to start starving, in ticks. Slimes can eat halfway through this duration - # Default: 24000; Range: [20 ~ 2147483647] I:"Slime Starving time"=24000 # Maximum happiness value for a Splendid Slime. @@ -37,6 +35,14 @@ slimes { # If true, Largo Slimes will turn into Tarrs after eating a 3rd Plort instead of just dying. # Default: true B:"Enable Tarrs"=true + + # How much a full slime's hunger will equate to + # Default: 24000; Range: [20 ~ 2147483647] + I:"Slime Hunger Amount"=24000 + + # If true, Tarrs will be persistent and turn back into previous slime when killed + # Default: false + B:"Enable Forgiving Tarrs"=true } @@ -52,8 +58,6 @@ machines { spawner { - # Time it takes for Slime Spawners to be able to dispense Slimes again - # Default: 6000; Range: [20 ~ 2147483647] I:"Slime Spawner Time"=6000 } diff --git a/config/supplementaries-client.toml b/config/supplementaries-client.toml new file mode 100644 index 0000000..5fdcd75 --- /dev/null +++ b/config/supplementaries-client.toml @@ -0,0 +1,260 @@ + +#Tweak and change the various block animations. +#Only cosmetic stuff in here so to leave default if not interested. +#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it +[blocks] + + [blocks.globe] + #Enable a random globe texture for each world + random_world = true + #Displays current coordinates when using a globe + show_coordinates = true + + [blocks.notice_board] + #Allows notice board displayed text to be centered instead of being left aligned + centered_text = true + + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + + [blocks.clock_block] + #Display 24h time format. False for 12h format + 24h_format = true + + [blocks.pedestal] + #Enable displayed item spin + spin = true + #Spin speed + #Range: 0.0 ~ 100.0 + speed = 2.0 + #Enable special display types for items like swords, tridents or end crystals + fancy_renderers = true + + [blocks.bubble_block] + #Wobbling intensity. set to 0 to disable + #Range: 0.0 ~ 1.0 + wobble = 0.2 + #How fast it grows when created. 1 to be instant + #Range: 0.0 ~ 1.0 + grow_speed = 0.4 + + [blocks.item_shelf] + #Translate down displayed 3d blocks so that they are touching the shelf. + #Note that they will not be centered vertically this way + supported_blocks = true + + [blocks.wind_vane] + #Wind vane animation swings according to this equation: + #pitch(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/) + #where: + # - pow = max(1,redstone_power*) + # - time = time in ticks + # - redstone_power = block redstone power + # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder) + #increase to have more distinct indication when weather changes + #Range: 1.0 ~ 100.0 + power_scaling = 3.0 + #Amplitude (maximum pitch) of first sine wave + #Range: 0.0 ~ 360.0 + max_angle_1 = 30.0 + #Range: 0.0 ~ 360.0 + max_angle_2 = 10.0 + #Base period in ticks at 0 power of first sine wave + #Range: 0.0 ~ 2000.0 + period_1 = 450.0 + #This should be kept period_1/3 for a symmetric animation + #Range: 0.0 ~ 2000.0 + period_2 = 150.0 + + [blocks.flag] + #How slow a flag will oscillate. (Period of oscillation) + #Lower value = faster oscillation + #Range: 0 ~ 10000 + slowness = 100 + #How wavy the animation will be in pixels. (Wavelength) + #Range: 0.001 ~ 100.0 + wavyness = 4.0 + #How tall the wave lobes will be. (Wave amplitude) + #Range: 0.0 ~ 100.0 + intensity = 1.0 + #How much the wave amplitude increases each pixel. (Amplitude increment per pixel) + #Range: 0.0 ~ 10.0 + intensity_increment = 0.3 + #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous + #Allowed Values: FAST, FANCY, FABULOUS + fanciness = "FABULOUS" + #Makes flags render as sideways banner. Ignores many of the previously defined configs + render_as_banner = false + + [blocks.captured_mobs] + #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags! + #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care + tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"] + + [blocks.hat_stand] + + [blocks.hat_stand.swing_physics] + frequency = 1.5 + collision_considers_entity_hitbox = true + collision_inertia = 1.5 + collision_force = 15.0 + min_angle = 0.0 + max_angle = 54.999996 + damping = 1.625 + + [blocks.turn_table] + #Display visual particles when a block is rotated + turn_particles = true + + [blocks.speaker_block] + #Mute speaker block incoming narrator messages and displays them in chat instead + mute_narrator = false + + [blocks.rope] + #Amplitude of rope wobbling effect + #Range: 0.0 ~ 20.0 + wobbling_amplitude = 1.2 + #Period of rope wobbling effect + #Range: 0.01 ~ 200.0 + wobbling_period = 12.0 + +#Particle parameters +[particles] + + #Rotation particle + [particles.turn_particle] + #An RGBA color + initial_color = "#002A77EA" + #An RGBA color + fade_color = "#0032BEFA" + +#General settings +[general] + #Disables Optifine warn screen + no_optifine_warn_screen = false + #Disables Amendments suggestion screen + no_amendments_screen = true + #Disable incompatible mods warning screen + no_incompatible_mods_screen = false + #Enable Quark style config button on main menu. Needs Configured installed to work + config_button = false + #Config button Y offset + #Range: -10000 ~ 10000 + config_button_y_offset = 0 + #Show some tooltip hints to guide players through the mod + tooltip_hints = true + #Show tooltips items that have been made placeable + placeable_tooltips = true + #Enables custom Configured config screen + custom_configured_screen = true + #I am very boring + unfunny = true + #ignore this + #Range: -10.0 ~ 10.0 + test1 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test2 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test3 = 0.0 + +#Game tweaks +[tweaks] + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Allow to right click with a clock to display current time in numerical form + clock_right_click = true + #Adds an overlay to projectile weapons in gui displaying currently selected ammo + projectile_weapon_overlay = true + #Allow to right click with a compass to display current coordinates in numerical form + compass_right_click = false + #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render + placeable_books_glint = false + #Placeable books random colors + placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"] + #Enables banner pattern tooltip image preview + banner_pattern_tooltip = true + #Enables paintings tooltip image preview + paintings_tooltip = true + #Enables sherds tooltip image preview + sherds_tooltip = true + #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings + #Range: 1 ~ 255 + tooltip_image_size = 80 + #Wearing mob heads will apply post processing + mob_head_shaders = true + #Sends your current chat when you die while typing + send_chat_on_death = true + #Makes enderman heads use vanilla texture. Enable for texture pack support + enderman_head_texture_pack_support = true + + [tweaks.colored_maps] + #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors + tinted_blocks_on_maps = true + #Colors tall grass same color as grass + tall_grass_color = true + #Makes colored maps a bit more accurate. Might affect performance + accurate_colors = false + +[items] + + [items.slingshot] + #Adds an overlay to slingshots in gui displaying currently selected ammo + overlay = true + #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis + stasis_block_outline = true + #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors + block_outline_color = "#FFFFFFFF" + #How big should a slingshot projectile look + #Range: 0.0 ~ 1.0 + projectile_scale = 0.5 + + [items.lunch_basket] + #Adds an overlay to lunch boxes in gui displaying currently selected food + overlay = true + + [items.altimeter] + #Click action for depth meter which displays current depth + click_action = true + #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_' + #This is a list. Add more entries with syntax [[...]] + extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"] + #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones + #Range: 1 ~ 10 + texture_precision_multiplier = 1 + + [items.cannonball] + #Render cannonballs as 3D models + 3d_model = true + + [items.quiver] + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset + #Range: -1.0 ~ 1.0 + armor_render_offset = -1.0 + #How quivers should render onto players + #Allowed Values: HIDDEN, BACK, HIP, THIGH + render_mode = "THIGH" + #How skeleton with quivers should render it + #Allowed Values: HIDDEN, BACK, HIP, THIGH + skeleton_render_mode = "THIGH" + #Adds an overlay to quivers in gui displaying currently selected arrow + overlay = true + #Allows using your mouse to select an arrow in the quiver GUI + mouse_movement_in_gui = true + #Quiver GUI X offset from default position + #Range: -1000 ~ 1000 + gui_x_offset = 0 + #Quiver GUI Y offset from default position + #Range: -1000 ~ 1000 + gui_y_offset = 0 + + [items.wrench] + #Display visual particles when a block is rotated + turn_particles = true + + [items.flute] + #Display visual particles when a playing a flute + note_particles = true + diff --git a/config/xaero/minimap/client.cfg b/config/xaero/minimap/client.cfg index 7e62b83..10364d0 100644 --- a/config/xaero/minimap/client.cfg +++ b/config/xaero/minimap/client.cfg @@ -1,6 +1,6 @@ current_profile = default -update_notifications = true -ignored_update = 0 +update_notifications = false +ignored_update = 388 allow_wrong_world_teleport = false differentiate_by_server_address = true debug_entity_icons = false diff --git a/config/xaero/world-map/client.cfg b/config/xaero/world-map/client.cfg index 439f998..3d25f85 100644 --- a/config/xaero/world-map/client.cfg +++ b/config/xaero/world-map/client.cfg @@ -1,6 +1,6 @@ current_profile = default -ignored_update = 0 -update_notifications = true +ignored_update = 187 +update_notifications = false reload_viewed = false reload_viewed_version = 0 debug = false diff --git a/configureddefaults/README.md b/configureddefaults/README.md new file mode 100644 index 0000000..5ca012d --- /dev/null +++ b/configureddefaults/README.md @@ -0,0 +1,12 @@ +# Configured Defaults + +This whole directory servers as a synchronized mirror of `.minecraft`. Every sub-directory and / or file placed within will be copied to the main `.minecraft` directory during game launch if the directory / file is not already present. +There is no way of overriding an existing file, a copy will only be made when the target destination is empty. + +Please note that due to the way Minecraft handles `options.txt` specifically it is sufficient to include only the options you want to set a preset for. All missing options will be filled in using their internal defaults when the file is read by the game. + +Examples: +- `.minecraft/configureddefaults/options.txt` will be copied to `.minecraft/options.txt` if not already present +- `.minecraft/configureddefaults/config/jei/jei.toml` will be copied to `.minecraft/config/jei/jei.toml` if not already present + +Note that this `README.md` file is excluded from being copied to `.minecraft`. diff --git a/config/yosby/config/aiotbotania-client.toml b/configureddefaults/config/aiotbotania-client.toml similarity index 100% rename from config/yosby/config/aiotbotania-client.toml rename to configureddefaults/config/aiotbotania-client.toml diff --git a/config/yosby/config/alexscaves-client.toml b/configureddefaults/config/alexscaves-client.toml similarity index 100% rename from config/yosby/config/alexscaves-client.toml rename to configureddefaults/config/alexscaves-client.toml diff --git a/config/yosby/config/amendments-client.toml b/configureddefaults/config/amendments-client.toml similarity index 100% rename from config/yosby/config/amendments-client.toml rename to configureddefaults/config/amendments-client.toml diff --git a/config/yosby/config/astages-client.toml b/configureddefaults/config/astages-client.toml similarity index 100% rename from config/yosby/config/astages-client.toml rename to configureddefaults/config/astages-client.toml diff --git a/config/yosby/config/betteradvancements-client.toml b/configureddefaults/config/betteradvancements-client.toml similarity index 100% rename from config/yosby/config/betteradvancements-client.toml rename to configureddefaults/config/betteradvancements-client.toml diff --git a/config/yosby/config/blueprint-client.toml b/configureddefaults/config/blueprint-client.toml similarity index 100% rename from config/yosby/config/blueprint-client.toml rename to configureddefaults/config/blueprint-client.toml diff --git a/config/yosby/config/botania-client.toml b/configureddefaults/config/botania-client.toml similarity index 100% rename from config/yosby/config/botania-client.toml rename to configureddefaults/config/botania-client.toml diff --git a/config/yosby/config/botania_editor-client.toml b/configureddefaults/config/botania_editor-client.toml similarity index 100% rename from config/yosby/config/botania_editor-client.toml rename to configureddefaults/config/botania_editor-client.toml diff --git a/config/yosby/config/computercraft-client.toml b/configureddefaults/config/computercraft-client.toml similarity index 100% rename from config/yosby/config/computercraft-client.toml rename to configureddefaults/config/computercraft-client.toml diff --git a/config/yosby/config/configured-client.toml b/configureddefaults/config/configured-client.toml similarity index 100% rename from config/yosby/config/configured-client.toml rename to configureddefaults/config/configured-client.toml diff --git a/config/yosby/config/constructionwand-client.toml b/configureddefaults/config/constructionwand-client.toml similarity index 100% rename from config/yosby/config/constructionwand-client.toml rename to configureddefaults/config/constructionwand-client.toml diff --git a/config/yosby/config/cosmeticarmorreworked-client.toml b/configureddefaults/config/cosmeticarmorreworked-client.toml similarity index 100% rename from config/yosby/config/cosmeticarmorreworked-client.toml rename to configureddefaults/config/cosmeticarmorreworked-client.toml diff --git a/config/yosby/config/create-client.toml b/configureddefaults/config/create-client.toml similarity index 100% rename from config/yosby/config/create-client.toml rename to configureddefaults/config/create-client.toml diff --git a/config/yosby/config/create_jetpack-client.toml b/configureddefaults/config/create_jetpack-client.toml similarity index 100% rename from config/yosby/config/create_jetpack-client.toml rename to configureddefaults/config/create_jetpack-client.toml diff --git a/config/yosby/config/cucumber-client.toml b/configureddefaults/config/cucumber-client.toml similarity index 100% rename from config/yosby/config/cucumber-client.toml rename to configureddefaults/config/cucumber-client.toml diff --git a/config/yosby/config/curios-client.toml b/configureddefaults/config/curios-client.toml similarity index 100% rename from config/yosby/config/curios-client.toml rename to configureddefaults/config/curios-client.toml diff --git a/config/yosby/config/easymagic-client.toml b/configureddefaults/config/easymagic-client.toml similarity index 100% rename from config/yosby/config/easymagic-client.toml rename to configureddefaults/config/easymagic-client.toml diff --git a/config/yosby/config/emi.css b/configureddefaults/config/emi.css similarity index 100% rename from config/yosby/config/emi.css rename to configureddefaults/config/emi.css diff --git a/config/yosby/config/emixx-client.toml b/configureddefaults/config/emixx-client.toml similarity index 100% rename from config/yosby/config/emixx-client.toml rename to configureddefaults/config/emixx-client.toml diff --git a/config/yosby/config/essentials-client.toml b/configureddefaults/config/essentials-client.toml similarity index 100% rename from config/yosby/config/essentials-client.toml rename to configureddefaults/config/essentials-client.toml diff --git a/config/yosby/config/everycomp-client.toml b/configureddefaults/config/everycomp-client.toml similarity index 100% rename from config/yosby/config/everycomp-client.toml rename to configureddefaults/config/everycomp-client.toml diff --git a/config/yosby/config/explorerscompass-client.toml b/configureddefaults/config/explorerscompass-client.toml similarity index 100% rename from config/yosby/config/explorerscompass-client.toml rename to configureddefaults/config/explorerscompass-client.toml diff --git a/config/yosby/config/extra_gauges-client.toml b/configureddefaults/config/extra_gauges-client.toml similarity index 100% rename from config/yosby/config/extra_gauges-client.toml rename to configureddefaults/config/extra_gauges-client.toml diff --git a/config/yosby/config/extremesoundmuffler-client.toml b/configureddefaults/config/extremesoundmuffler-client.toml similarity index 100% rename from config/yosby/config/extremesoundmuffler-client.toml rename to configureddefaults/config/extremesoundmuffler-client.toml diff --git a/config/yosby/config/farmersdelight-client.toml b/configureddefaults/config/farmersdelight-client.toml similarity index 100% rename from config/yosby/config/farmersdelight-client.toml rename to configureddefaults/config/farmersdelight-client.toml diff --git a/config/yosby/config/fluffy_fur-client.toml b/configureddefaults/config/fluffy_fur-client.toml similarity index 100% rename from config/yosby/config/fluffy_fur-client.toml rename to configureddefaults/config/fluffy_fur-client.toml diff --git a/config/yosby/config/flywheel-client.toml b/configureddefaults/config/flywheel-client.toml similarity index 100% rename from config/yosby/config/flywheel-client.toml rename to configureddefaults/config/flywheel-client.toml diff --git a/config/yosby/config/forge-client.toml b/configureddefaults/config/forge-client.toml similarity index 100% rename from config/yosby/config/forge-client.toml rename to configureddefaults/config/forge-client.toml diff --git a/config/yosby/config/irons_spellbooks-client.toml b/configureddefaults/config/irons_spellbooks-client.toml similarity index 100% rename from config/yosby/config/irons_spellbooks-client.toml rename to configureddefaults/config/irons_spellbooks-client.toml diff --git a/config/yosby/config/littlelogistics-client.toml b/configureddefaults/config/littlelogistics-client.toml similarity index 100% rename from config/yosby/config/littlelogistics-client.toml rename to configureddefaults/config/littlelogistics-client.toml diff --git a/config/yosby/config/lootbeams-client.toml b/configureddefaults/config/lootbeams-client.toml similarity index 100% rename from config/yosby/config/lootbeams-client.toml rename to configureddefaults/config/lootbeams-client.toml diff --git a/config/yosby/config/lootr-client.toml b/configureddefaults/config/lootr-client.toml similarity index 100% rename from config/yosby/config/lootr-client.toml rename to configureddefaults/config/lootr-client.toml diff --git a/config/yosby/config/mininggadgets-client.toml b/configureddefaults/config/mininggadgets-client.toml similarity index 100% rename from config/yosby/config/mininggadgets-client.toml rename to configureddefaults/config/mininggadgets-client.toml diff --git a/config/yosby/config/moonlight-client.toml b/configureddefaults/config/moonlight-client.toml similarity index 100% rename from config/yosby/config/moonlight-client.toml rename to configureddefaults/config/moonlight-client.toml diff --git a/config/yosby/config/morered-client.toml b/configureddefaults/config/morered-client.toml similarity index 100% rename from config/yosby/config/morered-client.toml rename to configureddefaults/config/morered-client.toml diff --git a/config/yosby/config/naturescompass-client.toml b/configureddefaults/config/naturescompass-client.toml similarity index 100% rename from config/yosby/config/naturescompass-client.toml rename to configureddefaults/config/naturescompass-client.toml diff --git a/config/yosby/config/numismatics-utils-client.toml b/configureddefaults/config/numismatics-utils-client.toml similarity index 100% rename from config/yosby/config/numismatics-utils-client.toml rename to configureddefaults/config/numismatics-utils-client.toml diff --git a/config/yosby/config/patchouli-client.toml b/configureddefaults/config/patchouli-client.toml similarity index 100% rename from config/yosby/config/patchouli-client.toml rename to configureddefaults/config/patchouli-client.toml diff --git a/config/yosby/config/ponder-client.toml b/configureddefaults/config/ponder-client.toml similarity index 100% rename from config/yosby/config/ponder-client.toml rename to configureddefaults/config/ponder-client.toml diff --git a/config/yosby/config/portable_blueprints-client.toml b/configureddefaults/config/portable_blueprints-client.toml similarity index 100% rename from config/yosby/config/portable_blueprints-client.toml rename to configureddefaults/config/portable_blueprints-client.toml diff --git a/config/yosby/config/questsadditions-client.toml b/configureddefaults/config/questsadditions-client.toml similarity index 100% rename from config/yosby/config/questsadditions-client.toml rename to configureddefaults/config/questsadditions-client.toml diff --git a/config/yosby/config/quickstack-client.toml b/configureddefaults/config/quickstack-client.toml similarity index 100% rename from config/yosby/config/quickstack-client.toml rename to configureddefaults/config/quickstack-client.toml diff --git a/config/yosby/config/sodiumdynamiclights-client.toml b/configureddefaults/config/sodiumdynamiclights-client.toml similarity index 100% rename from config/yosby/config/sodiumdynamiclights-client.toml rename to configureddefaults/config/sodiumdynamiclights-client.toml diff --git a/config/yosby/config/sophisticatedcore-client.toml b/configureddefaults/config/sophisticatedcore-client.toml similarity index 100% rename from config/yosby/config/sophisticatedcore-client.toml rename to configureddefaults/config/sophisticatedcore-client.toml diff --git a/config/yosby/config/supplementaries-client.toml b/configureddefaults/config/supplementaries-client.toml similarity index 100% rename from config/yosby/config/supplementaries-client.toml rename to configureddefaults/config/supplementaries-client.toml diff --git a/config/yosby/options.txt b/configureddefaults/options.txt similarity index 96% rename from config/yosby/options.txt rename to configureddefaults/options.txt index b0eef69..95a2e64 100644 --- a/config/yosby/options.txt +++ b/configureddefaults/options.txt @@ -42,10 +42,9 @@ ao:true prioritizeChunkUpdates:0 biomeBlendRadius:2 renderClouds:"true" -resourcePacks:["vanilla","mod_resources","Forgery","Forgery grayscale","Moonlight Mods Dynamic Assets","resources/no-hunger","file/MandalasGUI+Dakmode_1.21.6_v2.0.zip","file/Mandala Utopia.zip","file/Icon Xaero\u0027s 1.21.zip","file/EclecticTrove-1.19.2-1.3.0.zip","file/Create Computers 1.2.1 - 1.20.1.zip","file/MandalasGUI_AddOn+DarkModded_V3.7.zip","file/Fusion Connected Glass v1.0.1 for Minecraft 1.20-1.21.8.zip"] +resourcePacks:["vanilla","mod_resources","Forgery","Forgery grayscale","Moonlight Mods Dynamic Assets","file/MandalasGUI+Dakmode_1.21.6_v2.0.zip","file/Mandala Utopia.zip","file/Icon Xaero\u0027s 1.21.zip","file/EclecticTrove-1.19.2-1.3.0.zip","file/Create Computers 1.2.1 - 1.20.1.zip","file/MandalasGUI_AddOn+DarkModded_V3.7.zip","file/Fusion Connected Glass v1.0.1 for Minecraft 1.20-1.21.8.zip","resources/no-hunger"] incompatibleResourcePacks:["file/MandalasGUI+Dakmode_1.21.6_v2.0.zip","file/Mandala Utopia.zip","file/EclecticTrove-1.19.2-1.3.0.zip","file/MandalasGUI_AddOn+DarkModded_V3.7.zip"] lastServer: -lang:en_us soundDevice:"" chatVisibility:0 chatOpacity:1.0 diff --git a/kubejs/assets/ftbquests/textures/image/11x11_crop_farm.png b/kubejs/assets/ftbquests/textures/image/11x11_crop_farm.png new file mode 100644 index 0000000..efc34da Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/11x11_crop_farm.png differ diff --git a/kubejs/assets/ftbquests/textures/image/11x11_gourd_farm.png b/kubejs/assets/ftbquests/textures/image/11x11_gourd_farm.png new file mode 100644 index 0000000..dfc9a83 Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/11x11_gourd_farm.png differ diff --git a/kubejs/assets/ftbquests/textures/image/5x5_animal_pen.png b/kubejs/assets/ftbquests/textures/image/5x5_animal_pen.png new file mode 100644 index 0000000..9a8b913 Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/5x5_animal_pen.png differ diff --git a/kubejs/assets/ftbquests/textures/image/5x5_breeder.png b/kubejs/assets/ftbquests/textures/image/5x5_breeder.png new file mode 100644 index 0000000..25eff1b Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/5x5_breeder.png differ diff --git a/kubejs/assets/ftbquests/textures/image/5x5_corral.png b/kubejs/assets/ftbquests/textures/image/5x5_corral.png new file mode 100644 index 0000000..515cbd2 Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/5x5_corral.png differ diff --git a/kubejs/assets/ftbquests/textures/image/7x7_animal_pen.png b/kubejs/assets/ftbquests/textures/image/7x7_animal_pen.png new file mode 100644 index 0000000..27634bd Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/7x7_animal_pen.png differ diff --git a/kubejs/assets/ftbquests/textures/image/7x7_corral.png b/kubejs/assets/ftbquests/textures/image/7x7_corral.png new file mode 100644 index 0000000..2144281 Binary files /dev/null and b/kubejs/assets/ftbquests/textures/image/7x7_corral.png differ diff --git a/kubejs/assets/kubejs/textures/block/ssccogac_casing.png b/kubejs/assets/kubejs/textures/block/ssccogac_casing.png new file mode 100644 index 0000000..b904327 Binary files /dev/null and b/kubejs/assets/kubejs/textures/block/ssccogac_casing.png differ diff --git a/kubejs/client_scripts/itemTooltips.js b/kubejs/client_scripts/itemTooltips.js index 8a7b365..c0b2b59 100644 --- a/kubejs/client_scripts/itemTooltips.js +++ b/kubejs/client_scripts/itemTooltips.js @@ -6,8 +6,8 @@ ItemEvents.tooltip(e => { "§8[§7 Drops the currency from the machines face §8]" ]) e.add("mbd2:slime_breeder", [ - "§8[§7 Fuses slimes in a 5x4x5 area behind it §8]", - "§8[§7 The front has the eyes, the red dot faces behind §8]", + "§8[§7 Fuses slimes in a small area centered above it §8]", + "§8[§7 Output slime heart must be removed before working again §8]", ]) e.add("mbd2:chicken_duper", [ "§8[§7 50/50 Duplicates or kills a nearby chicken §8]" @@ -27,7 +27,7 @@ ItemEvents.tooltip(e => { ]) e.add("splendid_slimes:plort_press", ["§8[§7 Creates slime hearts from plorts §8]"]) e.add("splendid_slimes:plort_rippit", ["§8[§7 Extracts resources from plorts §8]"]) - e.add("splendid_slimes:slime_feeder", ["§8[§7 Feeds slimes in a ~6³ area §8]"]) + e.add("splendid_slimes:slime_feeder", ["§8[§7 Feeds slimes up to ~6 blocks away §8]"]) e.add("splendid_slimes:rocket_pod", ["§8[§7 Sends you flying without damage! §8]", "§8[§7 Recommended to use with Rainbounce boots §8]"]) // quark e.add("quark:feeding_trough", ["§8[§7 Nearby animals may eat from it §8]"]) diff --git a/kubejs/client_scripts/splendidTooltips.js b/kubejs/client_scripts/splendidTooltips.js index bbe0614..abc74cf 100644 --- a/kubejs/client_scripts/splendidTooltips.js +++ b/kubejs/client_scripts/splendidTooltips.js @@ -101,10 +101,10 @@ ItemEvents.tooltip(e => { let happinessComponent let happiness = slime['Happiness'] let tamed = slime['Tamed'] - let EatingCooldown = slime['EatingCooldown'] + let EatingCooldown = slime['Hunger'] let OwnerUUID = slime['Owner'] - let currentHunger = Math.round((EatingCooldown / splendidSlimesConfig.MAX_EATING_COOLDOWN) * 10.0) - let maxHunger = Math.round((splendidSlimesConfig.MAX_EATING_COOLDOWN / splendidSlimesConfig.MAX_EATING_COOLDOWN) * 10.0) + let currentHunger = Math.round((EatingCooldown / splendidSlimesConfig.SLIME_MAX_HUNGER) * 10.0) + let maxHunger = Math.round((splendidSlimesConfig.SLIME_MAX_HUNGER / splendidSlimesConfig.SLIME_MAX_HUNGER) * 10.0) if (happiness >= splendidSlimesConfig.HAPPY_THRESHOLD) { happinessComponent = Component.translatable("entity.splendid_slimes.happy").withStyle(Color.GREEN) diff --git a/kubejs/data/society_trading/shops/slime_ranch.json b/kubejs/data/society_trading/shops/slime_ranch.json index d62cd29..7514591 100644 --- a/kubejs/data/society_trading/shops/slime_ranch.json +++ b/kubejs/data/society_trading/shops/slime_ranch.json @@ -1,73 +1,69 @@ { - "shop_id": "slime_ranch", - "name": "shop.society_trading.slime_ranch", - "texture": "splendid_slimes:textures/item/plort/slimy", - "block_tag": "splendid_ranching:opens_slime_ranch", - "jei_catalyst": { "item": "splendid_slimes:slime_vac" }, - "selector_weight": -10, - "trades": [ - { - "offer": { "item": "splendid_slimes:slime_vac", "count": 1 }, - "request": { "item": "splendid_slimes:plort", "count": 4 }, - "trade_id": "splendid_slime_vac" - }, - { - "offer": { "item": "splendid_slimes:corral_block", "count": 16 }, - "request": { "item": "numismatics:cog", "count": 1 }, - "numismatics_cost": 64, - "trade_id": "splendid_corral_blocks" - }, - { - "offer": { "item": "splendid_slimes:slime_incubator", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 1 }, - "numismatics_cost": 512, - "trade_id": "splendid_incubator" - }, - { - "offer": { "item": "splendid_slimes:plort_press", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 1 }, - "numismatics_cost": 512, - "trade_id": "splendid_plort_press" - }, - { - "offer": { "item": "splendid_slimes:plort_rippit", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 2 }, - "numismatics_cost": 1024, - "trade_id": "splendid_plort_rippit" - }, - { - "offer": { "item": "splendid_slimes:slime_feeder", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 2 }, - "numismatics_cost": 1024, - "trade_id": "splendid_slime_feeder" - }, - { - "offer": { "item": "mbd2:slime_breeder", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 2 }, - "numismatics_cost": 1024, - "trade_id": "splendid_slime_breeder" - }, - { - "offer": { "item": "quark:feeding_trough", "count": 1 }, - "request": { "item": "numismatics:crown", "count": 2 }, - "numismatics_cost": 1024, - "trade_id": "splendid_animal_feeder" - }, - { - "offer": { "item": "torchmaster:dreadlamp", "count": 1 }, - "request": { "item": "numismatics:cog", "count": 1 }, - "numismatics_cost": 64, - "trade_id": "splendid_dread_lamp" - }, - { - "offer": { - "item": "portable_blueprints:worn_blueprint", - "count": 1, - "nbt": "{blueprint_name:\"basic_corral_template\", owner_name: \"SSCCOGAC\", display:{Name:'{\"italic\":false,\"color\":\"#FFFF00\",\"text\":\"Blueprint: Basic Corral\"}'}}" - }, - "request": { "item": "numismatics:cog", "count": 4 }, - "numismatics_cost": 256, - "trade_id": "splendid_basic_corral" - } - ] - } \ No newline at end of file + "shop_id": "slime_ranch", + "name": "shop.society_trading.slime_ranch", + "texture": "splendid_slimes:textures/item/plort/slimy", + "block_tag": "splendid_ranching:opens_slime_ranch", + "jei_catalyst": { "item": "splendid_slimes:slime_vac" }, + "selector_weight": -10, + "trades": [ + { + "offer": { "item": "splendid_slimes:slime_vac", "count": 1 }, + "request": { "item": "splendid_slimes:plort", "count": 4 }, + "trade_id": "splendid_slime_vac" + }, + { + "offer": { "item": "splendid_slimes:corral_block", "count": 16 }, + "request": { "item": "numismatics:cog", "count": 1 }, + "numismatics_cost": 64, + "trade_id": "splendid_corral_blocks" + }, + { + "offer": { "item": "splendid_slimes:slime_incubator", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 1 }, + "numismatics_cost": 512, + "trade_id": "splendid_incubator" + }, + { + "offer": { "item": "splendid_slimes:plort_press", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 1 }, + "numismatics_cost": 512, + "trade_id": "splendid_plort_press" + }, + { + "offer": { "item": "splendid_slimes:plort_rippit", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 2 }, + "numismatics_cost": 1024, + "trade_id": "splendid_plort_rippit" + }, + { + "offer": { "item": "splendid_slimes:slime_feeder", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 2 }, + "numismatics_cost": 1024, + "trade_id": "splendid_slime_feeder" + }, + { + "offer": { "item": "mbd2:slime_breeder", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 2 }, + "numismatics_cost": 1024, + "trade_id": "splendid_slime_breeder" + }, + { + "offer": { "item": "kubejs:ssccogac_casing", "count": 4 }, + "request": { "item": "numismatics:cog", "count": 1 }, + "numismatics_cost": 64, + "trade_id": "splendid_ssccogac_casing" + }, + { + "offer": { "item": "quark:feeding_trough", "count": 1 }, + "request": { "item": "numismatics:crown", "count": 2 }, + "numismatics_cost": 1024, + "trade_id": "splendid_animal_feeder" + }, + { + "offer": { "item": "torchmaster:dreadlamp", "count": 1 }, + "request": { "item": "numismatics:cog", "count": 1 }, + "numismatics_cost": 64, + "trade_id": "splendid_dread_lamp" + } + ] +} diff --git a/kubejs/server_scripts/blocks/marketMonitor.js b/kubejs/server_scripts/blocks/marketMonitor.js new file mode 100644 index 0000000..bb95ef7 --- /dev/null +++ b/kubejs/server_scripts/blocks/marketMonitor.js @@ -0,0 +1,4 @@ +BlockEvents.broken("kubejs:market_monitor", (e) => { + global.clearDisplaysAtPos(e.block, "market_monitor_text") + global.clearDisplaysAtPos(e.block, "market_monitor_plort") +}) diff --git a/kubejs/server_scripts/commands.js b/kubejs/server_scripts/commands.js index 7f0de4f..b21cd5c 100644 --- a/kubejs/server_scripts/commands.js +++ b/kubejs/server_scripts/commands.js @@ -97,6 +97,12 @@ ServerEvents.commandRegistry(e => { return 1 }) ) + .then(Commands.literal("dailyText") + .executes(ctx => { + announceDaily(`§6Reminder for ya§r, Rancher!\n`, ctx.source.player) + return 1 + }) + ) ) // patchouli command requires OP normally, but this bypasses that diff --git a/kubejs/server_scripts/globalServer.js b/kubejs/server_scripts/globalServer.js index 16f1b80..5f66ce4 100644 --- a/kubejs/server_scripts/globalServer.js +++ b/kubejs/server_scripts/globalServer.js @@ -14,20 +14,20 @@ const splendid_config = { HAPPY_THRESHOLD: $SlimyConfig.slimeHappyThreshold, UNHAPPY_THRESHOLD: $SlimyConfig.slimeUnhappyThreshold, FURIOUS_THRESHOLD: $SlimyConfig.slimeFuriousThreshold, - MAX_EATING_COOLDOWN: $SlimyConfig.slimeStarvingTime + SLIME_MAX_HUNGER: $SlimyConfig.slimeHungerAmount } -const slimeBaseDefinitions = JsonIO.read("kubejs/server_scripts/slimes/slimeBaseDefinitions.jsonc"); -const slimeBaseValues = JsonIO.read("kubejs/server_scripts/slimes/slimeBaseValues.jsonc"); +const slimeBaseDefinitions = JsonIO.read("kubejs/server_scripts/slimes/slimeBaseDefinitions.jsonc") +const slimeBaseValues = JsonIO.read("kubejs/server_scripts/slimes/slimeBaseValues.jsonc") // base slimes from splendid slimes that are disabled in this modpack const disabledSlimes = ["webby"] +// Painter API and other stuff copied from SSV global.mainUiElementIds = [ ]; - const clearUiPaint = (player, ids) => { let removedText = {}; let removedShadow = {}; diff --git a/kubejs/server_scripts/mods/quark/shaped.js b/kubejs/server_scripts/mods/quark/shaped.js new file mode 100644 index 0000000..73f0477 --- /dev/null +++ b/kubejs/server_scripts/mods/quark/shaped.js @@ -0,0 +1,4 @@ +ServerEvents.recipes(e => { + e.shaped('quark:crate', ['IPI', 'PCP', 'IPI'], { I: 'minecraft:iron_ingot', P: '#minecraft:planks', C: '#forge:chests/wooden' }) + .id(`kubejs:quark/shaped/crate`) +}) diff --git a/kubejs/server_scripts/slimes/functions.js b/kubejs/server_scripts/slimes/functions.js index cba6039..7e14cbd 100644 --- a/kubejs/server_scripts/slimes/functions.js +++ b/kubejs/server_scripts/slimes/functions.js @@ -1,28 +1,72 @@ // Most functions here are used for plortDataManagement, but many are used elsewhere. Probably just Ctrl+F it since ProbeJS hardly works! -// main daily update functions to run /** - * @param {{ server: { persistentData: { [x: string]: any; }; tell: (arg0: string | Internal.MutableComponent) => void; }; }} bwabwa + * Tells the player the days announcement text + * @param {string} prefix + * @param {Internal.MinecraftServer|Internal.Player} target + */ +function announceDaily(prefix, target) { + let announceTextArray = JSON.parse(Utils.server.persistentData['announce_text']) + target.tell(`§d§n \n`) // thicc line + target.tell(prefix) + let finalText = Text.of("") + if (announceTextArray.length != 0) { + for (let announceText of announceTextArray) { + // Check if array or not, if array use first element as text and second as color, if not just use text + // This is done so the color can be split and saved in server data for retelling + let text = announceText instanceof Array + ? Text.of(announceText[0]).color(announceText[1]) + : Text.of(announceText) + + finalText.append(text) + } + } + target.tell(finalText) + target.tell(`§d§n \n`) // thicc line +} + +// main daily updates function to run +/** + * @param {Internal.MinecraftServer} server */ function dailyUpdates(server) { let dailySoldPlorts = server.persistentData['daily_sold_plorts'] || {} let dailySoldTotal = server.persistentData['daily_sold_total'] || 0 - // if within 20 ticks of "6 am" - server.tell("— §6Goooood morning§r, Rancher!") - if (dailySoldTotal > 0 && Object.entries(Object.assign({}, dailySoldPlorts)).length > 0) { // if there was anything sold, tell about it - server.tell(`— Yesterday you sold:`) - for (let plortBreed in dailySoldPlorts) { - let count = dailySoldPlorts[plortBreed] - server.tell( - Text.of(`—— ${count} ${plortBreed} plorts`) - .color(slimeBaseDefinitions[plortBreed].color) - ) + let announceTextArray = [] + let plortEntries = Object.entries(dailySoldPlorts) + + if (dailySoldTotal > 0 && plortEntries.length > 0) { + announceTextArray.push(`Plorts you sold yesterday:\n- `) + + let i = 1 + for (let [breed, count] of plortEntries) { + let breedLang = Component.translatable(`slime.splendid_slimes.${breed}`).string + let color = slimeBaseDefinitions[breed].color.toString() + let isLast = i === plortEntries.length + + announceTextArray.push(`${count}§rx `) + announceTextArray.push([breedLang, color]) // colored text component array + + if (i % 4 === 0) { + announceTextArray.push(`\n- `) + } else if (!isLast) { + announceTextArray.push(`, `) + } + i++ } - server.tell(`—— For a total of §6${dailySoldTotal}§a☻!`) + + announceTextArray.push(`\n— For a total of §6${dailySoldTotal}§a☻§r!\n\n`) } - marketUpdates(server) // run daily market updates + let marketTextArray = marketUpdates(server) // run daily market updates, returns value text to announce + announceTextArray = announceTextArray.concat(marketTextArray) // combine the market update text with the sales text + + // Convert into a string to be reparsed later to avoid NBT type conversions + let jsonString = JSON.stringify(announceTextArray) + + server.persistentData['announce_text'] = jsonString // save text array to the server for retelling + announceDaily(`§6Goooood morning§r, Rancher!\n`, server) // announce the daily text } function calculateVolumeModifier(plortData) { @@ -43,23 +87,26 @@ function calculateVolumeModifier(plortData) { function marketUpdates(server) { let slimeValueData = server.persistentData['slime_value_data'] let dailySoldPlorts = server.persistentData['daily_sold_plorts'] + let announceTextArray = [] // 1-4 random plorts to have double value let hotDemands = Object.keys(slimeValueData) .sort(() => Math.random() - 0.5) .slice(0, Math.floor(Math.random() * 3) + 1) - server.tell(`— Today's hot §dplort§r demands are:`) + announceTextArray.push(`Today's hot §dplort§r demands are:\n- `) for (let plortBreed of hotDemands) { - server.tell(Text.of(`—— ${plortBreed}`).color(slimeBaseDefinitions[plortBreed].color)) + let breedLang = Component.translatable(`slime.splendid_slimes.${plortBreed}`).string + announceTextArray.push([`${breedLang}`, slimeBaseDefinitions[plortBreed].color]) + if (hotDemands.indexOf(plortBreed) !== hotDemands.length - 1) { announceTextArray.push(`, `) } } // Deep clone the input object to avoid mutations - let newValueData = Object.assign({}, slimeValueData); + let newValueData = Object.assign({}, slimeValueData) // First reduce all currentVolumes by 25% for (const [plortType, _] of Object.entries(newValueData)) { - newValueData[plortType].currentVolume *= 0.75; + newValueData[plortType].currentVolume *= 0.75 } // Calculate daily market fluctuation (±30% from base) @@ -83,9 +130,9 @@ function marketUpdates(server) { if (hotDemands && hotDemands.includes(plortType)) { // random between 2 and 4 times multiplier for daily bonus bonusMultiplier *= Math.random() * 2 + 2 - newValueData[plortType].isHot = true; + newValueData[plortType].isHot = true } else { - newValueData[plortType].isHot = false; + newValueData[plortType].isHot = false } // calculate new plort price from all variables @@ -126,7 +173,7 @@ function marketUpdates(server) { let fluc = Math.round((marketFluctuation - 1) * 100) let flucText = fluc > 0 ? `§a+${fluc}% :)` : `§c${fluc}% :(` - server.tell(`— General Market fluctuation is at ` + flucText) + announceTextArray.push(`\n\nGeneral Market fluctuation is at ` + flucText) // reset daily data server.persistentData['daily_sold_plorts'] = {} @@ -136,6 +183,9 @@ function marketUpdates(server) { for (let player of server.players) { player.sendData('kubejs:slime_value_data', server.persistentData['slime_value_data']) } + + // returns text to announce for daily updates + return announceTextArray } // Update server values from file, used for update compatibility diff --git a/kubejs/server_scripts/slimes/marketMonitorBroken.js b/kubejs/server_scripts/slimes/marketMonitorBroken.js index 4ede7c1..e4a1307 100644 --- a/kubejs/server_scripts/slimes/marketMonitorBroken.js +++ b/kubejs/server_scripts/slimes/marketMonitorBroken.js @@ -1,4 +1 @@ -BlockEvents.broken("kubejs:market_monitor", (e) => { - global.clearOldDisplay(e.block, "market_monitor_text"); - global.clearOldDisplay(e.block, "market_monitor_plort"); -}); +/** deprecated */ diff --git a/kubejs/server_scripts/slimes/plortDataMangement.js b/kubejs/server_scripts/slimes/plortDataMangement.js index f40ec71..c76ac43 100644 --- a/kubejs/server_scripts/slimes/plortDataMangement.js +++ b/kubejs/server_scripts/slimes/plortDataMangement.js @@ -3,18 +3,18 @@ // On world load, set servers slime value data if not set yet in the world ServerEvents.loaded(e => { - // On server load update the known player list - // this SHOULD only occur on first world load, but in the future if the pack continues + // Set all base server values if not set yet (These are edited by market data updates) + e.server.persistentData['daily_sold_plorts'] = e.server.persistentData['daily_sold_plorts'] || {} + e.server.persistentData['daily_sold_total'] = e.server.persistentData['daily_sold_total'] || 0 + e.server.persistentData['announce_text'] = e.server.persistentData['announce_text'] || [] + + // Should only run on first server load if (e.server.persistentData['slime_value_data'] === undefined) { - // Set all base server values (These are edited by market data updates) + // Run daily updates to randomize market on first world load e.server.persistentData['slime_value_data'] = slimeBaseValues - e.server.persistentData['daily_sold_plorts'] = {} - e.server.persistentData['daily_sold_total'] = 0 - - // The function that gives daily plort announcements runs market updates dailyUpdates(e.server) } - // Update servers slime values + // Update servers slime market values from file, if any edits were made checkAndUpdateSlimeValues() }) @@ -36,6 +36,14 @@ PlayerEvents.tick(e => { } }) +// re-announce the daily text stored in the server to the player when logging in +PlayerEvents.loggedIn(e => { + let welcome = e.player.stats.playTime < 100 + ? `Welcome` + : `Welcome Back` + announceDaily(`§6${welcome}§r, Rancher!\n`, e.player) +}) + // Send slime value data to clients that request it NetworkEvents.dataReceived('kubejs:slime_value_data_client_request', e => { e.player.sendData('kubejs:slime_value_data', e.server.persistentData['slime_value_data']) diff --git a/kubejs/startup_scripts/blocks/marketMonitor.js b/kubejs/startup_scripts/blocks/marketMonitor.js index 50eda5d..516519d 100644 --- a/kubejs/startup_scripts/blocks/marketMonitor.js +++ b/kubejs/startup_scripts/blocks/marketMonitor.js @@ -1,28 +1,26 @@ - - const getDisplayOffsetFromFacing = (facing, offset) => { switch (facing) { case "north": - return offset.equals('x') ? 0.5 : 0.86; + return offset.equals('x') ? 0.5 : 0.86 case "east": - return offset.equals('x') ? 0.14 : 0.5; + return offset.equals('x') ? 0.14 : 0.5 case "south": - return offset.equals('x') ? 0.5 : 0.14; + return offset.equals('x') ? 0.5 : 0.14 default: case "west": - return offset.equals('x') ? 0.86 : 0.5; + return offset.equals('x') ? 0.86 : 0.5 } } const spawnMarketMonitorDisplay = (block, y, id, textOrItem, type) => { - let entity; - const { x, z } = block; - entity = block.createEntity(`minecraft:${type}_display`); - let newNbt = entity.getNbt(); - const facing = block.properties.get("facing"); + let entity + const { x, z } = block + entity = block.createEntity(`minecraft:${type}_display`) + let newNbt = entity.getNbt() + const facing = block.properties.get("facing") // /summon minecraft:text_display ^ ^1 ^2 {text:'{"text":"Sample text","color":"yellow"}',brightness:{block:15,sky:15}} if (type === "text") { - newNbt.text = `{"text":"${textOrItem}"}`; + newNbt.text = `{"text":"${textOrItem}"}` newNbt.transformation.scale = [NBT.f(0.8), NBT.f(0.8), NBT.f(0.8)] newNbt.brightness = { block: 15, sky: 15 } } else { @@ -30,37 +28,36 @@ const spawnMarketMonitorDisplay = (block, y, id, textOrItem, type) => { newNbt.transformation.scale = [NBT.f(0.5), NBT.f(0.5), NBT.f(0.5)] newNbt.brightness = { block: 15, sky: 15 } } - newNbt.background = 0; - newNbt.Rotation = [NBT.f(global.rotationFromFacing(facing)), NBT.f(0)]; - entity.setNbt(newNbt); - entity.setX(x + getDisplayOffsetFromFacing(facing, "x")); - entity.setY(y); - entity.setZ(z + getDisplayOffsetFromFacing(facing, "z")); - entity.addTag(`${id}-${x}-${block.y}-${z}`); - entity.spawn(); -}; - + newNbt.background = 0 + newNbt.Rotation = [NBT.f(global.rotationFromFacing(facing)), NBT.f(0)] + entity.setNbt(newNbt) + entity.setX(x + getDisplayOffsetFromFacing(facing, "x")) + entity.setY(y) + entity.setZ(z + getDisplayOffsetFromFacing(facing, "z")) + entity.addTag(`${id}-${x}-${block.y}-${z}`) + entity.spawn() +} global.handleMarketMonitorTick = (entity, forced) => { - const { block, level } = entity; - let nbt = block.getEntityData(); - let plort = nbt.data.plort; - if (!plort) return; + const { block, level } = entity + let nbt = block.getEntityData() + let plort = nbt.data.plort + if (!plort) return plort = plort.path const slimeData = level.getServer().persistentData['slime_value_data'] if (slimeData && slimeData[plort] === undefined) return let plortData = slimeData[plort] - let mult = plortData.multPercent; - let value = Number(plortData.currentValue); + let mult = plortData.multPercent + let value = Number(plortData.currentValue) if (value !== nbt.data.value) { - nbt.merge({ data: { value: value } }); - block.setEntityData(nbt); - let plortText = global.getPlortText(mult, plortData); + nbt.merge({ data: { value: value } }) + block.setEntityData(nbt) + let plortText = global.getPlortText(mult, plortData) - global.clearOldDisplay(block, "market_monitor_text"); - global.clearOldDisplay(block, "market_monitor_plort"); + global.clearDisplaysAtPos(block, "market_monitor_text") + global.clearDisplaysAtPos(block, "market_monitor_plort") spawnMarketMonitorDisplay( block, @@ -68,26 +65,26 @@ global.handleMarketMonitorTick = (entity, forced) => { "market_monitor_text", plortText, "text" - ); + ) spawnMarketMonitorDisplay( block, block.y + 0.55, "market_monitor_plort", plort, "item" - ); + ) } -}; +} const handleMarketMonitorRightClick = (click) => { - const { block, item } = click; + const { block, item } = click if (item.id.equals("splendid_slimes:plort")) { - let nbt = block.getEntityData(); - nbt.merge({ data: { plort: item.nbt.plort.id } }); - block.setEntityData(nbt); + let nbt = block.getEntityData() + nbt.merge({ data: { plort: item.nbt.plort.id } }) + block.setEntityData(nbt) global.handleMarketMonitorTick(click, true) } -}; +} StartupEvents.registry("block", (e) => { e.create("kubejs:market_monitor", "cardinal") @@ -97,20 +94,20 @@ StartupEvents.registry("block", (e) => { .defaultCutout() .soundType("copper") .item((item) => { - item.tooltip(Text.gray("Right click with a Plort to display market value")); + item.tooltip(Text.gray("Right click with a Plort to display market value")) item.modelJson({ parent: "kubejs:block/market_monitor", - }); + }) }) .model("kubejs:block/market_monitor") .rightClick((click) => { - if (click.hand == "OFF_HAND") return; - handleMarketMonitorRightClick(click); + if (click.hand == "OFF_HAND") return + handleMarketMonitorRightClick(click) }) .blockEntity((blockInfo) => { - blockInfo.initialData({ plort: undefined, value: -1 }); + blockInfo.initialData({ plort: undefined, value: -1 }) blockInfo.serverTick(20, 0, (entity) => { - global.handleMarketMonitorTick(entity); - }); - }); -}); + global.handleMarketMonitorTick(entity) + }) + }) +}) diff --git a/kubejs/startup_scripts/globalStartup.js b/kubejs/startup_scripts/globalStartup.js index f40089a..a60497a 100644 --- a/kubejs/startup_scripts/globalStartup.js +++ b/kubejs/startup_scripts/globalStartup.js @@ -146,32 +146,66 @@ global.getSellCoins = (price) => { return coinItems } -// Text display utils -global.clearOldDisplay = (block, id) => { - const { x, y, z } = block; - block - .getLevel() - .getServer() - .getEntities() - .forEach((entity) => { - entity.getTags().forEach((tag) => { - if (tag === `${id}-${x}-${y}-${z}`) { - entity.kill(); - } - }); - }); -}; +// / Text display utils + +/** + * Get all loaded entities with the given tag id + * @param {Internal.Level} level + * @param {String} id + * @returns {Internal.Entity[]} + */ +global.getDisplays = (level, id) => { + let displays = [] + level.getServer().getEntities().forEach((entity) => { + entity.getTags().forEach((tag) => { + if (tag.includes(id)) { + displays.push(entity) + } + }) + }) + return displays +} + +/** + * Get all entities with the given tag id at a block position + * @param {Internal.Block} block + * @param {String} id + * @returns {Internal.Entity[]} + */ +global.getDisplaysAtPos = (block, id) => { + const { x, y, z } = block + let displays = [] + block.getLevel().getServer().getEntities().forEach((entity) => { + entity.getTags().forEach((tag) => { + if (tag === `${id}-${x}-${y}-${z}`) { + displays.push(entity) + } + }) + }) + return displays +} + +/** + * Kill all entities with the given tag id at a block position + * @param {Internal.Block} block + * @param {String} id + */ +global.clearDisplaysAtPos = (block, id) => { + global.getDisplaysAtPos(block, id).forEach(entity => { + entity.kill() + }) +} global.rotationFromFacing = (facing) => { switch (facing) { case "north": - return 180; + return 180 case "east": - return 270; + return 270 case "south": - return 360; + return 360 default: case "west": - return 90; + return 90 } -}; +} diff --git a/kubejs/startup_scripts/registry.js b/kubejs/startup_scripts/registry.js index 9502cba..71697b9 100644 --- a/kubejs/startup_scripts/registry.js +++ b/kubejs/startup_scripts/registry.js @@ -10,6 +10,12 @@ StartupEvents.registry('block', e => { .box(0, 0, 0, 16, 8, 16) .box(1, 8, 1, 15, 18, 15) .defaultCutout() + + e.create('ssccogac_casing') + .displayName('SSCCOGAC Certified "Splendid Casing"™') + .hardness(3) + .tagBlock('minecraft:mineable/pickaxe') + .soundType('netherite_block') }) StartupEvents.registry('item', e => { diff --git a/ldlib/assets/mbd2/machine/slime_breeder.sm b/ldlib/assets/mbd2/machine/slime_breeder.sm deleted file mode 100644 index 99c99a1..0000000 Binary files a/ldlib/assets/mbd2/machine/slime_breeder.sm and /dev/null differ diff --git a/ldlib/assets/mbd2/machine/slime_breeder_old.sm b/ldlib/assets/mbd2/machine/slime_breeder_old.sm new file mode 100644 index 0000000..f66df3c Binary files /dev/null and b/ldlib/assets/mbd2/machine/slime_breeder_old.sm differ diff --git a/ldlib/assets/mbd2/machine/splendid_generator.sm b/ldlib/assets/mbd2/machine/splendid_generator.sm index b5c558c..f11dd54 100644 Binary files a/ldlib/assets/mbd2/machine/splendid_generator.sm and b/ldlib/assets/mbd2/machine/splendid_generator.sm differ diff --git a/ldlib/assets/mbd2/multiblock/slime_breeder.mb b/ldlib/assets/mbd2/multiblock/slime_breeder.mb new file mode 100644 index 0000000..cfd0bf2 Binary files /dev/null and b/ldlib/assets/mbd2/multiblock/slime_breeder.mb differ diff --git a/pakku-lock.json b/pakku-lock.json index 00620a8..3a6dfa8 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -46,7 +46,7 @@ ] }, { - "pakku_id": "iX0VHOBrfIDnPucW", + "pakku_id": "xVkSoPsauOjHM2uM", "type": "MOD", "slug": { "curseforge": "advanced-loot-info" @@ -60,7 +60,7 @@ "files": [ { "type": "curseforge", - "file_name": "AdvancedLootInfo-forge-1.20.1-1.9.1.jar", + "file_name": "AdvancedLootInfo-forge-1.20.1-1.10.0.jar", "mc_versions": [ "1.20.1" ], @@ -69,16 +69,16 @@ "neoforge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/7938/885/AdvancedLootInfo-forge-1.20.1-1.9.1.jar", - "id": "7938885", + "url": "https://edge.forgecdn.net/files/8002/62/AdvancedLootInfo-forge-1.20.1-1.10.0.jar", + "id": "8002062", "parent_id": "1205426", "hashes": { - "sha1": "ef21a66c2d87b7360d63155b1035646d6e6b0f19", - "md5": "a70d78005a8b902b1a08efdd2e616bcb" + "sha1": "3f24e8ef618847743c8933aae9141202b1cded0a", + "md5": "9c7948fea8dc8f6573ba9bbed1f2ab57" }, "required_dependencies": [], - "size": 752896, - "date_published": "2026-04-17T08:01:40.547Z" + "size": 792622, + "date_published": "2026-04-27T19:56:41.253Z" } ] }, @@ -694,7 +694,7 @@ ] }, { - "pakku_id": "fgKCqnynYZmOi89t", + "pakku_id": "ko37M1wVXn1Yz8zA", "type": "MOD", "slug": { "curseforge": "botania" @@ -708,7 +708,7 @@ "files": [ { "type": "curseforge", - "file_name": "Botania-1.20.1-451-FORGE.jar", + "file_name": "Botania-1.20.1-452-FORGE.jar", "mc_versions": [ "1.20.1" ], @@ -716,19 +716,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7649/894/Botania-1.20.1-451-FORGE.jar", - "id": "7649894", + "url": "https://edge.forgecdn.net/files/7982/360/Botania-1.20.1-452-FORGE.jar", + "id": "7982360", "parent_id": "225643", "hashes": { - "sha1": "6edbc705ccb1ca075c8155f99144646a8168e8ee", - "md5": "5d82b7506709fa793075a095f37684ad" + "sha1": "4a921d6a413a0a6fb53b6961bb65b6a33f7426ce", + "md5": "8f4b940ba68c9f057007c016bcb693b3" }, "required_dependencies": [ - "309927", - "306770" + "306770", + "309927" ], - "size": 12201393, - "date_published": "2026-02-19T18:07:59.193Z" + "size": 12201501, + "date_published": "2026-04-25T13:02:41.383Z" } ] }, @@ -1109,7 +1109,7 @@ ] }, { - "pakku_id": "f4u8BgijDwGJWLnL", + "pakku_id": "VXhf0Fp0tJgc0rZa", "type": "MOD", "slug": { "curseforge": "collective" @@ -1123,7 +1123,7 @@ "files": [ { "type": "curseforge", - "file_name": "collective-1.20.1-8.20.jar", + "file_name": "collective-1.20.1-8.22.jar", "mc_versions": [ "1.20.1" ], @@ -1134,16 +1134,16 @@ "quilt" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7925/29/collective-1.20.1-8.20.jar", - "id": "7925029", + "url": "https://edge.forgecdn.net/files/8021/348/collective-1.20.1-8.22.jar", + "id": "8021348", "parent_id": "342584", "hashes": { - "sha1": "32618db0efc36b45dbcdcdaa9768c507c4264f66", - "md5": "80e67f3d34f970a5594b03da7a6771f2" + "sha1": "14928c245ac6966bf9316be5233a8aead943e6d4", + "md5": "a4a758a9fb3e236a44de67cb0d3ce484" }, "required_dependencies": [], - "size": 662457, - "date_published": "2026-04-14T10:03:38.967Z" + "size": 662615, + "date_published": "2026-05-01T14:11:32.720Z" } ] }, @@ -1258,6 +1258,42 @@ } ] }, + { + "pakku_id": "aPiFXlSF2U1j1GsC", + "type": "MOD", + "slug": { + "curseforge": "configured-defaults" + }, + "name": { + "curseforge": "Configured Defaults" + }, + "id": { + "curseforge": "930131" + }, + "files": [ + { + "type": "curseforge", + "file_name": "ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6060/24/ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar", + "id": "6060024", + "parent_id": "930131", + "hashes": { + "sha1": "4ce4e836cc837a9b99dd1a9119260c640a4b5240", + "md5": "344e3a4599ad289fb1d0554f963f3031" + }, + "required_dependencies": [], + "size": 42866, + "date_published": "2025-01-06T17:30:50.613Z" + } + ] + }, { "pakku_id": "dhaZyxqIzlQ1wdOg", "type": "MOD", @@ -1412,7 +1448,7 @@ ] }, { - "pakku_id": "lKP8DjWI8jag3PjM", + "pakku_id": "mJvEDQWHJCfemPPV", "type": "MOD", "slug": { "curseforge": "crafting-tweaks" @@ -1426,7 +1462,7 @@ "files": [ { "type": "curseforge", - "file_name": "craftingtweaks-forge-1.20.1-18.2.8.jar", + "file_name": "craftingtweaks-forge-1.20.1-18.2.9.jar", "mc_versions": [ "1.20.1", "1.20" @@ -1435,18 +1471,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7454/498/craftingtweaks-forge-1.20.1-18.2.8.jar", - "id": "7454498", + "url": "https://edge.forgecdn.net/files/8019/501/craftingtweaks-forge-1.20.1-18.2.9.jar", + "id": "8019501", "parent_id": "233071", "hashes": { - "sha1": "1c93d31216aa53e53e97f4e24adb899673accb52", - "md5": "7208ef92ce8196cb479f39676ba6fc29" + "sha1": "8f7a85056a753ffb9e9f178d32ccbcce44a29e63", + "md5": "9d9de3a39fd928997f3d7d0c5b62d54f" }, "required_dependencies": [ "531761" ], - "size": 231043, - "date_published": "2026-01-13T13:11:06.543Z" + "size": 230696, + "date_published": "2026-05-01T06:46:11.390Z" } ] }, @@ -1675,6 +1711,44 @@ } ] }, + { + "pakku_id": "yktF5FtPStwbNWbv", + "type": "MOD", + "slug": { + "curseforge": "create-more-vertical-additions" + }, + "name": { + "curseforge": "Create More: Vertical Belts" + }, + "id": { + "curseforge": "1455587" + }, + "files": [ + { + "type": "curseforge", + "file_name": "cmverticaladditions-forge-1.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7584/944/cmverticaladditions-forge-1.0.0.jar", + "id": "7584944", + "parent_id": "1455587", + "hashes": { + "sha1": "f14d1ccc4be1c1dabecc3f7c27d418279edbda06", + "md5": "29bd795be6dc3b11512b1aad8f599c04" + }, + "required_dependencies": [ + "328085" + ], + "size": 98874, + "date_published": "2026-02-06T16:18:28.337Z" + } + ] + }, { "pakku_id": "gxNIm89mrX3rgIKC", "type": "MOD", @@ -1714,6 +1788,44 @@ } ] }, + { + "pakku_id": "8i5xpRIP8KnRf3id", + "type": "MOD", + "slug": { + "curseforge": "create-bits-n-bobs" + }, + "name": { + "curseforge": "Create: Bits 'n' Bobs" + }, + "id": { + "curseforge": "1398383" + }, + "files": [ + { + "type": "curseforge", + "file_name": "bits_n_bobs-0.0.41.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7427/192/bits_n_bobs-0.0.41.jar", + "id": "7427192", + "parent_id": "1398383", + "hashes": { + "sha1": "2751db3792cdcc1aba598ed1b7d4c07e579815e9", + "md5": "02020d23124ab9ddcab62e0f46a5e40c" + }, + "required_dependencies": [ + "328085" + ], + "size": 1623254, + "date_published": "2026-01-06T21:47:53.370Z" + } + ] + }, { "pakku_id": "iyTLZGL7OHL79Dk6", "type": "RESOURCE_PACK", @@ -1747,6 +1859,45 @@ } ] }, + { + "pakku_id": "RZRoY7sSJwp0tDU9", + "type": "MOD", + "slug": { + "curseforge": "copycats" + }, + "name": { + "curseforge": "Create: Copycats+" + }, + "id": { + "curseforge": "968398" + }, + "files": [ + { + "type": "curseforge", + "file_name": "copycats-3.0.7+mc.1.20.1-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7634/682/copycats-3.0.7+mc.1.20.1-forge.jar", + "id": "7634682", + "parent_id": "968398", + "hashes": { + "sha1": "5d0f497695fc2ee4ef89f1898458882b9d2d3aad", + "md5": "47e13c8058d400e4a6316d00f451b29c" + }, + "required_dependencies": [ + "328085" + ], + "size": 1996097, + "date_published": "2026-02-16T17:37:39.993Z" + } + ] + }, { "pakku_id": "tOxFBzFnnfvBaZLR", "pakku_links": [ @@ -1943,7 +2094,7 @@ ] }, { - "pakku_id": "CW4oEUpRJ4ExoI7f", + "pakku_id": "XF0tgQYDAPgO9OCe", "type": "MOD", "slug": { "curseforge": "create-numismatics-utils" @@ -1957,7 +2108,7 @@ "files": [ { "type": "curseforge", - "file_name": "numismatics_utils-2.0.jar", + "file_name": "numismatics_utils-2.1.jar", "mc_versions": [ "1.20.1" ], @@ -1965,25 +2116,25 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7175/842/numismatics_utils-2.0.jar", - "id": "7175842", + "url": "https://edge.forgecdn.net/files/8026/503/numismatics_utils-2.1.jar", + "id": "8026503", "parent_id": "1339392", "hashes": { - "sha1": "8ebbad11ab62ee94989c53bd555b1ac4d350df56", - "md5": "77436465bd7ca903c82d985a3467d610" + "sha1": "7b730f7c9717e261445866e4889849133a970e13", + "md5": "f481fedba8889fba647fee2cc57e9e3e" }, "required_dependencies": [ "889722", "328085", "309927" ], - "size": 40849, - "date_published": "2025-11-01T22:47:16.623Z" + "size": 41436, + "date_published": "2026-05-02T13:04:12.323Z" } ] }, { - "pakku_id": "wPbo75a3h7ueimcu", + "pakku_id": "cpZBSowEecR0szKP", "type": "MOD", "slug": { "curseforge": "create-transmission" @@ -1997,7 +2148,7 @@ "files": [ { "type": "curseforge", - "file_name": "createtransmission-1.1.0+forge-create6-1.20.1.jar", + "file_name": "createtransmission-1.1.2+forge-create6-1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -2005,18 +2156,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7724/941/createtransmission-1.1.0+forge-create6-1.20.1.jar", - "id": "7724941", + "url": "https://edge.forgecdn.net/files/8011/77/createtransmission-1.1.2+forge-create6-1.20.1.jar", + "id": "8011077", "parent_id": "1354280", "hashes": { - "sha1": "ceed3e17aadc6aec47b9e730c744f3c1723828c4", - "md5": "12e68a392a5756c1b0e9bde67f520204" + "sha1": "254b017d4f21ca6e905478c538bc4a129330e4ac", + "md5": "f146533503d01b62e4c1f124a3abfa13" }, "required_dependencies": [ "328085" ], - "size": 874009, - "date_published": "2026-03-07T16:38:36.240Z" + "size": 874776, + "date_published": "2026-04-29T18:19:59.933Z" } ] }, @@ -2439,6 +2590,44 @@ } ] }, + { + "pakku_id": "NJBDU6uXfMZ2Hppe", + "type": "MOD", + "slug": { + "curseforge": "easy-anvils" + }, + "name": { + "curseforge": "Easy Anvils" + }, + "id": { + "curseforge": "682567" + }, + "files": [ + { + "type": "curseforge", + "file_name": "EasyAnvils-v8.0.2-1.20.1-Forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5156/621/EasyAnvils-v8.0.2-1.20.1-Forge.jar", + "id": "5156621", + "parent_id": "682567", + "hashes": { + "sha1": "d44a8b549b27713a92d59148729bf374ff3e25f0", + "md5": "d77ef2d7251b53392862f371f2e33163" + }, + "required_dependencies": [ + "495476" + ], + "size": 141744, + "date_published": "2024-03-04T09:07:28.933Z" + } + ] + }, { "pakku_id": "8peXQSB4keyR0e4u", "pakku_links": [ @@ -2480,6 +2669,44 @@ } ] }, + { + "pakku_id": "YNF51L3DSgqeEg5w", + "type": "MOD", + "slug": { + "curseforge": "easy-shulker-boxes" + }, + "name": { + "curseforge": "Easy Shulker Boxes" + }, + "id": { + "curseforge": "594006" + }, + "files": [ + { + "type": "curseforge", + "file_name": "EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5157/55/EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar", + "id": "5157055", + "parent_id": "594006", + "hashes": { + "sha1": "c5245255c422afa2d627e89bbbf4a2f1d5d721e8", + "md5": "e51ded9f25728d16587084eb7adf9fd0" + }, + "required_dependencies": [ + "495476" + ], + "size": 581742, + "date_published": "2024-03-04T12:50:56.090Z" + } + ] + }, { "pakku_id": "ppb2GiRJ64J9brIL", "type": "RESOURCE_PACK", @@ -3054,7 +3281,7 @@ ] }, { - "pakku_id": "tunOl5NAZ6coob4H", + "pakku_id": "CgkvPAW8pj9ilfHC", "type": "MOD", "slug": { "curseforge": "farmers-delight" @@ -3068,7 +3295,7 @@ "files": [ { "type": "curseforge", - "file_name": "FarmersDelight-1.20.1-1.2.11a.jar", + "file_name": "FarmersDelight-1.20.1-1.3.1.jar", "mc_versions": [ "1.20.1" ], @@ -3077,16 +3304,16 @@ "neoforge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7953/735/FarmersDelight-1.20.1-1.2.11a.jar", - "id": "7953735", + "url": "https://edge.forgecdn.net/files/8007/609/FarmersDelight-1.20.1-1.3.1.jar", + "id": "8007609", "parent_id": "398521", "hashes": { - "sha1": "8683e354b3d9d3c536902b884bfff9fea16c7f12", - "md5": "44aa4b82c812981af75a06188b3b2213" + "sha1": "7df4f6ae04e4a24488f388080fd3171476bc9c57", + "md5": "2624b74e2ddc87b5784c7e71311ab899" }, "required_dependencies": [], - "size": 2963831, - "date_published": "2026-04-20T02:38:05.827Z" + "size": 3275517, + "date_published": "2026-04-28T23:36:02.100Z" } ] }, @@ -3472,7 +3699,7 @@ ] }, { - "pakku_id": "jvVfmeqTioCBBhEH", + "pakku_id": "riZ1OjnteTyJEuTT", "type": "MOD", "slug": { "curseforge": "galosphere" @@ -3486,7 +3713,7 @@ "files": [ { "type": "curseforge", - "file_name": "Galosphere-1.20.1-1.4.1-Forge.jar", + "file_name": "Galosphere-1.20.1-1.5.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -3494,16 +3721,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/4983/871/Galosphere-1.20.1-1.4.1-Forge.jar", - "id": "4983871", + "url": "https://edge.forgecdn.net/files/7951/129/Galosphere-1.20.1-1.5.1-Forge.jar", + "id": "7951129", "parent_id": "631098", "hashes": { - "sha1": "0b21651dc768383bcd4b6cc417335b4c43d208b3", - "md5": "e23c4a93554e441b89e9785b0c24b9df" + "sha1": "98a519299dc397b576621ac6d446104e4d583433", + "md5": "421a6464e17b69f8e6f9542d620d1420" }, "required_dependencies": [], - "size": 34909449, - "date_published": "2023-12-26T06:47:10.720Z" + "size": 35562693, + "date_published": "2026-04-19T15:30:58.290Z" } ] }, @@ -3840,7 +4067,7 @@ ] }, { - "pakku_id": "DRLDtU5rwfxuQj7d", + "pakku_id": "Uroh8LJj3JhM5Yc3", "type": "MOD", "slug": { "curseforge": "interactive-corporea-reinfused" @@ -3854,7 +4081,7 @@ "files": [ { "type": "curseforge", - "file_name": "interactive_corporea_reinfused-1.0.0-beta.jar", + "file_name": "interactive_corporea_reinfused-1.1.0-beta.jar", "mc_versions": [ "1.20.1" ], @@ -3862,18 +4089,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/8000/366/interactive_corporea_reinfused-1.0.0-beta.jar", - "id": "8000366", + "url": "https://edge.forgecdn.net/files/8049/760/interactive_corporea_reinfused-1.1.0-beta.jar", + "id": "8049760", "parent_id": "1526815", "hashes": { - "sha1": "336d1d198ae485b05fe4477ccec5c500e6a1e312", - "md5": "d84dc91151a7e19a098d2aacdf37d49b" + "sha1": "1f0d3e43260e20ea0c9e80d5c5362c721f692ff0", + "md5": "5bf4f14e6e7cf6d84c2ab653ad26e24e" }, "required_dependencies": [ "225643" ], - "size": 736967, - "date_published": "2026-04-27T13:45:43.053Z" + "size": 1124055, + "date_published": "2026-05-06T20:19:38.030Z" } ] }, @@ -4187,10 +4414,7 @@ ] }, { - "pakku_id": "2akFIoYTGT09pxaS", - "pakku_links": [ - "HVmES7belV1o3WjJ" - ], + "pakku_id": "NryATwwgqGu4DBnI", "type": "MOD", "slug": { "curseforge": "kubejs" @@ -4204,7 +4428,7 @@ "files": [ { "type": "curseforge", - "file_name": "kubejs-forge-2001.6.5-build.16.jar", + "file_name": "kubejs-forge-2001.6.5-build.26.jar", "mc_versions": [ "1.20.1" ], @@ -4212,19 +4436,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5853/326/kubejs-forge-2001.6.5-build.16.jar", - "id": "5853326", + "url": "https://edge.forgecdn.net/files/8020/595/kubejs-forge-2001.6.5-build.26.jar", + "id": "8020595", "parent_id": "238086", "hashes": { - "sha1": "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66", - "md5": "f4c6924bef764748d26ee51e4d4c0b00" + "sha1": "8b0cc9797d4ed00fd2d1002d58960af8b32012ae", + "md5": "64ee6615f19fb9b2b11fee8b7385eaaf" }, "required_dependencies": [ - "419699", - "416294" + "416294", + "419699" ], - "size": 1654660, - "date_published": "2024-10-28T09:20:33.537Z" + "size": 1658792, + "date_published": "2026-05-01T10:43:20.410Z" } ] }, @@ -4723,7 +4947,7 @@ ] }, { - "pakku_id": "1JkHLbCs3ZT2ZZNj", + "pakku_id": "bUA8qjWmBAEzGTRO", "type": "MOD", "slug": { "curseforge": "lychee" @@ -4737,7 +4961,7 @@ "files": [ { "type": "curseforge", - "file_name": "Lychee-1.20.1-Forge-5.2.0.jar", + "file_name": "Lychee-1.20.1-Forge-5.2.1.jar", "mc_versions": [ "1.20.1", "1.20" @@ -4746,17 +4970,17 @@ "forge", "neoforge" ], - "release_type": "alpha", - "url": "https://edge.forgecdn.net/files/7652/24/Lychee-1.20.1-Forge-5.2.0.jar", - "id": "7652024", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/8030/949/Lychee-1.20.1-Forge-5.2.1.jar", + "id": "8030949", "parent_id": "567403", "hashes": { - "sha1": "8524261350169ed3dd677849bcc984b24aa778bc", - "md5": "d2757d04c258080b9a44d411290a7897" + "sha1": "7843a1d6fcb1fd5cb10e2e4296bea595cc8ffe8a", + "md5": "150d5c9ad2939e770b939aecdfe0c09a" }, "required_dependencies": [], - "size": 694474, - "date_published": "2026-02-20T04:14:44.623Z" + "size": 694814, + "date_published": "2026-05-03T07:21:13.997Z" } ] }, @@ -5027,7 +5251,7 @@ ] }, { - "pakku_id": "BO0Y05rViLv3lAgI", + "pakku_id": "DHRn9RkySnhFoaJ2", "type": "MOD", "slug": { "curseforge": "modernfix" @@ -5041,7 +5265,7 @@ "files": [ { "type": "curseforge", - "file_name": "modernfix-forge-5.27.10+mc1.20.1.jar", + "file_name": "modernfix-forge-5.27.15+mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5049,16 +5273,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7969/597/modernfix-forge-5.27.10+mc1.20.1.jar", - "id": "7969597", + "url": "https://edge.forgecdn.net/files/8007/520/modernfix-forge-5.27.15+mc1.20.1.jar", + "id": "8007520", "parent_id": "790626", "hashes": { - "sha1": "122bf61991d94c8aa6acf0420c292a99e178dbd9", - "md5": "040a4a75e942cee4810107150826ece6" + "sha1": "958abb9df3a403f94313a2f29e7c3963290d0338", + "md5": "e6214ed279ed845f4cff7494b1d28f9a" }, "required_dependencies": [], - "size": 945146, - "date_published": "2026-04-22T23:10:02.710Z" + "size": 949149, + "date_published": "2026-04-28T23:13:05.700Z" } ] }, @@ -5360,7 +5584,7 @@ ] }, { - "pakku_id": "turiNIf7aageY6HW", + "pakku_id": "QCLJBSwWIThKSNRU", "type": "MOD", "slug": { "curseforge": "nirvana-library" @@ -5374,7 +5598,7 @@ "files": [ { "type": "curseforge", - "file_name": "Nirvana Lib-forge-1.20.1-2.1.7.jar", + "file_name": "Nirvana Lib-forge-1.20.1-2.2.0.jar", "mc_versions": [ "1.20.1" ], @@ -5382,55 +5606,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7573/499/Nirvana Lib-forge-1.20.1-2.1.7.jar", - "id": "7573499", + "url": "https://edge.forgecdn.net/files/7986/8/Nirvana Lib-forge-1.20.1-2.2.0.jar", + "id": "7986008", "parent_id": "1164411", "hashes": { - "sha1": "86e177fce4e4c57028d1a59d6c2545ca17105601", - "md5": "4b9ce9553f2e6e0b758dfd7964a3abcc" + "sha1": "e1956acfadbc0f8f2c2dfb433332714b4f4d57cf", + "md5": "51c096d5c300f42d2863f799407f37d9" }, "required_dependencies": [ "806044", "1005914" ], - "size": 1268900, - "date_published": "2026-02-04T02:24:55.653Z" - } - ] - }, - { - "pakku_id": "RdZJQVLLbKFBn6bW", - "type": "MOD", - "slug": { - "curseforge": "not-enough-crashes-forge" - }, - "name": { - "curseforge": "Not Enough Crashes (Forge)" - }, - "id": { - "curseforge": "442354" - }, - "files": [ - { - "type": "curseforge", - "file_name": "notenoughcrashes-4.4.9+1.20.1-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6598/273/notenoughcrashes-4.4.9+1.20.1-forge.jar", - "id": "6598273", - "parent_id": "442354", - "hashes": { - "sha1": "5d786730c1aee28751d480d497ce893cdff0bb87", - "md5": "59f7bd924454a832b87998999d58eea7" - }, - "required_dependencies": [], - "size": 134885, - "date_published": "2025-05-30T12:01:40.273Z" + "size": 1270905, + "date_published": "2026-04-26T04:02:48.663Z" } ] }, @@ -5658,7 +5846,7 @@ ] }, { - "pakku_id": "ZVRCi3Zuxza55WG1", + "pakku_id": "eCHniiAxa5Rmin7C", "type": "MOD", "slug": { "curseforge": "polytone" @@ -5672,7 +5860,7 @@ "files": [ { "type": "curseforge", - "file_name": "polytone-1.20-3.5.23.jar", + "file_name": "polytone-1.20-3.5.25.jar", "mc_versions": [ "1.20.1" ], @@ -5681,16 +5869,16 @@ "neoforge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7909/898/polytone-1.20-3.5.23.jar", - "id": "7909898", + "url": "https://edge.forgecdn.net/files/7981/809/polytone-1.20-3.5.25.jar", + "id": "7981809", "parent_id": "958094", "hashes": { - "sha1": "ca706bb04ff91d7519c46da97dd5233da89c2122", - "md5": "0f901c10f73739f741588b1ab63c65e4" + "sha1": "047e65b7a73306f025b3938bb1aa2ed4ade7ccf4", + "md5": "80f64b3f096d34c3435ca0b49da505bf" }, "required_dependencies": [], - "size": 1168491, - "date_published": "2026-04-11T12:21:28.490Z" + "size": 1169172, + "date_published": "2026-04-25T10:46:26.487Z" } ] }, @@ -6491,7 +6679,7 @@ ] }, { - "pakku_id": "chNxLc1Ba334XMwt", + "pakku_id": "4kLM0jQxZOFi2DEX", "type": "MOD", "slug": { "curseforge": "sophisticated-backpacks" @@ -6505,7 +6693,7 @@ "files": [ { "type": "curseforge", - "file_name": "sophisticatedbackpacks-1.20.1-3.24.35.1675.jar", + "file_name": "sophisticatedbackpacks-1.20.1-3.24.38.1738.jar", "mc_versions": [ "1.20.1" ], @@ -6514,23 +6702,23 @@ "neoforge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7916/619/sophisticatedbackpacks-1.20.1-3.24.35.1675.jar", - "id": "7916619", + "url": "https://edge.forgecdn.net/files/8034/902/sophisticatedbackpacks-1.20.1-3.24.38.1738.jar", + "id": "8034902", "parent_id": "422301", "hashes": { - "sha1": "e971c86081ff00e5ade62d5b9aeb15d0905a8ded", - "md5": "ab6ed094dc4583cfe958f1c5874d8afd" + "sha1": "23e5158afec42fc3ac30c344d4939421bc9e2ccd", + "md5": "a9c705f38693b6b4730e6a20229f6e41" }, "required_dependencies": [ "618298" ], - "size": 1018674, - "date_published": "2026-04-12T16:43:27.697Z" + "size": 1019019, + "date_published": "2026-05-03T21:59:24.430Z" } ] }, { - "pakku_id": "inuIOneMFp9qahkq", + "pakku_id": "kpZbJr4MnsfmgGc1", "type": "MOD", "slug": { "curseforge": "sophisticated-core" @@ -6544,7 +6732,7 @@ "files": [ { "type": "curseforge", - "file_name": "sophisticatedcore-1.20.1-1.3.21.1676.jar", + "file_name": "sophisticatedcore-1.20.1-1.3.32.1828.jar", "mc_versions": [ "1.20.1" ], @@ -6553,21 +6741,21 @@ "neoforge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7916/595/sophisticatedcore-1.20.1-1.3.21.1676.jar", - "id": "7916595", + "url": "https://edge.forgecdn.net/files/8034/886/sophisticatedcore-1.20.1-1.3.32.1828.jar", + "id": "8034886", "parent_id": "618298", "hashes": { - "sha1": "5d5af8ec2db0ca4f8f1ae6c623da5c8176648746", - "md5": "76c2bbe2867e3a198b91d5f492f9520f" + "sha1": "ddec8473620e12d5155080994031d08ea34afa9f", + "md5": "9637e67eb8f695e4b26947ae852d50d0" }, "required_dependencies": [], - "size": 1435469, - "date_published": "2026-04-12T16:39:01.590Z" + "size": 1473357, + "date_published": "2026-05-03T21:54:38.880Z" } ] }, { - "pakku_id": "NHazPDlK9Nxkqai2", + "pakku_id": "pXqGnxVPMU7iohy1", "type": "MOD", "slug": { "curseforge": "splendid-slimes" @@ -6581,7 +6769,7 @@ "files": [ { "type": "curseforge", - "file_name": "splendid_slimes-0.19.3.jar", + "file_name": "splendid_slimes-0.20.2.jar", "mc_versions": [ "1.20.1" ], @@ -6589,18 +6777,18 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/7853/693/splendid_slimes-0.19.3.jar", - "id": "7853693", + "url": "https://edge.forgecdn.net/files/8051/52/splendid_slimes-0.20.2.jar", + "id": "8051052", "parent_id": "1240935", "hashes": { - "sha1": "5058acc1617005e7a4e31a9f07115db91aacdebd", - "md5": "96243719f1472423f39e361ce09cee60" + "sha1": "97642472e75fd59781089c046c132b5898fbf95a", + "md5": "15dc4c4717a28e88c73b367e3234621d" }, "required_dependencies": [ "283644" ], - "size": 490436, - "date_published": "2026-04-01T00:26:11.460Z" + "size": 511693, + "date_published": "2026-05-07T03:30:28.780Z" } ] }, @@ -6797,7 +6985,7 @@ ] }, { - "pakku_id": "4muWE7DRtjHm9ga6", + "pakku_id": "zqwFeocvnbGPsQjy", "type": "MOD", "slug": { "curseforge": "tmrv" @@ -6811,7 +6999,7 @@ "files": [ { "type": "curseforge", - "file_name": "toomanyrecipeviewers-0.7.2+mc.20.1.jar", + "file_name": "toomanyrecipeviewers-0.7.3+mc.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -6819,18 +7007,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7785/751/toomanyrecipeviewers-0.7.2+mc.20.1.jar", - "id": "7785751", + "url": "https://edge.forgecdn.net/files/7983/491/toomanyrecipeviewers-0.7.3+mc.20.1.jar", + "id": "7983491", "parent_id": "1194921", "hashes": { - "sha1": "00b6170bdd74258c9b06432d05ca3dd63567c012", - "md5": "35e5cd16eb2188832a166d561007e0f3" + "sha1": "cc1ac372530f74548e081f3814d7991f4f6fe329", + "md5": "5e8d26eaa9e6b9a93a032ace04a66cfc" }, "required_dependencies": [ "580555" ], - "size": 1669748, - "date_published": "2026-03-20T17:25:40.950Z" + "size": 1670047, + "date_published": "2026-04-25T17:03:39.983Z" } ] }, @@ -7099,6 +7287,46 @@ } ] }, + { + "pakku_id": "xddftoBwG4vLzYI7", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "worldedit" + }, + "name": { + "curseforge": "WorldEdit" + }, + "id": { + "curseforge": "225608" + }, + "export": false, + "files": [ + { + "type": "curseforge", + "file_name": "worldedit-mod-7.2.15.jar", + "mc_versions": [ + "1.20.1", + "1.20" + ], + "loaders": [ + "fabric", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/4586/218/worldedit-mod-7.2.15.jar", + "id": "4586218", + "parent_id": "225608", + "hashes": { + "sha1": "9c52765ca56f917ef8cbafc20e9a4f45c346508f", + "md5": "bd0e7cff7896348faab92e43300d0639" + }, + "required_dependencies": [], + "size": 5825402, + "date_published": "2023-06-14T09:09:03.587Z" + } + ] + }, { "pakku_id": "DkRuziiWOgwQl0tX", "type": "MOD", @@ -7246,52 +7474,6 @@ } ] }, - { - "pakku_id": "CZFghpS6VP69bsB5", - "pakku_links": [ - "vAxFcaGq6lso5Qbi" - ], - "type": "MOD", - "slug": { - "curseforge": "yosby" - }, - "name": { - "curseforge": "Your Options Shall Be Yours (YOSBY)" - }, - "id": { - "curseforge": "569868" - }, - "files": [ - { - "type": "curseforge", - "file_name": "YOSBY-Forge-1.1.0.jar", - "mc_versions": [ - "1.20.2", - "1.20.1", - "1.20" - ], - "loaders": [ - "fabric", - "neoforge", - "forge", - "quilt" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/4803/559/YOSBY-Forge-1.1.0.jar", - "id": "4803559", - "parent_id": "569868", - "hashes": { - "sha1": "e7765999fd4bfacf569a085450e3fc0d947bfc6c", - "md5": "e1c6232a25d0e4ed9dad904cec1178fd" - }, - "required_dependencies": [ - "586157" - ], - "size": 7064, - "date_published": "2023-10-17T19:56:06.760Z" - } - ] - }, { "pakku_id": "RBq9EAw4nyFFwbe1", "type": "MOD", @@ -7329,7 +7511,7 @@ ] }, { - "pakku_id": "uJu08sVhKkJ9hZCI", + "pakku_id": "R9mwmaqGZMmrww0p", "type": "MOD", "side": "CLIENT", "slug": { @@ -7344,7 +7526,7 @@ "files": [ { "type": "curseforge", - "file_name": "zume-1.2.1.jar", + "file_name": "zume-1.2.2.jar", "mc_versions": [ "1.20.2-Snapshot", "1.20.5-Snapshot", @@ -7364,16 +7546,16 @@ "neoforge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/7351/339/zume-1.2.1.jar", - "id": "7351339", + "url": "https://edge.forgecdn.net/files/7983/502/zume-1.2.2.jar", + "id": "7983502", "parent_id": "927564", "hashes": { - "sha1": "433406987269d89cf4fc0170a1f1d1c9b8ddd504", - "md5": "a86a55026d18d38468b469f644a747aa" + "sha1": "cbd353ee0e2a35d122a758b9cbb26b2f54145f3f", + "md5": "099147ab88e57c5d5ecc9a080c25652d" }, "required_dependencies": [], - "size": 99253, - "date_published": "2025-12-18T21:32:47Z" + "size": 99445, + "date_published": "2026-04-25T17:05:05.117Z" } ] }, diff --git a/pakku.json b/pakku.json index c1d9e9b..a1c2292 100644 --- a/pakku.json +++ b/pakku.json @@ -6,6 +6,7 @@ "overrides": [ "config", "defaultconfigs", + "configureddefaults", "kubejs", "ldlib", "!kubejs/probe/", @@ -46,6 +47,12 @@ "citresewn": { "side": "CLIENT" }, + "lootbeams": { + "side": "CLIENT" + }, + "worldedit": { + "export": false + }, "probejs": { "side": "CLIENT", "export": false